find-skills

Search the open agent skills ecosystem and install relevant skill packages.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill find-skills-dersalvador
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/DerSalvador/openclaw-deepseek/tree/main/skills/find-skills
Command: npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill find-skills-dersalvador

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users find and install new capabilities for the agent when they express a need for a specific function or task.

Core Features & Use Cases

  • Skill Discovery: Search the open agent skills ecosystem for relevant functionalities.
  • Installation Guidance: Provides clear instructions and commands for adding new skills.
  • Use Case: A user asks, "How can I automate my React app's performance testing?" This skill would help them find and install a relevant testing skill.

Quick Start

Use the find-skills skill to search for a skill that can help with writing unit tests for a Python function.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install new agent capabilities for specific tasks?

To discover new agent capabilities, use the `npx skills` CLI to interactively search the open ecosystem for modular skill packages and install them directly, extending your agent's functionality for specific tasks.

What is the best way to add a package for automating React app performance testing?

The best way to add a package for React app performance testing is to search the agent skills ecosystem using the `npx skills` CLI, which recommends and installs modular skill packages tailored to your specific automation requirements.

Can I use the skills CLI to find a package for writing Python unit tests?

Yes, you can use the `npx skills` CLI to find a package for writing Python unit tests. The discovery functionality searches the open ecosystem and recommends installable skill packages for your testing requirements.

Do I need the npx skills CLI to search for and install modular agent skills?

Yes, you need the `npx skills` CLI to interactively search for and install modular agent skills. It is required for querying the ecosystem and executing the installation commands for the discovered packages.

How does skill discovery work when extending agent capabilities?

Skill discovery works by querying an open ecosystem of modular packages via the `npx skills` CLI. When you need a specific function, it searches the ecosystem and recommends installable skills to extend your agent's capabilities.