skills/smithery.ai/agent-definition

agent-definition

Installation
SKILL.md

Agent Definition for DEVS

Agents are AI personas with specific roles, instructions, and capabilities. They can be defined as built-in agents (YAML/JSON files) or created dynamically by users.

Agent File Locations

  • Built-in agents: public/agents/*.agent.yaml and public/agents/*.agent.json
  • Agent manifest: public/agents/manifest.json

YAML Agent Template

id: my-agent
name: My Agent Name
icon: Bot # Lucide icon name
desc: Short description of what this agent does
role: Detailed role description that appears in agent cards
instructions: |
  # Agent Instructions
Installs
1
First Seen
Apr 3, 2026
agent-definition from smithery.ai