with one click
find-skills
// Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities.
// Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities.
Enable, configure, and query Elasticsearch security audit logs. Use when the task involves audit logging setup, event filtering, or investigating security incidents like failed logins.
Authenticate to Elasticsearch using native, file-based, LDAP/AD, SAML, OIDC, Kerberos, JWT, or certificate realms. Use when connecting with credentials, choosing a realm, or managing API keys.
Manage Elasticsearch RBAC: native users, roles, role mappings, document- and field-level security. Use when creating users or roles, assigning privileges, or mapping external realms like LDAP/SAML.
Execute ES|QL (Elasticsearch Query Language) queries, use when the user wants to query Elasticsearch data, analyze logs, aggregate metrics, explore data, or create charts and dashboards from ES|QL results.
Ingest and transform data files (CSV/JSON/Parquet/Arrow IPC) into Elasticsearch with stream processing and custom transforms. Use when loading files or batch importing data.
Diagnose and resolve Elasticsearch security errors: 401/403 failures, TLS problems, expired API keys, role mapping mismatches, and Kibana login issues. Use when the user reports a security error.
| name | find-skills |
| description | Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. |
| metadata | {"author":"vercel-labs","version":"1.0.0","source":"vercel-labs/skills//skills/find-skills"} |
Discover and install skills from the open agent skills ecosystem.
The Skills CLI (npx skills) is the package manager for agent skills:
npx skills find [query] - Search for skillsnpx skills add <package> - Install a skill from GitHubnpx skills check - Check for updatesnpx skills update - Update all installed skillsBrowse skills at: https://skills.sh/
Identify the domain (React, testing, design, deployment), specific task, and whether a skill likely exists.
Check https://skills.sh/ for well-known skills in the domain before searching.
npx skills find [query]
Show skill name, what it does, install count, source, and install command.
npx skills add <owner/repo@skill> -g -y
| Category | Example Queries |
|---|---|
| Web Development | react, nextjs, typescript, css, tailwind |
| Testing | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | docs, readme, changelog, api-docs |
| Code Quality | review, lint, refactor, best-practices |
| Design | ui, ux, design-system, accessibility |
Acknowledge, offer to help directly, suggest creating a skill with npx skills init.