find-skills

Discover and install agent skills using the Skills CLI.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill find-skills-oteroweb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/oteroweb/OWFINANCE2026/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill find-skills-oteroweb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finds and recommends installable agent skills so users can extend capabilities without manual scouting.

Core Features & Use Cases

  • Discovery and evaluation of installable skills from the open agent skills ecosystem.
  • Installation and management of skills via the Skills CLI (npx skills).
  • Use cases include finding a skill for a specific task, or exploring capabilities before extending the agent.

Quick Start

Ask what you want to accomplish and quickly find matching skills with 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 find and install agent skills for a specific task?▼

To find and install agent skills, you can use the Skills CLI to run interactive search and installation workflows, such as 'npx skills find' to discover matching capabilities and 'npx skills add' to install them.

What is the best way to discover available workflows and templates for an AI agent?▼

The best way to discover available workflows and templates is by searching the open agent skills ecosystem using the 'npx skills find' command to evaluate and match capabilities to your requirements.

Can I use the Skills CLI to update and validate my installed agent skills?▼

Yes, you can use the Skills CLI to update and validate installed agent skills by running the 'npx skills check' command for validation and the 'npx skills update' command to fetch the latest versions.

Do I need Node.js to manage and discover skills from the open agent ecosystem?▼

Yes, you need Node.js installed because the discovery, installation, and management of skills from the open agent ecosystem are executed through npx commands in the Skills CLI.

How does the skill discovery process work when I ask how to accomplish a task?▼

When you ask how to accomplish a task, the discovery process matches your request against the open agent skills ecosystem and recommends installable skills, eliminating manual scouting for tools and templates.

What are the limitations of using npx for agent skill installation?▼

Using npx for agent skill installation requires a compatible Node.js environment and depends on the availability of skills within the open agent ecosystem, limiting access to offline or unlisted workflows.