skill-finder

Searches and recommends ranked skills from a knowledge base for user requests.

3.1k|368|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/openocta/openocta --skill skill-finder-openocta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/openocta/openocta/tree/main/src/embed/employee_skills/skill-finder/skill-finder
Command: npx skills add https://github.com/openocta/openocta --skill skill-finder-openocta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find the right tools for their tasks by searching and recommending skills from a knowledge base, and provides clear instructions on how to use or chain them together.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on user needs and task descriptions.
  • Recommendation: Suggests 3-8 relevant skills, ranked by priority.
  • Orchestration: Provides a step-by-step plan for combining skills into an end-to-end workflow.
  • Gap Analysis: Identifies missing capabilities and suggests creating new skills.
  • Use Case: A user wants to automate a deployment process but doesn't know which existing skills to use. Skill Finder analyzes the request, recommends a sequence of deployment, configuration, and verification skills, and explains how to connect them.

Quick Start

Use the skill-finder to recommend a set of skills for automating Kubernetes deployments.

Frequently Asked Questions about skill-finder

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

FAQPage Schema
How do I find and recommend skills for automating a workflow?

To find and recommend skills for workflow automation, search a knowledge base using your task description. The system analyzes your request, identifies suitable skills, and suggests 3-8 ranked recommendations based on priority and relevance to your specific requirements.

What is skill orchestration and how does it chain skills together?

Skill orchestration combines multiple skills into an executable end-to-end workflow by defining input and output chaining. It provides a step-by-step plan connecting recommended skills, ensuring data flows correctly from one task's output to the next skill's input.

Can I use this to discover skills for Kubernetes deployment automation?

Yes, you can discover skills for Kubernetes deployment automation by providing your deployment process requirements. The system recommends a sequence of deployment, configuration, and verification skills, and explains how to connect them for your specific use case.

How do I identify skill gaps and suggest new skill creation?

To identify skill gaps and suggest new skill creation, the system analyzes your task requirements against available skills in the knowledge base. It detects missing capabilities and recommends creating new skills to ensure comprehensive workflow coverage.

Does this require dependencies to orchestrate end-to-end workflows?

No, this requires no dependencies to orchestrate end-to-end workflows. It independently searches the knowledge base, ranks recommendations by priority, and outlines executable input/output chaining plans without relying on external libraries or components.