← Back to Skills Marketplace
wuhonglei

find-skills-in-tencent-skillhub

by 吴洪磊 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
926
Downloads
1
Stars
3
Active Installs
5
Versions
Install in OpenClaw
/install find-skills-in-tencent-skillhub
Description
Search, install, upgrade, and manage agent skills using skillhub CLI. Use when you need to discover new skills, install skills by slug, upgrade installed ski...
README (SKILL.md)

Find Skills

Manage agent skills using the skillhub CLI — search the skill store, install new skills, upgrade existing ones, and list what's available. AI Skills Community download speed optimized for Chinese users. Skill data sourced from ClawHub.

Pre-Requirements

Install skillhub CLI

Follow skillhub.md to install Skillhub CLI.

Quick Start

Using the Script

./scripts/usage.sh '\x3Cjson>'

Examples:

# Search for skills
./scripts/usage.sh '{"action": "search", "query": "weather"}'

# Install a skill by slug
./scripts/usage.sh '{"action": "install", "slug": "weather"}'

# Upgrade all installed skills
./scripts/usage.sh '{"action": "upgrade"}'

# Check for upgrades without installing
./scripts/usage.sh '{"action": "upgrade", "check_only": true}'

# Upgrade a specific skill
./scripts/usage.sh '{"action": "upgrade", "slug": "search"}'

# List installed skills
./scripts/usage.sh '{"action": "list"}'

# Self-upgrade skillhub CLI
./scripts/usage.sh '{"action": "self-upgrade"}'

# Check for CLI upgrade without installing
./scripts/usage.sh '{"action": "self-upgrade", "check_only": true}'

Actions

Action Description Parameters
search Search skills in the store query (string), limit (number, default: 20), json (boolean)
install Install a skill by slug slug (string, required), force (boolean)
upgrade Upgrade installed skills slug (string, optional), check_only (boolean)
list List locally installed skills none
self-upgrade Self-upgrade the skillhub CLI check_only (boolean), current_version (string)

Search Options

  • query: Search query words (space-separated)
  • limit: Max results (default: 20)
  • timeout: Search timeout in seconds (default: 6)
  • json: Return results as JSON (default: false)

Install Options

  • slug: Skill identifier to install (required)
  • force: Overwrite existing directory (default: false)
  • files_base_uri: Base URI for local archives
  • download_url_template: Custom download URL template

Upgrade Options

  • slug: Specific skill to upgrade (optional, upgrades all if omitted)
  • check_only: Only check available upgrades without installing
  • timeout: Timeout for manifest fetch (default: 20)

Output Format

  • search: Returns skill metadata (name, description, slug, version)
  • install: Returns installation status and target path
  • upgrade: Returns upgrade results per skill
  • list: Returns array of installed skills with paths
  • self-upgrade: Returns CLI version info and upgrade status

Notes

  • Skills are installed to ~/.openclaw/skills/ by default
  • The CLI auto-checks for self-upgrades on startup unless --skip-self-upgrade is used
  • Use check_only: true to preview upgrades before applying
Usage Guidance
This skill is a safe, well-scoped wrapper around the 'skillhub' CLI and uses jq for JSON handling. Before installing/using it: (1) confirm you trust the skillhub installer linked in SKILL.md (the link points to a Tencent COS URL) — prefer official project releases or GitHub releases if available; (2) understand that the underlying skillhub CLI will access the network and will download/install code into ~/.openclaw/skills (installed skills can contain arbitrary code), so only install skills from sources you trust; (3) avoid passing untrusted JSON input to the wrapper; (4) if you want a higher-assurance review, provide the upstream skillhub binary/source or the installer URL contents so they can be inspected.
Capability Analysis
Type: OpenClaw Skill Name: find-skills-in-tencent-skillhub Version: 1.0.4 The skill acts as a package manager for OpenClaw skills, providing capabilities to search, install, and upgrade external code via the 'skillhub' CLI. While the wrapper script 'scripts/usage.sh' implements defensive coding practices like input validation and safe command execution to prevent shell injection, the inherent nature of a tool that manages and executes third-party code is a high-risk capability. Additionally, the 'SKILL.md' documentation directs users to download the core CLI binary from an external Tencent Cloud bucket (skillhub-1388575217.cos.ap-guangzhou.myqcloud.com).
Capability Assessment
Purpose & Capability
The skill's name/description say it manages skills via the skillhub CLI and the only required binaries are 'skillhub' and 'jq', which is exactly what you'd expect. The script invokes skillhub subcommands and writes installed skills to ~/.openclaw/skills per the README.
Instruction Scope
SKILL.md and scripts/usage.sh instruct only to parse a JSON argument and call the skillhub CLI. The script validates JSON, sanitizes inputs to reject shell metacharacters, uses safe array-based exec (no eval), and does not read unrelated files or environment variables. Note: the invoked skillhub CLI will perform network operations and write files when installing/upgrading skills, which is expected for this purpose.
Install Mechanism
There is no packaged install spec (instruction-only), which is low-risk. However, SKILL.md directs users to an install guide hosted on a Tencent COS URL; you should verify that installer URL and the upstream skillhub distribution are trustworthy and official before running it.
Credentials
The skill requests no environment variables or credentials, which is proportionate for a CLI wrapper. The script itself does not access hidden env vars or secret paths.
Persistence & Privilege
always:false and no code requests elevated privileges or modifies other skills' configs. The skill will call skillhub which installs skills into ~/.openclaw/skills — that is expected and scoped to the user's profile.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install find-skills-in-tencent-skillhub
  3. After installation, invoke the skill by name or use /find-skills-in-tencent-skillhub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Removed the scripts/install.sh file and related installation instructions. - Updated installation guidance to reference an external Skillhub CLI guide. - Added version and source metadata to SKILL.md.
v1.0.3
- Initial release of the skill. - Added support for searching, installing, upgrading, and managing agent skills via the skillhub CLI. - Provided a custom install script (scripts/install.sh) for setting up the CLI. - Updated installation instructions to use the local install script instead of fetching a remote script.
v1.0.2
- Added a security note advising users to download and inspect the install script before running it with bash. - No other functional or interface changes detected.
v1.0.1
- Added metadata specifying required binaries: "skillhub" and "jq" - Introduced an emoji identifier to the metadata for better visual identification
v1.0.0
- Initial release of find-skills-in-tencent-skillhub. - Enables searching, installing, upgrading, and managing agent skills via skillhub CLI. - Provides optimized download speeds for Chinese users with skill data from ClawHub. - Supports skill search by keywords, installation by slug, upgrading (all or specific skills), listing installed skills, and self-upgrading the CLI. - Includes command usage examples and details on available actions and parameters.
Metadata
Slug find-skills-in-tencent-skillhub
Version 1.0.4
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 5
Frequently Asked Questions

What is find-skills-in-tencent-skillhub?

Search, install, upgrade, and manage agent skills using skillhub CLI. Use when you need to discover new skills, install skills by slug, upgrade installed ski... It is an AI Agent Skill for Claude Code / OpenClaw, with 926 downloads so far.

How do I install find-skills-in-tencent-skillhub?

Run "/install find-skills-in-tencent-skillhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is find-skills-in-tencent-skillhub free?

Yes, find-skills-in-tencent-skillhub is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does find-skills-in-tencent-skillhub support?

find-skills-in-tencent-skillhub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created find-skills-in-tencent-skillhub?

It is built and maintained by 吴洪磊 (@wuhonglei); the current version is v1.0.4.

💬 Comments