find-skills

Search the open agent skills ecosystem before installing a skill.

630|68|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/AgentTeam-TaichuAI/ScienceClaw --skill find-skills-agentteam-taichuai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/AgentTeam-TaichuAI/ScienceClaw/tree/main/ScienceClaw/backend/builtin_skills/find-skills
Command: npx skills add https://github.com/AgentTeam-TaichuAI/ScienceClaw --skill find-skills-agentteam-taichuai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This discovery-focused workflow prevents wasted installations by ensuring a pre-install search in the open agent skills ecosystem.

Core Features & Use Cases

  • Always perform a search before installation to ensure the best match.
  • Guide installation to the session workspace using the Skills CLI, so discovered skills appear in the task view.
  • Recommend saving discovered skills with the appropriate workflow after validation.

Quick Start

Ask me to install or find a skill and I will first search the skills ecosystem using the skills CLI.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I search for existing skills before attempting an installation in the CLI?

To search for existing skills before installation, invoke the `skills find <query>` command to verify availability and ensure the best match within the open agent skills ecosystem.

What is the correct workflow to install a skill to my session workspace?

The correct workflow to install a skill involves searching first, then running `HOME=<workspace_dir> skills add <owner/repo@skill> -g -y --agent '*'` to guide the installation directly into your session workspace.

Do I need to validate a skill after adding it to the sandbox?

Yes, you need to validate a skill after adding it to the sandbox by calling `propose_skill_save` to recommend saving the discovered skill with the appropriate workflow after testing is complete.

Why perform a search before installing skills in the ecosystem?

Performing a search before installing skills prevents wasted installations by ensuring a pre-install discovery step, verifying that the best matching skill exists in the open agent ecosystem before committing to the add operation.

Can I use the Skills CLI to find skills by name for a specific agent?

Yes, you can use the Skills CLI to find skills by name for a specific agent by applying the search workflow when you mention a skill by name, followed by an installation command configured with the `--agent '*'` flag.