Acp
Free, open, security-verified agent skills for AEO (Answer Engine Optimization) — make any site ready for AI agents. Live: aipush.app
npx -y skills add whiteknightonhorse/aipush-agent-skills --skill acpAssembled 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.0 KB, as published. Nobody here has run it
Publish ACP commerce discovery
AIPUSH agent skill · Category: Commerce · Slug:
acp
The Agentic Commerce Protocol lets agents discover your commerce API and create checkout sessions without bespoke integration.
Why it matters
The Agentic Commerce Protocol lets agents discover your commerce API and create checkout sessions without bespoke integration.
How to detect
Request https://YOURDOMAIN/.well-known/acp.json (HTTP 200, valid JSON).
How to implement
Serve /.well-known/acp.json at the origin root:
{
"protocol": { "name": "acp", "version": "1.0" },
"api_base_url": "https://YOURDOMAIN/api",
"supported_transports": ["https"],
"capabilities": { "services": ["checkout"] }
}
How to verify
curl -s https://YOURDOMAIN/.well-known/acp.json | jq .protocol.name returns acp.
References
Part of the AIPUSH agent skills catalog. Scan your site free at https://aipush.app.