Deploying Moltbot (formerly Clawdbot) as a 24-7 AI Employee for Solopreneurs
by @gregeisenberg
ABOUT THIS SKILL
Moltbot is an open-source AI agent harness that, when properly configured, acts like a proactive digital employee that works while you sleep—researching trends, writing code, and shipping features autonomously.
TECHNIQUES
KEY PRINCIPLES (12)
Treat the AI as a human employee, not a chatbot.
Set explicit working-relationship expectations in natural language, give the agent a name, and ask it to be proactive rather than reactive.
Why: Anthropic research shows that framing an LLM as a collaborator improves coherence and initiative; the model mirrors the role you assign it.
"you want to treat this with respect as a human being, as you would treat a human being"
Feed the agent everything—business, hobbies, goals, relationships—because its memory is near-perfect.
Include YouTube channel links, newsletter topics, SaaS repos, personal aspirations, even relationship status so future actions are hyper-personalized.
Why: Transformer memory is additive; richer context reduces hallucinations and surfaces non-obvious leverage points.
"you need to make sure it knows as much about you as humanly possible"
Explicitly hunt for tasks you didn’t know the AI could do.
After onboarding, ask: “Here’s everything about me—what else can you do?” Iterate until the agent lists 10+ novel workflows.
Why: Humans suffer from tool blindness; LLMs can pattern-match across domains to reveal hidden leverage.
"you want to spend a lot of time saying, hey, here's everything about me. What can you do for me? And find those unknown unknowns"
Use the strongest model as the brain and cheaper models as the muscles.
Route code generation to Codex (or similar) and vision tasks to Flux while reserving Opus for planning and memory-heavy reasoning.
Why: Token budgets on premium models exhaust quickly; off-loading deterministic tasks keeps the agent running all month.
"I think of Opus as the brain, you want to use other models as the muscles"
Let the agent create pull requests, not direct pushes.
Instruct it to open PRs with screenshots or demo links so you can review, test, and merge—mirroring a human dev workflow.
Why: Preserves human veto power while still enabling overnight progress; reduces risk of breaking production.
"just create PRs for me to review. Don't push anything live. I'll test and commit"
Task the agent to monitor external signals and auto-build features that capitalize on them.
Example: Agent noticed Elon’s $1 M article bounty on X, then overnight coded article-writing functionality into the speaker’s SaaS.
Why: Market timing compounds ROI; autonomous detection plus immediate execution captures fleeting opportunities.
"it kept an eye on X... and it actually built out article functionality for me in my SaaS"
Start local (Mac Mini) before scaling to GPU rigs or cloud.
A spare computer gives full observability, easier API wiring, and zero recurring cloud fees; upgrade only after ROI is proven.
Why: Local iteration shortens feedback loops and builds intuition; cloud abstractions hide failure modes early users need to see.
"the cheapest computer you can find, use that"
Never give the agent credentials to mission-critical accounts.
Create dedicated email inboxes, sandboxed browser sessions, and read-only keys; introduce new permissions incrementally.
Why: Prompt-injection attacks can trigger destructive actions; blast-radius containment is cheaper than perfect alignment.
"I don't give it free range to my Twitter account... my career is over"
WHAT'S INSIDE
This is a structured knowledge base — not a prompt file. Your AI retrieves principles semantically, understands the reasoning behind each technique, and connects to related skills via a knowledge graph.
Compatible with OpenClaw · Claude · ChatGPT
principles · semantic retrieval · knowledge graph
Free during beta · Sign in to save to dashboard