Search
Search the APM registry for agent skills. Use when asked to find, discover, or browse skills.From its SKILL.md
npx -y skills add orthogonalhq/apm --skill searchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- fetches URLsInstructs the agent to fetch 2 URLs, including https://apm.orthg.nl/api/search?q=<query> and 1 more.
SKILL.md
0.9 KB, 194 tokens by cl100k_base, as published. Nobody here has run it
Search the registry
GET https://apm.orthg.nl/api/search?q=<query>
Returns up to 50 results ranked by relevance.
{
"results": [
{
"scope": "anthropics",
"name": "code-review",
"description": "Systematic code review checklist",
"repoStars": 87,
"license": "MIT"
}
],
"total": 3
}
Present results to the user with scope, name, description, stars, and license.
Review before installing
Before installing, fetch the full SKILL.md to verify it matches the user's needs:
GET https://apm.orthg.nl/api/packages/@<scope>/<name>/skill-md
Returns raw SKILL.md content as plain text. Read it and confirm with the user that the skill does what they're looking for.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.