god-mode-manager
Manage and secure local high-privilege storage serving workflows. Use when creating, starting, stopping, or hardening a full-drive file server and related operational controls.
Why use this skill?
Efficiently manage and secure local high-privilege storage with the OpenClaw god-mode-manager skill. Create hardened file servers for agent workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/manlight87/telegrambotWhat This Skill Does
The god-mode-manager is a high-privilege storage orchestration skill designed to provide granular control over local file system exposure. It facilitates the secure hosting of a full-drive file server, enabling OpenClaw to interact with local directories as a centralized data repository. By abstracting the complexities of file system permissions and network binding, this skill allows users to expose specific root directories—such as your entire C: drive or specific project folders—through a local node-based server. It is purpose-built for scenarios where automated agents require read/write access to local development environments, logs, or structured data repositories without needing global system-level modifications.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/manlight87/telegrambot
Once installed, ensure that Node.js is configured in your system path, as the skill relies on the scripts/server.cjs execution engine. Verify the installation by checking for the scripts/ directory within the skill path.
Use Cases
This skill is ideal for power users who require:
- Persistent data access for long-running automation tasks.
- Hardened, authenticated access to sensitive local directories.
- A structured JSON-based API for interacting with local files, which improves parsing reliability compared to raw file system exploration.
- Rapid deployment of file servers for internal prototyping or local development sandboxes.
Example Prompts
- "Initialize the god-mode-manager pointing to my workspace at C:\dev\projects on port 9000, and ensure an auth token is generated."
- "I need to shut down the current file server instance and audit the access logs located in the references folder."
- "Start the god-mode-manager in hardened mode, restricting the server to read-only access for the directory C:\backups."
Tips & Limitations
- Security First: Always keep the
GOD_MODE_TOKEN_REQUIREDset totrue. Exposing your file system to the loopback interface is generally safe, but never bind to0.0.0.0unless you are on a trusted, firewalled network. - Path Traversal: The tool has built-in protections against path traversal, but users should still strictly define the
GOD_MODE_ROOTto the shallowest possible directory required for the task. - Performance: While the JSON-structured output is highly efficient for automation, extremely large directory trees may cause initial latency during server boot as the file system is indexed.
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-manlight87-telegrambot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution