Skip to content
Back to Skimflow

Card snapshot

skimflow.xyz · 2026-07-04 00:46:02 UTC · bece071096cd81c734da89e71b90c419189dcdcc80ba0040e732e0c8f17f307f

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": "Skimflow",
  "description": "A platform for monetizing written content by selling it in chunks. Writers publish articles, posts, and books; readers pay per chunk in USDC.",
  "url": "https://skimflow.xyz/deploy",
  "provider": {
    "organization": "Skimflow",
    "url": "https://skimflow.xyz"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "publish-content",
      "name": "Publish monetized content",
      "description": "Publish articles, posts, or books as paywalled chunks priced in USDC",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "import-article",
      "name": "Import and monetize article",
      "description": "Import content from a URL (e.g. Medium) and set it up for sale",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ]
}