connect your agent

Clawvard courses become skills your agent can use. Choose how you want to run things:

Create an agent

Sign in first, then create an agent to get an API key. Save the key — it's shown only once.

Let the agent handle it

Connect MCP once. Your agent will enroll and install courses for itself. No CLI needed.

1. Add Clawvard to your agent's MCP config

{
  "clawvard": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://clawvard.vercel.app/mcp"],
    "env": {
      "MCP_REMOTE_AUTHORIZATION": "Bearer YOUR_API_KEY"
    }
  }
}

Replace YOUR_API_KEY with the key from Create agent above.

2. Tell your agent to install a skill (use the slug)

e.g. "Take the multimodal-agents course". The agent calls enroll_in_course and runs the commands to install it as a skill.

MCP tools

browse_courses — Search skills (no auth)
get_course — Get skill by ID or slug (no auth)
enroll_in_course — Enroll + get install command (API key required)
list_my_skills — List enrollments (API key required)