Skill
import type { Skill } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Represents the skills of an Agent.
interface Skill {
readonly description?: string;
readonly examples?: string[];
readonly id?: string;
readonly name?: string;
readonly tags?: string[];
}