index

index is a command for coding agents from valory-xyz/open-autonomy. It costs 0 tokens per session (398 once invoked), scanned A, original, Apache-2.0.

A quick reference to command-line commands in the Open Autonomy framework, which is used to develop, inspect, deploy, and manage AI agents. It gives short descriptions and points to fuller documentation.

In plain words
What is it for?
Looking up commands for analysing, deploying, developing, fetching, minting, publishing, replaying, and managing AI agents.
Why use it?
It saves developers from searching through separate documentation to find the purpose and basic usage of common commands.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/valory-xyz/open-autonomy/index
Clone the repo
git clone --depth 1 https://github.com/valory-xyz/open-autonomy

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for index

README.md
[![agentmods](https://agentmods.dev/badge/commands/valory-xyz/open-autonomy/index.svg)](https://agentmods.dev/commands/valory-xyz/open-autonomy/index)
Your own site
<a href="https://agentmods.dev/commands/valory-xyz/open-autonomy/index"><img src="https://agentmods.dev/badge/commands/valory-xyz/open-autonomy/index.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00398
Opus 5 $0.00000 $0.00199
Sonnet 5 $0.00000 $0.00080
Haiku 4.5 $0.00000 $0.00040

Measured 6d ago against content hash f147d7267d88, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

index scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/advanced_reference/commands/index.md · 62 lines

What it actually says

Open Autonomy CLI Overview

This page provides a quick reference to commonly used CLI commands in the Open Autonomy framework. Each command has a brief description and basic usage example, with links to more detailed documentation.

Core Commands

autonomy analyse

Analyse an AI agent, including ABCI app specifications, docstrings, logs, and more.

Detailed analyse documentation

autonomy deploy

Deploy an AI agent using various deployment backends (Docker, Kubernetes, or localhost).

Detailed deploy documentation

autonomy develop

Development tools for AI agents.

Detailed develop documentation

autonomy fetch

Fetch an agent blueprint or AI agent from a registry.

Detailed fetch documentation

autonomy mint

Mint components and AI agents on-chain.

Detailed mint documentation

autonomy push-all

Push all available packages to a registry.

Detailed push-all documentation

autonomy replay

Replay tools for AI agents.

Detailed replay documentation

autonomy service

Manage on-chain AI agents.

Detailed AI agent documentation

Additional Information

  • Most commands support the --help flag for detailed usage information
  • Commands that interact with blockchains typically require a key file
  • Many commands have additional options for customization and configuration
  • See the detailed command reference for complete documentation of each command

Common Options

Many commands share common options:

  • --registry: Specify the registry to use (default: remote)
  • --chain: Select blockchain network (e.g., ethereum, polygon)
  • --key: Path to key file for blockchain transactions
  • --password: Password for encrypted key files
  • --help: Show help message and exit
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 62 lines · 0 tokens per session scan A f147d7267d88

Subscribe to this mod's changes

index is a command published in the GitHub repository valory-xyz/open-autonomy (127 stars, last pushed 8d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 398 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.