🧪 Skills
Telegram-Bot-managerj
Manage and secure local high-privilege storage serving workflows. Use when creating, starting, stopping, or hardening a full-drive file server and related op...
v1.0.0
Description
name: god-mode-manager description: 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.
God Mode Manager
Use this skill to operate a hardened local storage manager.
Start Point
- Confirm target root path and port.
- Confirm auth token strategy.
- Run server script in
scripts/. - Validate local-only reachability and auth.
Default Run Command
node scripts/server.cjs
Runtime Environment
GOD_MODE_ROOT: root path to expose (defaultC:\).GOD_MODE_HOST: bind host (default127.0.0.1).GOD_MODE_PORT: bind port (default8888).GOD_MODE_TOKEN: access token.GOD_MODE_TOKEN_REQUIRED:trueby default.
Operational Rules
- Keep server bound to loopback unless explicitly required.
- Require token auth for non-debug usage.
- Refuse path traversal outside configured root.
- Prefer structured JSON listings for automation.
Files
scripts/server.cjs: server implementation.references/ops.md: ops notes and runbook.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!