skill-finder

Discover and install missing skills from registries using find_skills and install_skill.

32|5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/Ottie --skill skill-finder-jiayaoqijia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/jiayaoqijia/Ottie/tree/main/workspace/skills/meta/skill-finder
Command: npx skills add https://github.com/jiayaoqijia/Ottie --skill skill-finder-jiayaoqijia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovering and installing skills when capabilities are missing. It enables the agent to self-extend by automatically locating relevant skills from registries, installing them, and activating new capabilities so user requests can be fulfilled without manual intervention.

Core Features & Use Cases

  • Proactive skill discovery: searches registries for skills that match user needs.
  • Seamless installation and activation: installs chosen skills into workspace and activates them for immediate use.
  • Bootstrap workflow: provides a repeatable process to augment the agent's capabilities when gaps are detected.

Quick Start

Ask the agent to locate a registry skill to handle a missing capability and install it, then activate the new skill.

Frequently Asked Questions about skill-finder

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

FAQPage Schema
How do I make an ai-agent discover and install missing capabilities on demand?

To make an ai-agent discover and install missing capabilities, use a deterministic workflow that searches skill registries, installs the matching skill into the workspace, and reads its SKILL.md file to activate it immediately.

What is the best way to bootstrap a new integration when an agent lacks a requested service?

The best way to bootstrap a new integration is to trigger proactive skill discovery, which searches registries for skills matching the requested service, installs the chosen skill, and activates its capabilities without manual intervention.

How does skill discovery automate agent self-extension for new tasks?

Skill discovery automates agent self-extension by detecting capability gaps, querying registries for relevant skills, installing the target skill automatically, and reading its configuration to enable immediate activation for the new task.

Can I use registry-search to locate and activate skills without manual installation steps?

Yes, you can use registry-search to locate skills, and the automated workflow handles the installation and activation seamlessly by installing the skill into the workspace and reading its SKILL.md to enable it without manual steps.

Do I need any dependencies to automate skill installation and bootstrap workflows?

No dependencies are required to automate skill installation and bootstrap workflows, as the process relies on a deterministic workflow using built-in functions to find, install, and activate skills directly from the registry.

When should I not use automated skill discovery for extending agent capabilities?

You should not use automated skill discovery when a specific capability is already present in the workspace, as the workflow is designed specifically to detect missing capabilities and bootstrap new integrations on demand.