find-skills
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
Is find-skills safe to install?
Review the source first: our audit of find-skills's source files found 6 shell commands, 1 external URL, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the Skills CLI and performs network requests to search and install packages.
How we audit skills: our security review methodology.
Who is this skill for?
Users seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages.
What can you do with it?
- Searching for skills based on user queries for specific tasks
- Installing skills via the command line
- Checking for skill updates
- Initializing new custom skills
How good is this skill?
Quality score: 5/10. The documentation provides clear instructions, command examples, and a structured workflow for searching and verifying skills.
What does the skill file contain?
# Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. ## When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X might be a common task with an existing skill - Says "find a skill for X" or "is there a skill for X" - Asks "can you do X" where X is a specialized capability - Expresses interest in extending agent capabilities - Wants to search for tools, templates, or workflows - Mentions they wish they had help with a specific domain (design, testing, deployment, etc.) ## What is the Skills CLI? The Skills CLI (`np...
Frequently asked questions
How do I search for a specific skill?
Use the command npx skills find [query] to search by keyword or owner.
How can I install a skill?
Use the command npx skills add <owner/repo@skill> to install a specific package.
What should I do if no relevant skill is found?
Inform the user that no skill was found, offer to perform the task using general capabilities, or suggest creating a new skill with npx skills init.
Related skills
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.
lark-doc
305.2KUsers who need to automate document management, content updates, and media handling within the Lark/Feishu ecosystem
The lark-doc skill enables agents to read, create, and edit Lark (Feishu) documents, including Docx and Wiki formats. It supports content manipulation via XML or Markdown, media handling, and resource management for document covers. The skill integrates with other Lark skills by identifying and delegating operations for embedded objects like spreadsheets, databases, and mind notes.