Agent Plugins Marketplace
← All plugins

cctab

v0.3.9

Telegram push when a long Claude Code task finishes, carrying what it cost and how much of your rate limit it burned. Approve permission prompts with two buttons. Tune it from your phone.

Claude Code1 Skill

By Drasezv1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install cctab for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cctab@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Drasezv/cctab

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

cctab/
├── .claude-plugin/plugin.json
└── skills/setup/SKILL.md

Included Skills1

setupskills/setup/SKILL.md

Use when the user types just "cctab", asks about cctab, wants to connect cctab to Telegram, or says notifications are not arriving and the bot may not be paired yet.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "cctab",
  "version": "0.3.9",
  "description": "Telegram push when a long Claude Code task finishes, carrying what it cost and how much of your rate limit it burned. Approve permission prompts with two buttons. Tune it from your phone.",
  "author": {
    "name": "Drasezv"
  },
  "homepage": "https://github.com/drasezv/cctab",
  "keywords": [
    "telegram",
    "notifications",
    "cost",
    "rate-limit",
    "permissions",
    "approvals",
    "hooks",
    "claude-code"
  ],
  "userConfig": {
    "bot_token": {
      "type": "string",
      "title": "Telegram bot token",
      "description": "Talk to @BotFather, send /newbot, paste the token it gives you.",
      "sensitive": true
    },
    "chat_id": {
      "type": "string",
      "title": "Telegram chat ID (optional)",
      "description": "Leave empty. Send your bot any message and cctab picks this up by itself."
    },
    "min_seconds": {
      "type": "string",
      "title": "Starting quiet threshold, in seconds",
      "description": "Shorter tasks send nothing. This is only the starting value: send /settings to your bot and change it with buttons from your phone. Default 1800."
    },
    "statusline_command": {
      "type": "string",
      "title": "Your existing statusline command (optional)",
      "description": "Rate limits reach the statusline slot only, never hooks. Put your current statusline command here and cctab runs it untouched after reading the numbers."
    },
    "use_usage_api": {
      "type": "string",
      "title": "Fall back to the usage endpoint (off by default)",
      "description": "Set to true only if you skip the statusline wrapper. It reads your local OAuth token and calls an undocumented Anthropic endpoint. Cost still works with this off."
    },
    "name_tasks": {
      "type": "string",
      "title": "Label each task using Haiku (off by default)",
      "description": "Set to true to have a short task name in every push. Costs one small Haiku call per session, billed to you."
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cctab on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cctab)