bots

bots is a skill for Claude Code from oyi77/1ai-skills. It costs 30 tokens per session (3,822 once invoked), scanned A, original, MIT.

A set of instructions for automating bots on Telegram, Twitter/X, and WhatsApp. It covers publishing content, handling messages, and distributing the same material across platforms.

In plain words
What is it for?
Use it to plan bots for content distribution, customer support, broadcasts, lead qualification, order confirmations, and paid or affiliate content.
Why use it?
It helps avoid repeating the same posting, messaging, and marketing work on each platform. It also outlines how bots can respond to triggers and carry out actions automatically.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/twitter-bot/publish.sh.

Part of the 1ai-skills plugin — 187 skills, 4 commands shipped together

Good fit Use it to plan bots for content distribution, customer support, broadcasts, lead qualification, order confirmations, and paid or affiliate content.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add oyi77/1ai-skills
Claude Code
/plugin install 1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 187 skills, 4 commands.

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 bots

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/bots/github.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/bots)
Your own site
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/bots"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/bots/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 bots

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/bots"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/bots.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,822 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00030 $0.03822
Opus 5 $0.00015 $0.01911
Sonnet 5 $0.00006 $0.00764
Haiku 4.5 $0.00003 $0.00382

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

Security

Grade A, and why

bots scanned grade A with 1 finding 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.

Makes network callslowCapability

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

curl -F "url=https://yourdomain.com/webhook/telegram" \
automation/bots/SKILL.md · 427 lines

How it starts

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

Bots — Multi-Platform Bot Automation Hub

Money-Making Overview

Bot Platform Revenue Stream Monthly Potential Setup Time
Telegram Bot Paid channels, premium content gating, affiliate link broadcasting, crypto/alpha signals $500-$5,000 2-4 hours
Twitter/X Bot Automated content publishing, engagement farming, lead magnet delivery, affiliate threads $300-$3,000 1-3 hours
WhatsApp Bot Broadcast marketing, customer support automation, order confirmation, lead qualification $500-$4,000 3-6 hours
Multi-Bot Cross-Pollination Same content auto-distributed across all 3 platforms, amplified reach $1,000-$8,000 4-8 hours

Total Addressable Monthly Revenue: $1,000-$12,000+

All three platforms share a core autonomous agent architecture: listen for triggers, process intent, execute action, report outcome. The money is in volume, personalization, and converting engagement into transactions.


Combined Capabilities

Capability Telegram Twitter/X WhatsApp
Automated posting Yes (channels) Yes (tweets/threads) Yes (broadcasts)
Inbound message handling Yes Yes (DMs) Yes
Webhook/event-driven Yes Yes Yes
Scheduled delivery Yes Yes Yes
Media/image sharing Yes Yes Yes
Group/channel management Yes N/A Yes (groups)
Payment integration Yes (paid channels) No native Yes (business API)
User segmentation Via bot state Via lists Via labels
Analytics Limited Yes (native) Limited
Bot-to-human handoff Optional Optional Yes
Affiliate link support Yes Yes Yes

Telegram Bot

Overview

Telegram bots are event-driven programs that respond to user commands, inline queries, and webhook callbacks via the Telegram Bot API (https://api.telegram.org/bot<TOKEN>/). They can operate in channels, groups, and private chats.

Quick Start — Python (python-telegram-bot)

Read the full file on GitHub · 427 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 · 427 lines · 30 tokens per session scan A 94ae4267a081

Subscribe to this mod's changes

bots is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 3,822 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (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