{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawflows",
    "name": "Clawflows",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Cluka-399/clawflows",
    "canonicalUrl": "https://clawhub.ai/Cluka-399/clawflows",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawflows",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawflows",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawflows"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawflows",
    "agentPageUrl": "https://openagent3.xyz/skills/clawflows/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawflows/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawflows/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawFlows",
        "body": "Discover and run multi-skill automations that combine capabilities like database, charts, social search, and more."
      },
      {
        "title": "Install CLI",
        "body": "npm i -g clawflows"
      },
      {
        "title": "Search for automations",
        "body": "clawflows search \"youtube competitor\"\nclawflows search \"morning brief\"\nclawflows search --capability chart-generation"
      },
      {
        "title": "Check requirements",
        "body": "Before installing, see what capabilities the automation needs:\n\nclawflows check youtube-competitor-tracker\n\nShows required capabilities and whether you have skills that provide them."
      },
      {
        "title": "Install an automation",
        "body": "clawflows install youtube-competitor-tracker\n\nDownloads to ./automations/youtube-competitor-tracker.yaml"
      },
      {
        "title": "List installed automations",
        "body": "clawflows list"
      },
      {
        "title": "Run an automation",
        "body": "clawflows run youtube-competitor-tracker\nclawflows run youtube-competitor-tracker --dry-run\n\nThe --dry-run flag shows what would happen without executing."
      },
      {
        "title": "Enable/disable scheduling",
        "body": "clawflows enable youtube-competitor-tracker   # Shows cron setup instructions\nclawflows disable youtube-competitor-tracker"
      },
      {
        "title": "View logs",
        "body": "clawflows logs youtube-competitor-tracker\nclawflows logs youtube-competitor-tracker --last 10"
      },
      {
        "title": "Publish your automation",
        "body": "clawflows publish ./my-automation.yaml\n\nPrints instructions for submitting to the registry via PR."
      },
      {
        "title": "How It Works",
        "body": "Automations use capabilities (abstract) not skills (concrete):\n\nsteps:\n  - capability: youtube-data      # Not a specific skill\n    method: getRecentVideos\n    args:\n      channels: [\"@MrBeast\"]\n    capture: videos\n    \n  - capability: database\n    method: upsert\n    args:\n      table: videos\n      data: \"${videos}\"\n\nThis means automations are portable — they work on any Clawbot that has skills providing the required capabilities."
      },
      {
        "title": "Standard Capabilities",
        "body": "CapabilityWhat It DoesExample Skillsyoutube-dataFetch video/channel statsyoutube-apidatabaseStore and query datasqlite-skillchart-generationCreate chart imageschart-imagesocial-searchSearch X/Twittersearch-xprediction-marketsQuery oddspolymarketweatherGet forecastsweathercalendarRead/write eventscaldav-calendaremailSend/receive emailagentmailttsText to speechelevenlabs-tts"
      },
      {
        "title": "Making Skills ClawFlows-Compatible",
        "body": "To make your skill work with ClawFlows automations, add a CAPABILITY.md file:\n\n# my-capability Capability\n\nProvides: my-capability\nSkill: my-skill\n\n## Methods\n\n### myMethod\n\n**Input:**\n- param1: description\n- param2: description\n\n**How to fulfill:**\n\\`\\`\\`bash\n./scripts/my-script.sh --param1 \"${param1}\"\n\\`\\`\\`\n\n**Output:** Description of output format\n\nAnd declare it in your SKILL.md frontmatter:\n\n---\nname: my-skill\nprovides:\n  - capability: my-capability\n    methods: [myMethod]\n---"
      },
      {
        "title": "Links",
        "body": "Registry: https://clawflows.com\nCLI on npm: https://www.npmjs.com/package/clawflows\nGitHub: https://github.com/Cluka-399/clawflows-registry"
      }
    ],
    "body": "ClawFlows\n\nDiscover and run multi-skill automations that combine capabilities like database, charts, social search, and more.\n\nInstall CLI\nnpm i -g clawflows\n\nCommands\nSearch for automations\nclawflows search \"youtube competitor\"\nclawflows search \"morning brief\"\nclawflows search --capability chart-generation\n\nCheck requirements\n\nBefore installing, see what capabilities the automation needs:\n\nclawflows check youtube-competitor-tracker\n\n\nShows required capabilities and whether you have skills that provide them.\n\nInstall an automation\nclawflows install youtube-competitor-tracker\n\n\nDownloads to ./automations/youtube-competitor-tracker.yaml\n\nList installed automations\nclawflows list\n\nRun an automation\nclawflows run youtube-competitor-tracker\nclawflows run youtube-competitor-tracker --dry-run\n\n\nThe --dry-run flag shows what would happen without executing.\n\nEnable/disable scheduling\nclawflows enable youtube-competitor-tracker   # Shows cron setup instructions\nclawflows disable youtube-competitor-tracker\n\nView logs\nclawflows logs youtube-competitor-tracker\nclawflows logs youtube-competitor-tracker --last 10\n\nPublish your automation\nclawflows publish ./my-automation.yaml\n\n\nPrints instructions for submitting to the registry via PR.\n\nHow It Works\n\nAutomations use capabilities (abstract) not skills (concrete):\n\nsteps:\n  - capability: youtube-data      # Not a specific skill\n    method: getRecentVideos\n    args:\n      channels: [\"@MrBeast\"]\n    capture: videos\n    \n  - capability: database\n    method: upsert\n    args:\n      table: videos\n      data: \"${videos}\"\n\n\nThis means automations are portable — they work on any Clawbot that has skills providing the required capabilities.\n\nStandard Capabilities\nCapability\tWhat It Does\tExample Skills\nyoutube-data\tFetch video/channel stats\tyoutube-api\ndatabase\tStore and query data\tsqlite-skill\nchart-generation\tCreate chart images\tchart-image\nsocial-search\tSearch X/Twitter\tsearch-x\nprediction-markets\tQuery odds\tpolymarket\nweather\tGet forecasts\tweather\ncalendar\tRead/write events\tcaldav-calendar\nemail\tSend/receive email\tagentmail\ntts\tText to speech\televenlabs-tts\nMaking Skills ClawFlows-Compatible\n\nTo make your skill work with ClawFlows automations, add a CAPABILITY.md file:\n\n# my-capability Capability\n\nProvides: my-capability\nSkill: my-skill\n\n## Methods\n\n### myMethod\n\n**Input:**\n- param1: description\n- param2: description\n\n**How to fulfill:**\n\\`\\`\\`bash\n./scripts/my-script.sh --param1 \"${param1}\"\n\\`\\`\\`\n\n**Output:** Description of output format\n\n\nAnd declare it in your SKILL.md frontmatter:\n\n---\nname: my-skill\nprovides:\n  - capability: my-capability\n    methods: [myMethod]\n---\n\nLinks\nRegistry: https://clawflows.com\nCLI on npm: https://www.npmjs.com/package/clawflows\nGitHub: https://github.com/Cluka-399/clawflows-registry"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Cluka-399/clawflows",
    "publisherUrl": "https://clawhub.ai/Cluka-399/clawflows",
    "owner": "Cluka-399",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawflows",
    "downloadUrl": "https://openagent3.xyz/downloads/clawflows",
    "agentUrl": "https://openagent3.xyz/skills/clawflows/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawflows/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawflows/agent.md"
  }
}