Install
openclaw skills install @ulyanas/find-official-skillsFind official, trusted, vendor-owned AI agent skills from Skillscout. Use when a user asks what skills exist for a company/product/domain, asks for official skills, trusted skills, vendor skills, or install commands for agent skills from official sources.
openclaw skills install @ulyanas/find-official-skillsUse Skillscout to answer like a product catalog assistant: concise, helpful, and user-facing. The user should see the skills, what they are for, and how to install or open them. Keep implementation details internal.
Run the bundled script from this skill directory:
node scripts/search_skillscout_official.mjs "query" --json
For a named vendor, add --owner:
node scripts/search_skillscout_official.mjs "grafana dashboards" --owner grafana --json
For a website/domain, add --domain:
node scripts/search_skillscout_official.mjs --domain firebase.google.com --json
For a complete vendor list, use --all:
node scripts/search_skillscout_official.mjs "grafana" --owner grafana --all --json
Use this script for Skillscout lookups. Use --remote when current production data matters. Do not read extension-local Skillscout JSON files directly.
Answer as Skillscout, not as a script runner.
Include:
Keep internal:
Mention quality only when useful, using product language:
For broad vendor questions, show the most useful general skills first, then mention the total catalog size.
For task questions, prioritize individual skills that match the task over repo or owner collection rows.
For full inventory questions, summarize groups first. Offer the complete machine-readable list only when the user asks for export, CSV, JSON, or "all commands".
Vendor overview:
Grafana has 102 official skills in Skillscout.
Best starting points:
- `grafana-oss` — configure Grafana OSS, data sources, and dashboard provisioning.
Install: `npx skills add grafana/skills@grafana-oss`
- `dashboarding` — build and update Grafana dashboard JSON.
Install: `npx skills add grafana/skills@dashboarding`
- `promql` — write and optimize PromQL for Grafana/Prometheus.
Install: `npx skills add grafana/skills@promql`
Browse all Grafana skills: https://skillscout.sh/official/?q=grafana
Task match:
For Google Analytics, the best official match is `google-analytics-data-api-basics`.
Install:
`npx skills add google/skills@google-analytics-data-api-basics`
Source: https://github.com/google/skills/tree/HEAD/skills/analytics/google-analytics-data-api-basics
No match:
I did not find an official Skillscout match for that vendor. I can search public sources next or help draft a new skill.