Agent skills
Drop-in skills for coding agents (Claude Code, Codex, and similar) that wrap Ray9 calls into named, parameterised actions. In development.
Agent skills are pre-packaged action recipes for coding agents. They install with one command and give Claude Code, Codex, and similar runtimes a set of domain-specific verbs (ray9.serp-audit, ray9.keyword-brief, ray9.backlink-summary, ray9.rank-pulse, ray9.ai-visibility-snapshot) that map to one or more Ray9 calls under the hood.
Compared with calling the API directly, skills give the agent an opinionated workflow per task — the parameters are pre-shaped, the output is summarised, and the agent doesn't have to remember which endpoint to combine with which.
# Shape only — @ray9/skills is in development.
npx @ray9/skills installSkills inherit whichever Ray9 client the agent already has set up — the MCP server, the (planned) CLI, or RAY9_API_KEY in env.
In development — until it ships, the same workflows are achievable by hand via MCP or the API. Email contact@ray9.ai if it's blocking your roadmap.