ClawSkillsHub Skill Manager - Search and install skills from the ClawSkillHub registry.
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./app/skills/claw-skill-shub/SKILL.mdThis skill provides capabilities to search and install new skills from the ClawSkillsHub registry (clawhub).
You can use the execute_shell_command tool to interact with the ClawSkillsHub registry using the clawhub CLI.
To search for available skills, use the following command:
npx -y clawhub search <query>Example:
npx -y clawhub search "weather"To install a skill, you must install it into the session's skill directory. The session's skill directory is mapped to {skills_folder_path} in the sandbox.
Important: You MUST specify the --dir parameter as {skills_folder_path}.
npx -y clawhub install <slug> --dir {skills_folder_path}Example:
npx -y clawhub install "google-search" --dir {skills_folder_path}After installing a new skill, the system will automatically add the skills when constructing the next system prompt. You can then throw a reload skill command to reload the skill and use the new skill immediately.
ce79d60
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.