Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Immortal Brain v5.0 is an autonomous task agent for OpenClaw. It runs a 2-minute heartbeat loop that moves tasks through research, analysis, planning, and execution stages without manual intervention. Tasks without user approval auto-advance after 6 minutes, and the system builds a connection graph between related tasks to surface suggestions from completed work.
Auto-approval timeout means tasks never stall waiting for a response, so the workflow keeps moving even when you're unavailable.
When to use it
- Processing a backlog of development tasks overnight without manual follow-up
- Getting auto-generated research and implementation plans for new feature requests
- Tracking parallel tasks with live percentage progress every two minutes
- Connecting a new security task to lessons from previously completed auth work
- Maintaining and evolving AI persona definition files based on observed behavior patterns
Example Workflow
Here's how your AI assistant might use this skill in practice.
User sends: 'Implement OAuth2 login #dev #urgent' via Telegram
- 1Saves incoming Telegram message as a task file in memory/ and triggers heartbeat
- 2Searches existing tasks for similar topics and compiles research notes with relevance scores
- 3Evaluates complexity and priority, pulls improvement suggestions from completed similar tasks
- 4Generates a step-by-step execution plan and waits up to 6 minutes for user approval before auto-advancing
- 5Executes plan steps and reports percentage progress at each 2-minute heartbeat until completion
Task marked completed at 100% with a final report listing steps executed, time elapsed, and suggestions for follow-up tasks