Reference

Agent skills

Install GNO as a progressive agent skill for Claude Code, Codex, OpenCode, OpenClaw, and compatible clients.

GNO skills teach coding agents how to use the gno CLI without permanently loading a large tool schema into their context. They are ideal for quick, explicit knowledge lookups from Claude Code, Codex, OpenCode, OpenClaw, and other clients that support agent skills.

What this is

Install

gno skill install --scope user # Claude Code default
gno skill install --target codex --scope user
gno skill install --target opencode --scope user
gno skill install --target openclaw --scope user
gno skill install --target all --scope user --force

Skill management commands

Using the skill

/gno search "deployment checklist"
/gno query "what did I save about spaced repetition?"
/gno ask "summarize my notes on local-first software"
/gno graph --neighbors gno://notes/llm-memory.md

Natural language works too: “search my notes for the latest pricing decision,” “find related docs before you edit this file,” or “use GNO to retrieve my notes about this client.”

Skills vs MCP