Stop the Telegram channel daemon.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add oimiragieo/agent-studio --skill disable-telegram --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Disable Telegram?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oimiragieo-disable-telegram)More formats (shields.io, HTML) on the badges page.
---
name: disable-telegram
description: Stop the Telegram channel daemon.
version: 2.0.0
category: infrastructure
trigger: when user says /disable-telegram, "stop telegram", "disable telegram", "kill telegram"
tools: [Agent]
tags: [telegram, monitoring, stop, daemon]
invoked_by: user
user_invocable: true
error_handling: graceful
verified: true
source: builtin
trust_score: 100
provenance_sha: 898ca1494da8ca5e
---
# Disable Telegram
Spawn a developer agent to stop the daemon:
```
subagent_type: developer
prompt: Run this command and report the output: node scripts/channels/telegram-ctl.cjs stop
```
After the agent reports, tell the user: "Telegram monitoring stopped. Run /enable-telegram to start again."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!