Skip to content
Back to Pa1m Reddit

Card snapshot

reddit.hypa1m.xyz · 2026-08-01 13:44:17 UTC · c363183144b20a639e2365f7fbf3a7e79d30220c75204e81d22452f983eb78ba

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": "Pa1m Reddit",
  "description": "Reddit reads and authenticated writes for AI agents, paid per call in USDC on Base via x402.",
  "url": "https://reddit.hypa1m.xyz",
  "version": "0.3.0",
  "provider": {
    "organization": "Pa1m",
    "url": "https://hypa1m.xyz"
  },
  "skills": [
    {
      "id": "content_retrieval",
      "name": "Content Retrieval",
      "description": "Fetch posts from any subreddit and full comment trees by permalink or post ID.",
      "tags": [
        "web_scraping",
        "web_data_acquisition"
      ]
    },
    {
      "id": "search",
      "name": "Reddit Search",
      "description": "Full-text search across Reddit, with sort and time filters.",
      "tags": [
        "web_data_acquisition"
      ]
    },
    {
      "id": "user_intelligence",
      "name": "User Intelligence",
      "description": "User profiles, karma and comment history for any username.",
      "tags": [
        "social_media_analytics"
      ]
    },
    {
      "id": "posting",
      "name": "Authenticated Posting",
      "description": "Post comments, vote and send direct messages using a Reddit session.",
      "tags": [
        "social_media_management"
      ]
    }
  ],
  "capabilities": {
    "streaming": false,
    "stateTransitionHistory": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {
    "noauth": {
      "type": "noauth"
    }
  },
  "security": [
    {
      "noauth": []
    }
  ]
}