skill-finder-cn

Search and install ClawHub skills using the clawhub CLI.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill skill-finder-cn-tmtgroupbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-finder-cn
Source: https://github.com/tmtgroupbot/lptracker-deploy/tree/main/skills/skill-finder-cn
Command: npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill skill-finder-cn-tmtgroupbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawhub, and includes scripts (resource) components.

What problem does it solve? Users often do not know which ClawHub skills exist for a given task, making discovery and installation of the right skill slow and manual. ## Core Features & Use Cases - Skill Search: Runs clawhub search with user keywords to find relevant skills on ClawHub. - Skill Inspection: Uses clawhub inspect to view details of a candidate skill before installing. - Skill Installation: Installs chosen skills via clawhub install. - Use Case: A user asks "what skill can monitor crypto prices?" — the skill extracts keywords, searches ClawHub, lists matching skills, and suggests an install command. ## Quick Start Ask the assistant to find a skill for your task, for example: find a skill that can monitor cryptocurrency prices.

Frequently Asked Questions about skill-finder-cn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find a skill for a specific task on ClawHub?

Run clawhub search with keywords describing your task, for example clawhub search "crypto price monitor". The skill extracts keywords from your request and returns a list of matching skills with install suggestions.

How do I install a skill from ClawHub?

Use clawhub install followed by the skill name, such as clawhub install <skill-name>. Before installing, you can run clawhub inspect <skill-name> to review the skill's details.

What do I need installed to use this skill finder?

The clawhub CLI binary must be available on your system, as declared in the skill's requirements. All search, inspect, and install operations are executed through this command-line tool.

How do I limit the number of search results?

Pass a limit as the second argument to the search script, for example search.sh "keyword" 5. The script defaults to 10 results when no limit is provided.

Why does the skill search return no results?

Empty results usually mean the keywords do not match any published ClawHub skill. Try broader or alternative English keywords, since the search matches against skill names and descriptions in the registry.