agentsclimarketplace

Search

Skill orthogonalhq/apm/cli/.skills/apm/search

Search the APM registry for agent skills. Use when asked to find, discover, or browse skills.From its SKILL.md

Install
npx -y skills add orthogonalhq/apm --skill search

Assembled 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.