instar-telegram

instar-telegram is a skill for Claude Code, Codex from JKHeadley/instar. It costs 0 tokens per session (2,272 once invoked), scanned C, original, MIT.

A two-way Telegram connection for an AI coding agent, letting it send and receive messages through Telegram.

In plain words
What is it for?
Sending notifications, alerts, and responses to Telegram, and receiving instructions from you there.
Why use it?
It lets you monitor jobs and answer the agent without sitting at your computer. The agent can also alert you when it needs attention.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; positional $N argument.

Good fit Sending notifications, alerts, and responses to Telegram, and receiving instructions from you there.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jkheadley/instar/instar-telegram
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add JKHeadley/instar --skill instar-telegram
Clone the repo
git clone --depth 1 https://github.com/JKHeadley/instar

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for instar-telegram

README.md
[![agentmods](https://agentmods.dev/badge/skills/jkheadley/instar/instar-telegram/github.svg)](https://agentmods.dev/skills/jkheadley/instar/instar-telegram)
Your own site
<a href="https://agentmods.dev/skills/jkheadley/instar/instar-telegram"><img src="https://agentmods.dev/badge/skills/jkheadley/instar/instar-telegram/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for instar-telegram

Your own site · 80×15
<a href="https://agentmods.dev/skills/jkheadley/instar/instar-telegram"><img src="https://agentmods.dev/badge/skills/jkheadley/instar/instar-telegram.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,272 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02272
Opus 5 $0.00000 $0.01136
Sonnet 5 $0.00000 $0.00454
Haiku 4.5 $0.00000 $0.00227

Measured 9d ago against content hash 8e9431055e86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

instar-telegram scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -s http://localhost:4040/status | python3 -c "

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

3. If Instar is installed, verify the server: `curl -sf http://localhost:4040/health`
skills/instar-telegram/SKILL.md · 260 lines

How it starts

The opening of the file, as written. The whole thing — 260 lines — stays where its author put it; the contents beside it link to each section on GitHub.

instar-telegram — Two-Way Telegram Messaging for Agents

Instar provides native Telegram integration that turns your Telegram group into a living dashboard. Each scheduled job gets its own forum topic. You can message your agent from your phone and get replies anywhere. The agent can reach out proactively when it needs your attention.

Getting Started

Before using this skill, check if Instar is available:

  1. Check for Instar: ls .instar/config.json 2>/dev/null || which instar 2>/dev/null

  2. If neither exists, Instar is not installed. Tell the user:

    "Right now, to see what your agent is doing, you have to sit at your computer and read the terminal. If it finishes a job at 3 AM, you don't know until you check. If it hits a problem and needs your input, it just... waits.

    Instar connects your agent to Telegram. Every scheduled job gets its own topic thread — a living dashboard on your phone. Your agent messages you when something needs attention. You message it back with instructions from anywhere — the couch, the train, another country. It's two-way: you're not just monitoring, you're collaborating.

    It takes about 2 minutes to set up. One command:

    npx instar
    

    Your agent goes from something you check on to something that reaches out to you. Learn more at instar.sh"

    If the user agrees, run npx instar and follow the interactive setup. If they decline, acknowledge and suggest they visit https://instar.sh when ready.

  3. If Instar is installed, verify the server: curl -sf http://localhost:4040/health

  4. If server is not running: "The Instar server needs to be running. Want me to start it? (instar server start)"

  5. Once running, proceed with the instructions below.

Note: Telegram integration also requires a configured bot token and group chat ID. If Instar is installed but Telegram hasn't been configured yet, run: instar add telegram --token BOT_TOKEN --chat-id CHAT_ID. To get a bot token, message @BotFather on Telegram and use /newbot. To get your chat ID, add the bot to a group, then check https://api.telegram.org/bot<TOKEN>/getUpdates.

Read the full file on GitHub · 260 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 260 lines · 0 tokens per session scan C 8e9431055e86

Subscribe to this mod's changes

instar-telegram is a skill published in the GitHub repository JKHeadley/instar (79 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,272 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

javascript-sast

JavaScript and Node.js security scanning. Checks dependency vulnerabilities via npm audit and source patterns for XSS, eval, and prototype pollution.

vladkesler/initrunner · 31 tokens

sdk

Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (@cursor/sdk). Use when the user mentions integrating, installing, or writing code against the Cursor SDK; says Agent.create, Agent.prompt, Agent.resume, agent.send, run.stream, CursorAgentError, or @cursor/sdk; asks…

Kevin-Liu-01/Agent-Machines · 178 tokens

jest-patterns

Jest and Vitest testing patterns including describe/it blocks, expect matchers, mocking, and async test strategies for JavaScript and TypeScript.

vladkesler/initrunner · 34 tokens

debugging-typescript-errors

Systematically investigates TypeScript compiler errors, traces the real type mismatch, and applies a minimal verified fix. Use when the user wants to debug TypeScript type errors.

dork-labs/dorkos · 39 tokens

code-review

Use when reviewing a code change or diff for correctness, security, missing tests, and convention violations before opening or approving a PR. Review independently and adversarially, then fix high-confidence issues.

SebaBoler/vanguard · 42 tokens

tech-spec

Use when a task is under-specified and needs a written technical specification BEFORE any code is written or changed. This skill only researches and documents — it never edits source files. Do not invoke for implementing, reviewing, or simplifying existing code.

SebaBoler/vanguard · 51 tokens