Use these docs with your AI agent
You do not have to read this documentation yourself. Install the Axiad Mesh docs skill and your AI agent answers Mesh questions from these pages — grounded, current, and with links back to the source.
The skill uses the open Agent Skills format
(a folder with a SKILL.md file), supported by Claude, OpenAI Codex, GitHub
Copilot, Cursor, Gemini CLI, and a growing list of agent tools.
Download the skill · inspect the raw SKILL.md
Install in Claude
- Open the Claude desktop or web app and go to Settings → Capabilities → Skills (a paid plan with code execution enabled is required).
- Select Upload skill and choose the downloaded
axiad-mesh-docs-skill.zip. - Claude shows the skill name and description. Enable it, then ask anything — for example "How do I delegate remediation for a risky identity in Mesh?"
Install in Claude Code
unzip axiad-mesh-docs-skill.zip -d ~/.claude/skills/
Restart Claude Code and run /skills to confirm axiad-mesh-docs is loaded.
Install in other agents
Any tool that supports the Agent Skills format reads the same folder — for example Codex, Copilot, Cursor, and Gemini CLI each document a skills directory in their settings. Unzip the download into that directory and the agent picks it up.
If your tool does not support skills yet, you can still point it at the machine-readable documentation directly:
/llms.txt— an index of every page with a one-line summary and a direct raw-markdown URL./llms-full.txt— the entire documentation set in a single markdown file.- Every page on this site also serves a raw-markdown twin at its URL plus
.md— use the View as Markdown button on any page.
What the skill does
The skill teaches your agent to look answers up rather than guess: it fetches the page index, reads the specific pages that match your question, answers in the product's own vocabulary, and cites the pages it used. When the documentation does not cover a question, the agent says so instead of inventing an answer.
A note on freshness
The skill contains no documentation content itself — only instructions for finding it — so your agent always reads the live site, including release notes published after you installed the skill. Reinstalling is only needed if the skill file itself changes.