Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @manlight87 Updated 6/28/2026 1,220 downloads 0 stars Security: Pass

Telegrambot OpenClaw Plugin & Skill | ClawHub

Looking to integrate Telegrambot into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @manlight87/telegrambot
Node.js (npx)
npx clawhub@latest install telegrambot

Full SKILL.md

Open original
Metadata table.
namedescription
god-mode-managerManage and secure local high-privilege storage serving workflows. Use when creating, starting, stopping, or hardening a full-drive file server and related operational controls.

SKILL.md content below is scrollable.

God Mode Manager

Use this skill to operate a hardened local storage manager.

Start Point

  1. Confirm target root path and port.
  2. Confirm auth token strategy.
  3. Run server script in scripts/.
  4. Validate local-only reachability and auth.

Default Run Command

node scripts/server.cjs

Runtime Environment

  • GOD_MODE_ROOT: root path to expose (default C:\).
  • GOD_MODE_HOST: bind host (default 127.0.0.1).
  • GOD_MODE_PORT: bind port (default 8888).
  • GOD_MODE_TOKEN: access token.
  • GOD_MODE_TOKEN_REQUIRED: true by 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.
ClawHub Registry URL: https://clawhub.ai/manlight87/skills/telegrambot

Related skills

If this matches your use case, these are close alternatives in the same category.