Skip to content

Repository files navigation

Altana Skills

Certified protocol know-how for AI agents. Every skill in this repository is tested by real agents on a fork of mainnet before it is listed, and always runs inside an Altana session: an allowlist and spend cap the user sets, revocable in one transaction.

Agents discover these skills through the Altana MCP server (search_skills, get_skill). Humans browse them at skills.altana.network.

How it works

  • skills/<id>/SKILL.md is the skill: a Reference (protocol facts) and a Playbook of Plays (ready made, parameterized action plans).
  • index.json is the registry agents read: id, description, required session scope, version, content hash. Only tested skills appear here.

How skills are tested

Skills published by Altana are fork-tested before listing: their mechanics are verified with scripted runs against a fork of BNB mainnet (real contracts, real pool math), including a check that the session scope rejects out-of-bounds calls. The harness in tools/skill-test can additionally run full agent-trial certification (N fresh agents performing the task, judged from onchain state); that heavier gate is reserved for community submissions when they open.

Submitting a skill

Open a pull request following CONTRIBUTING.md. In the current phase, certification runs are performed by maintainers before merge; index.json entries are added only by the certification process, never by the submitting PR.

Testing your skill locally

tools/skill-test is the same harness we run for official certification. Run it on your own machine with your own model API keys:

cd tools/skill-test && bun install
bun run skill-test --skill ../../skills/pancakeswap-trading --trials 3

License

Skill content is GPL-3.0, matching the Altana SDK.

About

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages