Feature
Use the GraphQL API in your AI agent
Your AI coding agent can now learn the entire Hashnode GraphQL API in one command.
We published a skill. Install it and your agent knows every query, every mutation, how to authenticate, and which operations need Pro. No more copying docs into prompts.
Install
Run this in your project:
npx skills add Hashnode/gql-skill
It works with Claude Code, Cursor, Copilot, and many other agents.
What your agent gets
The full schema as a reference. Curated docs for auth, roles, limits, and errors. Ready-made recipes for publishing a post, paginating a feed, and uploading an image.
When an operation needs Pro, your agent tells you to upgrade instead of failing silently.
Where to find it
The skill is open source at github.com/Hashnode/gql-skill.