find-skills

Discover and globally install npx skills for the agent.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/Stevenwang112/rag_agent --skill find-skills-stevenwang112
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Stevenwang112/rag_agent/tree/main/.agent/skills/find-skills
Command: npx skills add https://github.com/Stevenwang112/rag_agent --skill find-skills-stevenwang112

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and install new capabilities/skills for the agent to use.

Core Features & Use Cases

  • Discover relevant skills using web search and queries.
  • Install found skills globally with the npx skills add owner/repo@skill-name -g -y.
  • Reuse and compose skills to extend agent capabilities across tasks.

Quick Start

Use the find-skills skill to locate a relevant skill and install it with: npx skills add owner/repo@skill-name -g -y When prompted, confirm installation to make the skill available globally.

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 skills for task automation?

To discover agent skills, use web-based search queries to find relevant capabilities, then install them globally using the command npx skills add owner/repo@skill-name -g -y. This makes new automation tools available across projects.

What's the best way to expand my agent's capabilities with specialized actions?

The best way to expand agent capabilities is by searching the marketplace for specialized actions and installing them globally. Once installed, you can reuse and compose these skills to extend task automation across different workflows.

Can I install agent skills globally across multiple projects?

Yes, you can install agent skills globally across multiple projects by running the npx skills add owner/repo@skill-name -g -y command. The -g flag ensures the skill is available system-wide for reuse.

Do I need npx to add new skills to my agent?

Yes, npx is required to add new skills to your agent. The installation process relies on the npx skills add owner/repo@skill-name -g -y command to fetch and install capabilities from the global marketplace.

How does skill discovery work when onboarding new tools?

Skill discovery works by applying web-based search and queries to locate relevant tools for onboarding. After finding the desired skill, you confirm the installation to make it globally available for the agent to use.