skill-discovery

Automate discovery, installation, and management of AI agent skills via CLI.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fikriaf/agentos --skill skill-discovery-fikriaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-discovery
Source: https://github.com/fikriaf/agentos/tree/main/src/agentos/skills/software-development/skill-discovery
Command: npx skills add https://github.com/fikriaf/agentos --skill skill-discovery-fikriaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of discovering and installing new skills for your agent, making it easier to extend capabilities and solve a wider range of tasks.

Core Features & Use Cases

  • Skill Discovery: Search for skills from the skills.sh marketplace.
  • Skill Installation: Install skills with a single command.
  • Skill Management: Check and update installed skills.
  • Use Case: If you need a new skill for a specific task, use this Skill to find and install it quickly.

Quick Start

Use the npx skills find [topic] command to search for a skill and then install it with npx skills add [owner/repo@skill-name] --yes.

Frequently Asked Questions about skill-discovery

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

FAQPage Schema
How do I discover and install new AI agent skills?

Discover and install new AI agent skills by running the command `npx skills find [topic]` to search the marketplace, then use `npx skills add [owner/repo@skill-name] --yes` to install them. This process automates skill management without requiring manual setup or external tools.

What is the skills.sh marketplace used for?

The skills.sh marketplace is a repository used to search, add, check, and update AI agent skills. It provides a centralized command-line interface for discovering new capabilities to help your agent solve a wider range of tasks.

Can I manage and update installed skills from the command line?

Yes, you can manage and update installed skills directly from the command line. The interface provides dedicated commands to check installed skills and apply updates, ensuring your agent has the latest capabilities from the marketplace.

Do I need external tools to set up skill installation for my agent?

No external tools or manual setup are required to install skills for your agent. The process is fully automated through a command-line interface, allowing you to quickly extend your agent's capabilities by simply running the search and add commands.

What's the best way to find a specific skill for a task?

The best way to find a specific skill for a task is using the `npx skills find [topic]` command. This searches the skills.sh marketplace to locate the exact capability you need, which you can then quickly install using the add command.