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 skills, list available skills, or self-upgrade the skillhub CLI.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "find-skills-in-tencent-skillhub" with this command: npx skills add wuhonglei/find-skills-in-tencent-skillhub

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 '<json>'

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

ActionDescriptionParameters
searchSearch skills in the storequery (string), limit (number, default: 20), json (boolean)
installInstall a skill by slugslug (string, required), force (boolean)
upgradeUpgrade installed skillsslug (string, optional), check_only (boolean)
listList locally installed skillsnone
self-upgradeSelf-upgrade the skillhub CLIcheck_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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Referral Codes & Referrals Finder

Find up to 3 active referral codes or links for over 9,000 brands with verified signup offers and bonuses using live data from ReferralCodes.com.

Registry SourceRecently Updated
Coding

Meeting Assistant

会议全流程自动化:日历/窗口检测 → 弹窗询问 → ScreenCaptureKit 录制系统音频 + 麦克风 → whisper-cli 本地转写 → OpenClaw agent 生成纪要 → 推送到多端。基于 AudioDaemon 原生录制,不需要 BlackHole 等虚拟声卡。Use when: (1...

Registry SourceRecently Updated
Coding

TCB Harness

Full-lifecycle CloudBase (TCB) development harness for WeChat Mini Programs, Web apps, or both. Drives structured Spec to Design to Coding (TDD) to Testing t...

Registry SourceRecently Updated
Coding

Sentry Integration

Sentry error tracking — list, triage, and resolve issues; manage releases and source maps via CLI and REST API.

Registry SourceRecently Updated