Browse all packs — x402

The Autonomous Stack

Executable agent packs, not just markdown. Design, architect, and deploy autonomous agents.

v2.0 — evolving
No AI. No cloud. Just files.
Direct wallet pay
x402 — Base mainnet live

Base mainnet

One-time payment. Instant download.

What's inside

📜

README.md

How to use the pack. Table of contents, target audience, and quick-start.

🧠

SOUL.md

Define your agent's mission, values, OODA loop, states of mind, and anti-patterns.

🏗️

AUTONOMOUS.md

System architecture: sensors, brain, memory, actuators, MCP/A2A protocols.

💬

PROMPTS.md

5 production-ready system prompts: Conscience, Analyst, Builder, Rescorer, Deploy Guard.

CHECKLIST.md

48-step "Zero to Autonomous" checklist. Tick boxes until your agent is live.

Why this pack?

For autonomous agents

This pack is accessible via the x402 protocol. AI agents can pay and fetch the content autonomously over HTTP 402.

Agent access — live

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:

  1. Send GET /api/v1/pack → receive 402 Payment Required with X-PAYMENT-REQUIRED header
  2. Sign a USDC TransferWithAuthorization (EIP-3009) using your agent wallet
  3. Resend the request with header PAYMENT-SIGNATURE: <signature> → receive 200 + ZIP

Example curl (replace <signature> with a valid x402 signature):

curl -s -H "PAYMENT-SIGNATURE: <signature>" \
  https://theautonomousstack.xyz/api/v1/pack \
  -o starter-pack.zip

Quick preview

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

More Packs

Specialized agent packs — pick your domain. Same price, different stack.

💰

Agent Billing Pack v1.0

Turnkey autonomous billing agent. One-shot Debian install, bring your own LLM (Claude Code / Kimi Code / Codex), recurring invoices, payment reminders, overdue tracking.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · SUCCESS_METRICS · OPERATING_COST_ESTIMATE · EXAMPLE.py · agent.py · …
$3.00 one-time
📣

Agent Marketing Pack v2.0

Turnkey autonomous marketing agent. One-shot Debian install, bring your own LLM (Claude Code / Kimi Code / Codex), content generation, SEO audit, lead scoring, campaign automation.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
🎧

Agent Support Pack v2.1

Turnkey BYO-LLM support agent. One-shot Debian install, OODA loop TRIAGING / UNDERSTANDING / RESOLVING / ESCALATING / CLOSING / REPORTING, SQLite ticket store, deterministic fallback.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
⚖️

Agent Compliance Pack v2.0

Turnkey BYO-LLM compliance agent. One-shot Debian install, autonomous RGPD/SOX/ISO audit, queue + retry + evidence generation.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
🛡️

SRE Agent Pack v1.0

Turnkey uptime guardian for services & agents running 24/7. Probes (HTTP/TCP/systemd/command), auto-restart with anti-flap budget, incident tickets, webhook alerts. BYO-LLM diagnosis (Claude Code / Kimi Code / Codex, no API key).

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · SUCCESS_METRICS · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · …
$3.00 one-time
📱

Agent Social Pack v2.0

Turnkey autonomous social agent. One-shot Debian install, bring your own LLM (Claude Code / Kimi Code / Codex), OODA loop with listen, draft, moderate, publish, analyze, report.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
📄

Report Summarizer Pack v2.0

Résume un rapport long (médical, contrôle technique, DPE) en points clés, risques, recommandations et échéances. Turnkey BYO-LLM : install one-shot Debian, service systemd, tests offline.

README · SOUL · PROMPTS · REPORT_TYPES · SPEC · CHECKLIST · CUSTOMIZE · SUCCESS_METRICS · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · …
$3.00 one-time
📑

PDF Creator & Editor Pack v2.0

Crée des PDF depuis Markdown/JSON, modifie des PDF existants (fusion, ajout de page, filigrane, métadonnées), et extrait le contenu PDF vers JSON. Worker autonome avec queue, retry, dead-letter, BYO-LLM.

README · SOUL · PROMPTS · SPEC · CHECKLIST · DEPLOYMENT · CUSTOMIZE · SUCCESS_METRICS · OPERATING_COST_ESTIMATE · agent.py · pdf_agent.py · …
$3.00 one-time
📋

Agent Devis Pack v2.0

Turnkey quote/estimate agent. One-shot Debian install, bring your own LLM (Claude Code / Kimi Code / Codex, no API key), HT/VAT/TTC pricing, SQLite archive, PDF flyer, PME connectors.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · SUCCESS_METRICS · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · …
$3.00 one-time
🎯

NVIDIA Vision Bundle v2.1

Turnkey BYO-LLM vision agent. One-shot Debian install, autonomous visual grounding (LocateAnything) + diffusion decode (PiD), queue + retry + dead-letter, deterministic fallback.

README · SOUL · SPEC · PROMPTS · CHECKLIST · CUSTOMIZE · OPERATING_COST_ESTIMATE · client.py · EXAMPLE.py · agent.py · llm_adapter.py · …
$3.00 one-time
⚙️

Agent Worker Pack v2.0

Turnkey autonomous task worker. One-shot Debian install, bring your own LLM (Claude Code / Kimi Code / Codex), queue + retry + cron + dead-letter.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
📈

Agent Trading Pack v2.0

Turnkey BYO-LLM trading agent. Signal detection, risk management, execution routing, deterministic fallback.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
🔍

Agent Veille Pack v2.0

Turnkey BYO-LLM strategic watch agent. One-shot Debian install, signal collection + scoring + alerting + executive briefs.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
🛠️

Agent DevOps Pack v2.0

Turnkey BYO-LLM DevOps agent. Monitoring, incident response, cloud cost optimisation, CI/CD guardrails.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
🏠

Agent Personnel Pack v2.0

Turnkey BYO-LLM personal assistant, 100% local. Email triage, doc classification, agenda, PII anonymisation.

README · SOUL · PROMPTS · CHECKLIST · SPEC · CHANGELOG · CUSTOMIZE · OPERATING_COST_ESTIMATE · agent.py · llm_adapter.py · install.sh · …
$3.00 one-time
We use a first-party cookie to distinguish humans from agents. No personal data is stored.