← Back to skill
Send to Agent

Give Create Agent Skills to your agent

This page bundles the human handoff, a machine-readable manifest, and a markdown brief your agent can ingest directly.

Agent brief

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.

Prompt to paste

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Machine-readable manifest

{
  "schemaVersion": "1.0",
  "item": {
    "slug": "create-agent-skills",
    "name": "Create Agent Skills",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/bowen31337/create-agent-skills",
    "canonicalUrl": "https://clawhub.ai/bowen31337/create-agent-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/create-agent-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=create-agent-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "LICENSE.txt",
      "README.md",
      "SKILL.md",
      "references/output-patterns.md",
      "references/workflows.md",
      "scripts/init_skill.py"
    ]
  }
}