Skip to content
Skillv1.0.0

disable-telegram

Stop the Telegram channel daemon.

by oimiragieo(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from oimiragieo/agent-studio (.claude/skills/disable-telegram/SKILL.md). Install upstream with npx skills add oimiragieo/agent-studio --skill disable-telegram. Copyright stays with the author.

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."

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/oimiragieo-agent-studio-disable-telegram/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

oimiragieo-agent-studio-disable-telegram.ocm.jsonjson
{
  "ocm": "1",
  "id": "oimiragieo-agent-studio-disable-telegram",
  "kind": "skill",
  "name": "disable-telegram",
  "description": "Stop the Telegram channel daemon.",
  "publisher": "oimiragieo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "telegram",
      "monitoring",
      "stop",
      "daemon",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Stop the Telegram channel daemon."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/oimiragieo/agent-studio",
      "path": ".claude/skills/disable-telegram/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/oimiragieo/agent-studio/blob/HEAD/.claude/skills/disable-telegram/SKILL.md",
      "key": "oimiragieo/agent-studio/.claude/skills/disable-telegram/SKILL.md"
    }
  },
  "instructions": "# Disable Telegram\n\nSpawn a developer agent to stop the daemon:\n\n```\nsubagent_type: developer\nprompt: Run this command and report the output: node scripts/channels/telegram-ctl.cjs stop\n```\n\nAfter the agent reports, tell the user: \"Telegram monitoring stopped. Run /enable-telegram to start again.\"",
  "cost": {
    "context_tokens": 74
  }
}

Fetch it by URL: GET /api/v1/registry/oimiragieo-agent-studio-disable-telegram/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.