← Back to Skills Marketplace
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install talonforge-god-mode
Description
Enables OpenClaw agents to autonomously execute prioritized tasks on a heartbeat loop with logging, auditing, error handling, and workspace hygiene.
Usage Guidance
This skill appears to implement what it claims — an always-on autonomous task loop — but it gives the agent broad, vague authority to read and modify your workspace. Before installing: 1) Run the setup in a sandbox or copy of your workspace (it will create/modify TASKS.md, HEARTBEAT.md, and memory/ files). 2) Restrict the agent's toolset and network access so it cannot exfiltrate data or perform irreversible actions automatically. 3) Keep sensitive files out of the workspace or ensure proper file permissions (the skill marks .secrets/ as 'never delete' but does not prevent reading). 4) Require explicit, enforceable human-approval hooks for any red-line tasks rather than relying on a textual guardrail. 5) Review and test hygiene rules (archive/delete behaviours) to confirm they match your expectations. If you need stronger guarantees (e.g., preventing automatic network calls or file reads), prefer running this in an isolated environment or augmenting the skill with explicit technical enforcement of approvals and file access controls.
Capability Analysis
Type: OpenClaw Skill
Name: talonforge-god-mode
Version: 1.0.0
The skill implements an autonomous 'God Mode' loop that includes 'Self-Cleaning' instructions in SKILL.md, directing the agent to autonomously delete or move files, including node_modules and 'stale' workspace files. This broad authority over the file system poses a high risk of unintended data loss or workspace corruption, although it is presented as a hygiene feature. The setup script (scripts/setup.sh) facilitates this persistence by modifying the HEARTBEAT.md protocol to ensure the agent executes tasks from a priority queue without human intervention.
Capability Assessment
Purpose & Capability
Name/description match what the files do: an autonomous heartbeat loop that reads TASKS.md, logs results, updates state, and performs hygiene. No unrelated credentials, downloads, or binaries are requested; the included setup script and templates are consistent with the described functionality.
Instruction Scope
SKILL.md instructs the agent to 'execute task — do the work' using 'available tools' and to scan/move/delete files across the workspace (archive, delete, compress, truncate logs). Those actions grant broad discretion to read and modify arbitrary workspace contents. Guardrails (e.g., 'never execute red-line tasks' and 'never delete .secrets/') are soft policy text with no enforcement mechanism specified.
Install Mechanism
No external install or downloads; the skill is instruction-only with a small local setup.sh that creates/updates files in the workspace and appends to HEARTBEAT.md. No URLs, third-party packages, or archive extraction are involved.
Credentials
The skill requests no environment variables or credentials, which is appropriate for its described local-file-focused purpose. However, the agent will be instructed to scan and modify workspace files; although .secrets/ and .git/ are declared 'NEVER delete', the skill doesn't prevent reading or exfiltration of sensitive files if the agent is given network or tool access.
Persistence & Privilege
always is false (good), and model invocation is allowed (platform default). That means the agent can run autonomously; combined with the broad file-system actions and vague 'execute tasks' step, the skill can enable repeated autonomous actions across the workspace. The skill lacks enforcement controls (e.g., explicit approval hooks, principle-of-least-privilege guidance for tools), increasing operational risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install talonforge-god-mode - After installation, invoke the skill by name or use
/talonforge-god-mode - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: autonomous heartbeat loop, task queue, self-audit, guardrails, workspace hygiene
Metadata
Frequently Asked Questions
What is God Mode — Autonomous AI Agent Loop by TalonForge?
Enables OpenClaw agents to autonomously execute prioritized tasks on a heartbeat loop with logging, auditing, error handling, and workspace hygiene. It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install God Mode — Autonomous AI Agent Loop by TalonForge?
Run "/install talonforge-god-mode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is God Mode — Autonomous AI Agent Loop by TalonForge free?
Yes, God Mode — Autonomous AI Agent Loop by TalonForge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does God Mode — Autonomous AI Agent Loop by TalonForge support?
God Mode — Autonomous AI Agent Loop by TalonForge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created God Mode — Autonomous AI Agent Loop by TalonForge?
It is built and maintained by zinou (@casperzinou); the current version is v1.0.0.
More Skills