Inspect
Read Ajna pools, buckets, and positions before making any decision.
Included commands
- inspect-pool
- inspect-bucket
- inspect-position

Ajna skill for AI agents
Add ajna-skills to your runtime, then let your agent inspect pools and prepare Ajna actions from a single skill.
Get started
Run one command to add ajna-skills to a supported runtime.
npx skills add ajna-finance/ajna-skillsClipboard access is unavailable here. Select and copy the command manually.
Official runtimes: OpenClaw, Hermes.
Or point your agent at SKILL.md directly when you want it to read the skill without installing first.
https://github.com/ajna-finance/ajna-skills/blob/main/SKILL.mdClipboard access is unavailable here. Select and copy the command manually.
Skill package
ajna-skills groups its command surface into inspect, prepare, and execute flows. Read SKILL.md for full inputs, constraints, and examples.
Read Ajna pools, buckets, and positions before making any decision.
Included commands
Build normalized Ajna payloads for lend, borrow, approvals, and pool creation without sending a transaction.
Included commands
Run reviewed prepared payloads under your runtime's execution policy.
Included commands
References
Use the Ajna Skills repo for commands and Ajna docs for protocol details. Runtime docs and UIs are separate surfaces.
SKILL.md defines the command contract. Inspect is read-only. Prepare builds payloads without sending a transaction. Execute stays behind your runtime policy.
This website does not ask for keys, sign, or execute protocol actions.
Advanced escape hatch
The repo includes an unsupported-action path behind an explicit environment gate. Leave it out of normal flows.