Back to skill-history

Card snapshot

skill-history.com · 2026-05-23 14:25:47 UTC · 5df8157cce2b7cb7de1f6c97dadff66a98341b50d5d7097462c57ba586e0ecd4

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.

{
  "protocolVersion": "0.3.0",
  "name": "skill-history",
  "description": "Track and visualize ClawHub agent skill download history over time. Like star-history.com, but for agent skills.",
  "url": "https://skill-history.com/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "Pineapple AI",
    "url": "https://pineappleai.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://skill-history.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_skill_downloads",
      "name": "Get Skill Downloads",
      "description": "Get download history snapshots for a ClawHub skill. Returns skill metadata and daily download counts over time.",
      "tags": [
        "clawhub",
        "skills",
        "downloads",
        "analytics"
      ]
    },
    {
      "id": "search_skills",
      "name": "Search Skills",
      "description": "Search for ClawHub skills by name, slug, or author handle. Returns matching skills with their latest download counts.",
      "tags": [
        "clawhub",
        "skills",
        "downloads",
        "analytics"
      ]
    }
  ]
}