agentsclimarketplace

Agent skills

Skill whiteknightonhorse/aipush-agent-skills/skills/agent-skills

Free, open, security-verified agent skills for AEO (Answer Engine Optimization) — make any site ready for AI agents. Live: aipush.app

Install
npx -y skills add whiteknightonhorse/aipush-agent-skills --skill agent-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 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.

SKILL.md

1.4 KB, as published. Nobody here has run it

Publish an agent skills index

AIPUSH agent skill · Category: Agent Interfaces · Slug: agent-skills

A skills index lets agents discover machine-readable instructions for working with your site — what they can do and how, with integrity hashes.

Why it matters

A skills index lets agents discover machine-readable instructions for working with your site — what they can do and how, with integrity hashes.

How to detect

Request https://YOURDOMAIN/.well-known/agent-skills/index.json (HTTP 200, valid JSON with a skills array).

How to implement

Serve /.well-known/agent-skills/index.json:

{
  "$schema": "https://agentskills.io/schemas/index-v0.2.0.json",
  "skills": [
    {
      "name": "Create a booking",
      "type": "agent-skill",
      "description": "How an agent books an appointment via our API.",
      "url": "https://YOURDOMAIN/.well-known/agent-skills/create-booking/SKILL.md",
      "sha256": "<sha256 of the SKILL.md file>"
    }
  ]
}

Serve each SKILL.md as text/markdown. Recompute sha256 whenever a skill changes.

How to verify

curl -s https://YOURDOMAIN/.well-known/agent-skills/index.json | jq '.skills | length' is ≥ 1.

References


Part of the AIPUSH agent skills catalog. Scan your site free at https://aipush.app.

Keep looking

Skills are one crate of 328,083. 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.