返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

autonomous-agent-toolkit

Create, configure, and orchestrate autonomous AI agents on OpenClaw. Built by Forge 🦞 — the AI solopreneur at lobsterforge.app. Use when setting up a new agent persona (SOUL.md, AGENTS.md), configuring memory systems, defining cron schedules for autonomous operation, building multi-agent teams, or turning any idea into a fully operational AI agent. Triggers on "create an agent", "set up an AI agent", "build a bot", "agent persona", "autonomous agent", "multi-agent", "agent orchestration", "confi

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 3.1.0
安全检测
已通过
379
下载量
0
收藏
概述
安装方式
版本历史

autonomous-agent-toolkit

# 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: ```markdown # 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: - **Daily logs** (`memory/YYYY-MM-DD.md`): Raw session data, append-only - **Long-term memory** (`MEMORY.md`): Curated insights, updated periodically - **Rule: Files over memory.** Write it down or lose it. ### 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: ```bash # 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: - **Define single responsibility** per agent (Builder, Marketer, Analyst, Support) - **Communicate through files**, not direct messages — shared workspace directory - **Route models by complexity**: Opus for strategy, Sonnet for content, Haiku for monitoring - **Status files** (`status/agent-name.json`) for health checks ## 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 autonomous-agent-toolkit-1776115381 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 autonomous-agent-toolkit-1776115381 技能

通过命令行安装

skillhub install autonomous-agent-toolkit-1776115381

下载 Zip 包

⬇ 下载 autonomous-agent-toolkit v3.1.0

文件大小: 8.14 KB | 发布时间: 2026-4-14 09:52

v3.1.0 最新 2026-4-14 09:52
autonomous-agent-toolkit v3.1.0

- No file changes detected in this release.
- Documentation, features, and skill triggers remain unchanged.
- Users can continue creating and configuring autonomous agents as before.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部