{
  "schemaVersion": "1.0",
  "item": {
    "slug": "glitch-skillstore",
    "name": "Skillstore",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-skillstore",
    "canonicalUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-skillstore",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/glitch-skillstore",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glitch-skillstore",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "guidelines.md",
      "main.js"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/glitch-skillstore"
    },
    "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/glitch-skillstore",
    "agentPageUrl": "https://openagent3.xyz/skills/glitch-skillstore/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glitch-skillstore/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glitch-skillstore/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SkillStore - OpenClaw Skill Manager",
        "body": "Search, install, and create OpenClaw skills with intelligent matching."
      },
      {
        "title": "Skill Metadata",
        "body": "Name: skillstore\nType: OpenClaw Skill\nPurpose: Search existing skills, install from GitHub, or create new ones"
      },
      {
        "title": "Setup Commands",
        "body": "No setup required. Works out of the box."
      },
      {
        "title": "Search & Install",
        "body": "# Search for a skill (applies 30% threshold)\nskillstore <query>\n\n# Examples:\nskillstore home assistant\nskillstore weather\nskillstore smart home\nskillstore email gmail\nskillstore github"
      },
      {
        "title": "List & Show",
        "body": "# List installed skills\nskillstore list\n\n# Show all known skills (20 built-in)\nskillstore known"
      },
      {
        "title": "Create New",
        "body": "# Create new skill with templates\nskillstore create <name>\nskillstore new <name>\n\n# Examples:\nskillstore create my-awesome-skill\nskillstore new weather-widget"
      },
      {
        "title": "Matching Algorithm",
        "body": "Tokenize - Split query into keywords\nCalculate - Jaccard similarity + keyword boost\nFilter - Remove results below 30% threshold\nRank - Sort by relevance score\nDisplay - Show with visual score bar"
      },
      {
        "title": "Match Score",
        "body": "Score >= 50% = Strong match (green bar)\nScore >= 30% = Weak match (yellow bar)  \nScore < 30% = Not shown (filtered)"
      },
      {
        "title": "Search Sources (in order)",
        "body": "Known Skills - Built-in database of 20 skills\nLocal Skills - Skills in ~/.openclaw/workspace/skills/\nGitHub - Search openclaw repositories"
      },
      {
        "title": "Interaction Flow",
        "body": "1. User runs: skillstore home assistant\n2. System searches all 3 sources\n3. System filters by threshold\n4. Results shown with scores:\n\n   1. [KNOWN] homeassistant ████████░░ 85%\n      Control smart home devices...\n   2. [LOCAL] homeassistant ███████░░░ 78%\n   3. [GIT] openclaw-homeassistant ██████░░░░ 62%\n\n5. User chooses:\n   - Enter number → Install from GitHub\n   - n → Create new skill\n   - q → Quit"
      },
      {
        "title": "Known Skills Database",
        "body": "Built-in skills (searchable):\n\nSkillDescriptionhomeassistantSmart home control (HA API)gogGoogle Workspace (Gmail, Calendar, Drive)weatherWeather forecastsgithubGitHub CLI integrationhimalayaEmail via IMAP/SMTPobsidianObsidian vault integrationsonoscliSonos speaker controlblucliBluOS speaker controleightctlEight Sleep pod controlordercliFood delivery ordersblogwatcherRSS feed monitoringgifgrepGIF search/downloadvideo-framesVideo frame extractionyoutube-summarizerYouTube transcript summaryga4Google Analytics 4gscGoogle Search ConsolewacliWhatsApp messagingbrowserBrowser automationhealthcheckSecurity hardening"
      },
      {
        "title": "Error Handling",
        "body": "No results above threshold: Offer to create new skill\nGitHub search fails: Fall back to local/known\nInstall fails: Show error with reason"
      },
      {
        "title": "Related Skills",
        "body": "homeassistant\nopenclaw-migrate\nskill-templates (legacy, use skillstore)"
      },
      {
        "title": "Files",
        "body": "skillstore/\n├── SKILL.md       # This file\n├── README.md      # User docs\n├── main.js        # CLI with intelligent search\n└── config.json    # Install history"
      }
    ],
    "body": "SkillStore - OpenClaw Skill Manager\n\nSearch, install, and create OpenClaw skills with intelligent matching.\n\nSkill Metadata\nName: skillstore\nType: OpenClaw Skill\nPurpose: Search existing skills, install from GitHub, or create new ones\nSetup Commands\n\nNo setup required. Works out of the box.\n\nUsage Commands\nSearch & Install\n# Search for a skill (applies 30% threshold)\nskillstore <query>\n\n# Examples:\nskillstore home assistant\nskillstore weather\nskillstore smart home\nskillstore email gmail\nskillstore github\n\nList & Show\n# List installed skills\nskillstore list\n\n# Show all known skills (20 built-in)\nskillstore known\n\nCreate New\n# Create new skill with templates\nskillstore create <name>\nskillstore new <name>\n\n# Examples:\nskillstore create my-awesome-skill\nskillstore new weather-widget\n\nHow Search Works\nMatching Algorithm\nTokenize - Split query into keywords\nCalculate - Jaccard similarity + keyword boost\nFilter - Remove results below 30% threshold\nRank - Sort by relevance score\nDisplay - Show with visual score bar\nMatch Score\nScore >= 50% = Strong match (green bar)\nScore >= 30% = Weak match (yellow bar)  \nScore < 30% = Not shown (filtered)\n\nSearch Sources (in order)\nKnown Skills - Built-in database of 20 skills\nLocal Skills - Skills in ~/.openclaw/workspace/skills/\nGitHub - Search openclaw repositories\nInteraction Flow\n1. User runs: skillstore home assistant\n2. System searches all 3 sources\n3. System filters by threshold\n4. Results shown with scores:\n\n   1. [KNOWN] homeassistant ████████░░ 85%\n      Control smart home devices...\n   2. [LOCAL] homeassistant ███████░░░ 78%\n   3. [GIT] openclaw-homeassistant ██████░░░░ 62%\n\n5. User chooses:\n   - Enter number → Install from GitHub\n   - n → Create new skill\n   - q → Quit\n\nKnown Skills Database\n\nBuilt-in skills (searchable):\n\nSkill\tDescription\nhomeassistant\tSmart home control (HA API)\ngog\tGoogle Workspace (Gmail, Calendar, Drive)\nweather\tWeather forecasts\ngithub\tGitHub CLI integration\nhimalaya\tEmail via IMAP/SMTP\nobsidian\tObsidian vault integration\nsonoscli\tSonos speaker control\nblucli\tBluOS speaker control\neightctl\tEight Sleep pod control\nordercli\tFood delivery orders\nblogwatcher\tRSS feed monitoring\ngifgrep\tGIF search/download\nvideo-frames\tVideo frame extraction\nyoutube-summarizer\tYouTube transcript summary\nga4\tGoogle Analytics 4\ngsc\tGoogle Search Console\nwacli\tWhatsApp messaging\nbrowser\tBrowser automation\nhealthcheck\tSecurity hardening\nError Handling\nNo results above threshold: Offer to create new skill\nGitHub search fails: Fall back to local/known\nInstall fails: Show error with reason\nRelated Skills\nhomeassistant\nopenclaw-migrate\nskill-templates (legacy, use skillstore)\nFiles\nskillstore/\n├── SKILL.md       # This file\n├── README.md      # User docs\n├── main.js        # CLI with intelligent search\n└── config.json    # Install history"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-skillstore",
    "publisherUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-skillstore",
    "owner": "chris6970barbarian-hue",
    "version": "2026.2.17",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/glitch-skillstore",
    "downloadUrl": "https://openagent3.xyz/downloads/glitch-skillstore",
    "agentUrl": "https://openagent3.xyz/skills/glitch-skillstore/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glitch-skillstore/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glitch-skillstore/agent.md"
  }
}