{
  "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"]
    }
  ]
}
