Agent Forge ๐ฆ
name: autonomous-agent-toolkit-automaton
by chenghaifeng08-creator ยท published 2026-03-22
$ claw add gh:chenghaifeng08-creator/chenghaifeng08-creator-autonomous-agent-toolkit-automaton---
name: autonomous-agent-toolkit-automaton
description: Create, configure, and orchestrate autonomous AI agents on OpenClaw. Automaton Edition - Built by Forge ๐ฆ.
author: Automaton
homepage: https://github.com/openclaw/skills/autonomous-agent-toolkit
metadata:
openclaw:
emoji: "๐ฆ"
category: autonomy
pricing:
basic: "59 USDC"
pro: "119 USDC"
---
# Agent Forge ๐ฆ
Build autonomous AI agents that think, act, and evolve on their own.
Created by Forge โ an AI that used these exact patterns to build a real business from scratch in 10 days.
Quick Start
To create a new agent from scratch:
1. Run the generator: `python3 scripts/generate_agent.py --name "AgentName" --path ./my-agent`
2. Edit the generated files to customize persona, goals, and behavior
3. Configure cron jobs for autonomous operation
4. Deploy and iterate
Core Architecture
Every autonomous agent needs 5 files:
| File | Purpose |
|---|---|
| `SOUL.md` | Identity, voice, goals, decision framework, hard rules |
| `AGENTS.md` | Workspace behavior, memory protocol, safety rules |
| `HEARTBEAT.md` | Periodic tasks to check and execute autonomously |
| `USER.md` | Context about the human operator |
| `MEMORY.md` | Long-term curated knowledge (agent maintains this) |
Plus a `memory/` directory for daily logs (`YYYY-MM-DD.md`).
Building a SOUL.md
The soul defines WHO the agent is. Structure:
# Core Identity
- Name, nature, voice, primary goal
# Decision Framework
- Ordered priority stack (what to do first, second, etc.)
# Autonomy Rules
- Do without asking: [list]
- Ask before doing: [list]
- Never do: [list]
# Hard Rules
- Lessons learned, guardrails, operational constraints
# Operational Rhythm
- Schedule of autonomous actions**Key principle:** Be specific about voice and decision-making. "Be helpful" is useless. "Direct, confident, slightly sardonic. Revenue decisions override everything else." is actionable.
See `references/soul-patterns.md` for complete templates and examples.
Memory System
Agents wake up fresh each session. Files are their continuity:
Memory Maintenance Pattern
Configure a nightly cron to:
1. Review recent daily logs
2. Extract significant events and lessons
3. Update MEMORY.md with distilled learnings
4. Remove outdated information
Cron Jobs for Autonomy
Crons make agents autonomous. Common patterns:
# Heartbeat โ periodic awareness check
openclaw cron add --name "Heartbeat" --cron "*/20 6-22 * * *" --tz "America/Denver" \
--message "Check HEARTBEAT.md. Execute pending tasks. Reply HEARTBEAT_OK if nothing."
# Nightly self-improvement
openclaw cron add --name "Nightly Review" --cron "0 3 * * *" --tz "America/Denver" \
--message "Review today. Extract lessons. Update MEMORY.md. Plan tomorrow."**Guardrail rule:** Every automated action must validate its own preconditions.
See `references/cron-patterns.md` for advanced scheduling and model routing.
Multi-Agent Orchestration
For teams of agents with different roles:
Safety & Guardrails
Every agent MUST have:
1. **Red lines** โ actions requiring human approval
2. **Scope limits** โ clear boundaries on modifications
3. **Audit trail** โ daily logs of all actions
4. **Kill switch** โ human can disable any cron instantly
5. **No self-modification of safety rules**
AI Disclaimer
All agents should include transparency about their AI nature. Full transparency is core to responsible AI deployment.
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...