find-skills-plus

Find agent skills by keyword and enrich results with descriptions. Use when a user asks to discover skills and wants more context than a raw list (e.g., descriptions or comparisons).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "find-skills-plus" with this command: npx skills add yinhui1984/find_skills_plus/yinhui1984-find-skills-plus-find-skills-plus

Find Skills Plus

This skill searches the skills registry and enriches each result with a description.

When to Use

Use this skill when the user asks to discover skills and wants more than just a list (e.g., asks for descriptions, comparisons, or short summaries).

How It Works

  1. Runs npx skills find <query> to get matching skills.
  2. For each result, fetches the skills.sh page and extracts a description (first non-empty paragraph).
  3. Prints results in an easy-to-scan format.

Command

node scripts/enrich_find.js "<query>"

Options

  • --max N Limit number of results to enrich (default: 10)
  • --timeout SECONDS Per-request timeout (default: 10)
  • --concurrency N Concurrent fetches (default: 5)
  • --no-fetch Show list only (skip description fetch)

Output Format

owner/repo@skill
└ https://skills.sh/owner/repo/skill
[description]

Notes

  • Descriptions are pulled from the skills.sh page when available.
  • If the skills.sh page is missing a description, the script falls back to agent-skills.md.
  • If a description cannot be found, the output will say "[no description found]".

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Archived SourceRecently Updated
Automation

My Browser Agent

# my-browser-agent

Archived SourceRecently Updated
Automation

Skrape

Ethical web data extraction with robots exclusion protocol adherence, throttled scraping requests, and privacy-compliant handling ("Scrape responsibly!").

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated