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.
npx agentmods add rules/vendelieu/telegram-bot/telegram-bot-generalgit clone --depth 1 https://github.com/vendelieu/telegram-botWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00257 | $0.00257 |
| Opus 5 | $0.00129 | $0.00129 |
| Sonnet 5 | $0.00051 | $0.00051 |
| Haiku 4.5 | $0.00026 | $0.00026 |
Grade A, and why
telegram-bot-general scanned grade A with 0 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Telegram Bot General Rules
Kotlin Conventions
- Follow Kotlin coding conventions
- Run
./gradlew prepareReleasebefore committing
Gradle Tasks
./gradlew prepareRelease- format, api validation, kdocs, api violations check, ktnip:jvmTest./gradlew apiDump- generate api dump./gradlew :ktnip:jvmTest- run KSP processor tests (included in prepareRelease)
Contributing
- Target branch for PRs: dev
- Add tests for new code
- Use
@TgAPIon Action classes and top-level API functions for validation
API Validation
- api-sentinel validates actions against Telegram API spec
- Required params must be non-null; optional params must be nullable
- Method names must match
@TgAPI.Nameannotation
Handling Architecture
For Activity, WizardActivity, functional DSL vs annotation approach, and ProcessingPipeline, see telegram-bot-handling.mdc.
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.
- 2d ago First seen · 34 lines · 257 tokens per session scan A a4a3d373e5e5
telegram-bot-general is a cursor rule published in the GitHub repository vendelieu/telegram-bot (248 stars, last pushed 6d ago), licensed Apache-2.0. It adds 257 tokens to every session, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
architecture
这是一个把 Telegram 消息导入、导出到数据库中并提供搜索的服务。支持向量搜索和语义匹配,基于 OpenAI 的语义向量技术。.
events
When adding a new event, ensure all of the following are updated in one change.
backend-server
Cursor rule "backend-server" from groupultra/telegram-search, covering backend server (apps/server), bootstrap & lifecycle, http & websocket design, configuration & environment and error handling & observability.
client
Cursor rule "client" from groupultra/telegram-search, covering client adapters (packages/client), core runtime & bridge, events & type safety, pinia stores & composables and logging & error handling.
core
Cursor rule "core" from groupultra/telegram-search, covering core (packages/core), events & corecontext, database & drizzle, message resolvers & pipelines and error handling & logging.
frontend-web
Cursor rule "frontend-web" from groupultra/telegram-search, covering frontend (apps/web), routing, layouts & navigation, state & data fetching, ui, styling & ux and error handling & notifications.