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

FRITZ!Box

Control AVM FRITZ!Box routers and Smarthome devices via TR-064 and Web API. Use when the user wants to manage their FRITZ!Box router (WLAN, connected devices...

Registry SourceRecently Updated
Coding

API Gateway

Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...

Registry SourceRecently Updated
73.2K369byungkyu
Coding

S2硅基灵魂与具身架构师

Interactive CLI tool to create custom AI agent personalities using 16 RPG-style classes, behavioral directives, and a mathematical DNA engine, fully local an...

Registry SourceRecently Updated
Coding

Oauth Debugger

Debug OAuth 2.0 and OIDC flows. Trace authorization code, PKCE, client credentials, and implicit flows. Diagnose redirect URI mismatches, scope issues, token...

Registry SourceRecently Updated