find-skills

Find and install agent skills using the Skills CLI.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SennTse/openclaw-backup --skill find-skills-senntse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/SennTse/openclaw-backup/tree/main/skills/find-skills
Command: npx skills add https://github.com/SennTse/openclaw-backup --skill find-skills-senntse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing the right agent skills can be time-consuming and opaque. This skill guides users through discovery and installation, reducing friction and ensuring access to the ecosystem.

Core Features & Use Cases

  • Discover skills with keyword queries and read concise summaries.
  • Install skills via the Skills CLI (npx skills add owner/repo@skill).
  • Browse learn-more resources and get quick guidance to install or try new capabilities.

Quick Start

Tell me what you want to accomplish and I will search for matching skills and guide you through installation.

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 agent skills using the CLI?

Discovering and installing agent skills via the CLI involves running `npx skills find` with keyword queries to browse summaries, then executing `npx skills add <owner/repo@skill>` to install the desired capabilities. This workflow reduces friction and guides you through the ecosystem.

What is the best way to browse the skills ecosystem for new workflows?

The best way to browse the skills ecosystem is using the `npx skills find` command. It allows you to search with keyword queries and read concise summaries of available tools, templates, and workflows to quickly locate the right capabilities for your agent.

Can I update installed agent skills after adding them?

Yes, you can update installed agent skills using the `npx skills update` command. The CLI workflow supports checking for existing skills with `npx skills check` and applying updates to ensure your open agent's capabilities remain current and functional.

Do I need Node.js to install skills with npx?

Yes, you need Node.js installed because the skills CLI relies on the `npx` command to execute workflows like `npx skills add` and `npx skills find`. This prerequisite enables the discovery and installation of tools within the agent ecosystem.

How do I check if a specific skill is already installed?

You can check if a skill is already installed by running the `npx skills check` command in your terminal. This verifies your current capabilities and prevents redundant installations when browsing the skills ecosystem for new workflows or templates.