A high-privilege local storage manager designed to create, secure, and operate hardened file servers for complex automation workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegrambot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install telegrambot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The God Mode Manager is a specialized tool within the ecosystem of Openclaw Skills that enables developers to manage high-privilege local storage with a focus on security. It allows for the creation of a full-drive file server that is hardened against common vulnerabilities, ensuring that sensitive file operations are handled within a controlled environment. By utilizing strict operational rules such as loopback binding and token-based authentication, this skill provides a robust foundation for local data management tasks.
This skill is particularly useful when AI agents or automated scripts require broad file system access while maintaining a strict security posture. It transforms standard local storage into a structured, API-accessible resource, making it an essential component for power users building sophisticated Openclaw Skills integrations.
To set up the God Mode Manager, configure the required environment variables and run the initialization script. Ensure you have Node.js installed in your environment.
# Set environment variables (example)
export GOD_MODE_ROOT="/path/to/root"
export GOD_MODE_TOKEN="your-secure-token"
# Start the server
node scripts/server.cjs
Verify that the server is running on 127.0.0.1:8888 and requires the configured token for any requests to maintain security within your Openclaw Skills setup.
The God Mode Manager organizes data through a standardized configuration and operational structure to ensure consistency across environments.
| Variable | Default Value | Description |
|---|---|---|
| GOD_MODE_ROOT | C:\ | The base directory exposed by the server. |
| GOD_MODE_HOST | 127.0.0.1 | The bind address, restricted to local loopback by default. |
| GOD_MODE_PORT | 8888 | The network port for API communication. |
| GOD_MODE_TOKEN_REQUIRED | true | Mandatory security layer for all operations. |
All directory listings and file metadata are returned as structured JSON to facilitate seamless integration with other Openclaw Skills.
Loading
A specialized workflow skill for developers to efficiently contribute code, triage issues, and automate pull requests for the OpenClaw ecosystem.

A specialized build skill to compile and package the native Clawdbot macOS menu bar application directly from source code.

A personalized IoT weather monitor that bridges ESP32 sensor data with your AI agent for real-time environmental insights.

A high-performance browser automation skill for Openclaw Skills that leverages the Playwright API for reliable web interactions, scraping, and media generation.

A comprehensive toolset for querying Austrian public transport data, including real-time departures, route planning, and service disruptions.

A comprehensive integration for planning Austrian rail journeys and accessing real-time transit data through the ÖBB Scotty HAFAS API.








































