lobster-agent-forge
Create, configure, and orchestrate autonomous AI agents on OpenClaw. 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", "configure agent memory".
Why use this skill?
Learn to create and orchestrate autonomous AI agents using OpenClaw. Build custom personas, memory systems, and cron schedules to automate your complex workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/crispyangles/lobster-agent-forgeWhat This Skill Does
The lobster-agent-forge skill is the primary architectural toolkit within OpenClaw for deploying, managing, and orchestrating autonomous AI agents. Unlike standard chatbots, agents built with this forge are designed for persistence and independent operation. The skill provides the scaffolding, organizational structure, and cron-based orchestration required to build agents that possess a 'soul' (identity), a 'heart' (rhythm of execution), and a 'memory' (long-term knowledge retention). By leveraging the agent generator script, you can initialize standardized directory structures that ensure your agents remain coherent across multiple sessions, allowing them to evolve, refine their decision-making processes, and execute complex workflows without constant human intervention.
Installation
To integrate the lobster-agent-forge into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/crispyangles/lobster-agent-forge
Once installed, you can trigger the creation of a new agent immediately using the provided generator script. Ensure you have the necessary environment permissions to write files and execute scripts, as the forge will initialize folders and core documentation files (SOUL.md, AGENTS.md, etc.) in your designated directory.
Use Cases
- Autonomous Market Research: Build an agent that runs nightly, scans market trends, updates your MEMORY.md file, and provides a summary report in the morning.
- Multi-Agent Orchestration: Create a 'Manager' agent that delegates specific tasks to specialized 'Worker' agents, coordinating their HEARTBEAT.md activities for team-based operations.
- Continuous Task Management: Set up a dedicated bot to monitor project status, check for incomplete items in your project files, and proactively remind you of upcoming deadlines.
- Self-Evolving Persona: Develop an agent that reflects your specific communication style and business priorities, using the SOUL.md framework to ensure it adheres to your strict operational constraints and guardrails.
Example Prompts
- "Create an agent named 'Strategist' in the ./agents/strategist directory to manage my daily stock market updates."
- "I need to configure a new heartbeat for my social-media-bot that checks for pending posts every 30 minutes between 9am and 5pm."
- "Set up an agent persona for a project management bot that uses a sarcastic tone and prioritizes high-revenue tasks."
Tips & Limitations
- File-First Persistence: Always remember that agents clear their active context on restart. If information is critical, it must be saved to MEMORY.md or a specific log file.
- Cron Precision: Use the
--tzflag when setting up crons to ensure your autonomous tasks occur in your local time zone. - Guardrail Definition: Be highly specific in your SOUL.md. Ambiguous goals lead to drift; define clear 'Do' and 'Never do' lists to maintain control over autonomous behavior.
- Resource Usage: Because agents execute autonomously, monitor your cron logs to ensure they aren't performing redundant operations that could lead to unnecessary file bloat or resource consumption.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-crispyangles-lobster-agent-forge": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
sparkforge-site-deployer
Ship a static website in under 5 minutes — Vercel, Netlify, or GitHub Pages. Scaffolding, config, deploy, custom domains. Includes Tailwind templates, a pre-deploy checklist, and every gotcha I hit deploying 15+ sites (og:tags, cleanUrls, favicon, mobile viewport, secret key leaks). Not for apps needing databases or server-side rendering.
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", "configure agent memory".
markdown-toolkit
Swiss army knife for Markdown — TOC generator, format conversion (MD↔HTML), broken formatting fixer, HTML stripper, file merger, YAML frontmatter validator, orphan link finder. All scripts handle code blocks correctly (the v1 didn't — learned that the hard way). Not for LaTeX, DOCX, or rich document layout.
sparkforge-skill-refiner
Quality audit for OpenClaw skill files — scores each SKILL.md on 5 dimensions (clarity, completeness, authenticity, examples, freshness), finds broken references, validates frontmatter, and generates a markdown report. Read-only — produces a review log, never edits files. Use manually or as a weekly cron. Requires grep, curl, python3 (standard tools, no API keys).
sales-monitor
Keep tabs on revenue across Stripe and Gumroad without refreshing dashboards all day. Checks for new sales, calculates revenue totals, and sends alerts when money comes in. Use for sales updates, revenue summaries, new purchase alerts, or automated monitoring via cron. Works with Stripe API and Gumroad (via Maton gateway or native API). Not for refund disputes, accounting, or tax reporting — that's spreadsheet territory.