Back to SkillsMP

Card snapshot

skillsmp.com · 2026-05-18 19:43:01 UTC · 56c93dd89caf335365330d1a3b15e1ebc88765ed31119d5e4d55c8e91fa6472a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "SkillsMP",
  "description": "Community-driven Claude Code skills marketplace with 900K+ open-source skills from GitHub. Provides keyword search, AI semantic search, and skill discovery.",
  "url": "https://skillsmp.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search-skills",
      "name": "Search Skills",
      "description": "Search Claude Code skills by keyword with filtering by category and occupation",
      "tags": [
        "search",
        "skills",
        "claude-code"
      ],
      "examples": [
        "Find skills for web scraping",
        "Search for SEO skills",
        "List automation skills"
      ]
    },
    {
      "id": "ai-search-skills",
      "name": "AI Semantic Search",
      "description": "Natural language semantic search for skills using vector embeddings",
      "tags": [
        "ai",
        "search",
        "semantic"
      ],
      "examples": [
        "Help me find tools for automating browser testing",
        "Skills for building documentation sites"
      ]
    },
    {
      "id": "get-skill-detail",
      "name": "Get Skill Details",
      "description": "Retrieve detailed information about a specific skill",
      "tags": [
        "detail",
        "skill"
      ]
    },
    {
      "id": "list-categories",
      "name": "List Categories",
      "description": "Browse all skill categories and domains",
      "tags": [
        "categories",
        "browse"
      ]
    }
  ],
  "provider": {
    "organization": "SkillsMP",
    "url": "https://skillsmp.com"
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentials": "https://skillsmp.com/developers"
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ]
}