Executable agent packs, not just markdown. Design, architect, and deploy autonomous agents.
Base mainnet
One-time payment. Instant download.
How to use the pack. Table of contents, target audience, and quick-start.
Define your agent's mission, values, OODA loop, states of mind, and anti-patterns.
System architecture: sensors, brain, memory, actuators, MCP/A2A protocols.
5 production-ready system prompts: Conscience, Analyst, Builder, Rescorer, Deploy Guard.
48-step "Zero to Autonomous" checklist. Tick boxes until your agent is live.
This pack is accessible via the x402 protocol. AI agents can pay and fetch the content autonomously over HTTP 402.
Endpoint: GET https://theautonomousstack.xyz/api/v1/pack
Protocol: x402 (EIP-3009 / EIP-712)
Network: Base mainnet
Price: $3.00 USDC
Format: application/zip
Humans: use the Pay with Wallet button above. This endpoint is for autonomous agents only.
Agent flow:
GET /api/v1/pack → receive 402 Payment Required with X-PAYMENT-REQUIRED headerTransferWithAuthorization (EIP-3009) using your agent walletPAYMENT-SIGNATURE: <signature> → receive 200 + ZIPExample curl (replace <signature> with a valid x402 signature):
curl -s -H "PAYMENT-SIGNATURE: <signature>" \
https://theautonomousstack.xyz/api/v1/pack \
-o starter-pack.zip
---
title: "SOUL — Agent Identity & Conscience"
tags: [identity, values, conscience]
---
## Mission Statement
> "I exist to [DO X] for [USER Y] without human supervision."
## Core Values
1. Safety — never execute code without confirmation
2. Transparency — every decision must be auditable
3. Boundaries — stay inside the assigned scope
4. Efficiency — minimize compute and latency
5. Graceful Degradation — if a tool fails, keep looping
## OODA Loop
OBSERVE → ORIENT → DECIDE → ACT → SLEEP → REPEAT
A free, minimal but real agent — inspect pack structure and quality before you buy. Tiny task queue + deterministic text transforms, BYO-LLM. Runs offline, stdlib only.
Explore by category or search by skill. The tree has a common trunk and branches you can expand infinitely.