{
  "schemaVersion": "1.0",
  "item": {
    "slug": "find-skills-2",
    "name": "Find Skills",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/JimLiuxinghai/find-skills",
    "canonicalUrl": "https://clawhub.ai/JimLiuxinghai/find-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/find-skills-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=find-skills",
    "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/find-skills-2"
    },
    "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/find-skills-2",
    "agentPageUrl": "https://openagent3.xyz/skills/find-skills-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/find-skills-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/find-skills-2/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": "Find Skills",
        "body": "This skill helps you discover and install skills from the open agent skills ecosystem."
      },
      {
        "title": "When to Use This Skill",
        "body": "Use this skill when the user:\n\nAsks \"how do I do X\" where X might be a common task with an existing skill\nSays \"find a skill for X\" or \"is there a skill for X\"\nAsks \"can you do X\" where X is a specialized capability\nExpresses interest in extending agent capabilities\nWants to search for tools, templates, or workflows\nMentions they wish they had help with a specific domain (design, testing, deployment, etc.)"
      },
      {
        "title": "What is the Skills CLI?",
        "body": "The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools.\n\nKey commands:\n\nnpx skills find [query] - Search for skills interactively or by keyword\nnpx skills add <package> - Install a skill from GitHub or other sources\nnpx skills check - Check for skill updates\nnpx skills update - Update all installed skills\n\nBrowse skills at: https://skills.sh/"
      },
      {
        "title": "Step 1: Understand What They Need",
        "body": "When a user asks for help with something, identify:\n\nThe domain (e.g., React, testing, design, deployment)\nThe specific task (e.g., writing tests, creating animations, reviewing PRs)\nWhether this is a common enough task that a skill likely exists"
      },
      {
        "title": "Step 2: Search for Skills",
        "body": "Run the find command with a relevant query:\n\nnpx skills find [query]\n\nFor example:\n\nUser asks \"how do I make my React app faster?\" → npx skills find react performance\nUser asks \"can you help me with PR reviews?\" → npx skills find pr review\nUser asks \"I need to create a changelog\" → npx skills find changelog\n\nThe command will return results like:\n\nInstall with npx skills add <owner/repo@skill>\n\nvercel-labs/agent-skills@vercel-react-best-practices\n└ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices"
      },
      {
        "title": "Step 3: Present Options to the User",
        "body": "When you find relevant skills, present them to the user with:\n\nThe skill name and what it does\nThe install command they can run\nA link to learn more at skills.sh\n\nExample response:\n\nI found a skill that might help! The \"vercel-react-best-practices\" skill provides\nReact and Next.js performance optimization guidelines from Vercel Engineering.\n\nTo install it:\nnpx skills add vercel-labs/agent-skills@vercel-react-best-practices\n\nLearn more: https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices"
      },
      {
        "title": "Step 4: Offer to Install",
        "body": "If the user wants to proceed, you can install the skill for them:\n\nnpx skills add <owner/repo@skill> -g -y\n\nThe -g flag installs globally (user-level) and -y skips confirmation prompts."
      },
      {
        "title": "Common Skill Categories",
        "body": "When searching, consider these common categories:\n\nCategoryExample QueriesWeb Developmentreact, nextjs, typescript, css, tailwindTestingtesting, jest, playwright, e2eDevOpsdeploy, docker, kubernetes, ci-cdDocumentationdocs, readme, changelog, api-docsCode Qualityreview, lint, refactor, best-practicesDesignui, ux, design-system, accessibilityProductivityworkflow, automation, git"
      },
      {
        "title": "Tips for Effective Searches",
        "body": "Use specific keywords: \"react testing\" is better than just \"testing\"\nTry alternative terms: If \"deploy\" doesn't work, try \"deployment\" or \"ci-cd\"\nCheck popular sources: Many skills come from vercel-labs/agent-skills or ComposioHQ/awesome-claude-skills"
      },
      {
        "title": "When No Skills Are Found",
        "body": "If no relevant skills exist:\n\nAcknowledge that no existing skill was found\nOffer to help with the task directly using your general capabilities\nSuggest the user could create their own skill with npx skills init\n\nExample:\n\nI searched for skills related to \"xyz\" but didn't find any matches.\nI can still help you with this task directly! Would you like me to proceed?\n\nIf this is something you do often, you could create your own skill:\nnpx skills init my-xyz-skill"
      }
    ],
    "body": "Find Skills\n\nThis skill helps you discover and install skills from the open agent skills ecosystem.\n\nWhen to Use This Skill\n\nUse this skill when the user:\n\nAsks \"how do I do X\" where X might be a common task with an existing skill\nSays \"find a skill for X\" or \"is there a skill for X\"\nAsks \"can you do X\" where X is a specialized capability\nExpresses interest in extending agent capabilities\nWants to search for tools, templates, or workflows\nMentions they wish they had help with a specific domain (design, testing, deployment, etc.)\nWhat is the Skills CLI?\n\nThe Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools.\n\nKey commands:\n\nnpx skills find [query] - Search for skills interactively or by keyword\nnpx skills add <package> - Install a skill from GitHub or other sources\nnpx skills check - Check for skill updates\nnpx skills update - Update all installed skills\n\nBrowse skills at: https://skills.sh/\n\nHow to Help Users Find Skills\nStep 1: Understand What They Need\n\nWhen a user asks for help with something, identify:\n\nThe domain (e.g., React, testing, design, deployment)\nThe specific task (e.g., writing tests, creating animations, reviewing PRs)\nWhether this is a common enough task that a skill likely exists\nStep 2: Search for Skills\n\nRun the find command with a relevant query:\n\nnpx skills find [query]\n\n\nFor example:\n\nUser asks \"how do I make my React app faster?\" → npx skills find react performance\nUser asks \"can you help me with PR reviews?\" → npx skills find pr review\nUser asks \"I need to create a changelog\" → npx skills find changelog\n\nThe command will return results like:\n\nInstall with npx skills add <owner/repo@skill>\n\nvercel-labs/agent-skills@vercel-react-best-practices\n└ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices\n\nStep 3: Present Options to the User\n\nWhen you find relevant skills, present them to the user with:\n\nThe skill name and what it does\nThe install command they can run\nA link to learn more at skills.sh\n\nExample response:\n\nI found a skill that might help! The \"vercel-react-best-practices\" skill provides\nReact and Next.js performance optimization guidelines from Vercel Engineering.\n\nTo install it:\nnpx skills add vercel-labs/agent-skills@vercel-react-best-practices\n\nLearn more: https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices\n\nStep 4: Offer to Install\n\nIf the user wants to proceed, you can install the skill for them:\n\nnpx skills add <owner/repo@skill> -g -y\n\n\nThe -g flag installs globally (user-level) and -y skips confirmation prompts.\n\nCommon Skill Categories\n\nWhen searching, consider these common categories:\n\nCategory\tExample Queries\nWeb Development\treact, nextjs, typescript, css, tailwind\nTesting\ttesting, jest, playwright, e2e\nDevOps\tdeploy, docker, kubernetes, ci-cd\nDocumentation\tdocs, readme, changelog, api-docs\nCode Quality\treview, lint, refactor, best-practices\nDesign\tui, ux, design-system, accessibility\nProductivity\tworkflow, automation, git\nTips for Effective Searches\nUse specific keywords: \"react testing\" is better than just \"testing\"\nTry alternative terms: If \"deploy\" doesn't work, try \"deployment\" or \"ci-cd\"\nCheck popular sources: Many skills come from vercel-labs/agent-skills or ComposioHQ/awesome-claude-skills\nWhen No Skills Are Found\n\nIf no relevant skills exist:\n\nAcknowledge that no existing skill was found\nOffer to help with the task directly using your general capabilities\nSuggest the user could create their own skill with npx skills init\n\nExample:\n\nI searched for skills related to \"xyz\" but didn't find any matches.\nI can still help you with this task directly! Would you like me to proceed?\n\nIf this is something you do often, you could create your own skill:\nnpx skills init my-xyz-skill"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JimLiuxinghai/find-skills",
    "publisherUrl": "https://clawhub.ai/JimLiuxinghai/find-skills",
    "owner": "JimLiuxinghai",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/find-skills-2",
    "downloadUrl": "https://openagent3.xyz/downloads/find-skills-2",
    "agentUrl": "https://openagent3.xyz/skills/find-skills-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/find-skills-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/find-skills-2/agent.md"
  }
}