body-bg.png

Ajna skill for AI agents

Give your agent Ajna pool context and actions in one command.

Add ajna-skills to your runtime, then let your agent inspect pools and prepare Ajna actions from a single skill.

OpenClawHermes

Get started

Add the skill

Run one command to add ajna-skills to a supported runtime.

Install command

npx skills add ajna-finance/ajna-skills

Clipboard 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.

Direct SKILL.md URL

https://github.com/ajna-finance/ajna-skills/blob/main/SKILL.md

Clipboard access is unavailable here. Select and copy the command manually.

Skill package

What the package includes

ajna-skills groups its command surface into inspect, prepare, and execute flows. Read SKILL.md for full inputs, constraints, and examples.

Inspect

Read Ajna pools, buckets, and positions before making any decision.

Included commands

  • inspect-pool
  • inspect-bucket
  • inspect-position

Prepare

Build normalized Ajna payloads for lend, borrow, approvals, and pool creation without sending a transaction.

Included commands

  • prepare-create-erc20-pool
  • prepare-create-erc721-pool
  • prepare-lend
  • prepare-borrow
  • prepare-approve-erc20
  • prepare-approve-erc721

Execute

Run reviewed prepared payloads under your runtime's execution policy.

Included commands

  • execute-prepared

References

Use the repo and canonical docs

Use the Ajna Skills repo for commands and Ajna docs for protocol details. Runtime docs and UIs are separate surfaces.

Important note

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.

Borrow and lend against any asset in your entire portfolio