MateBot
Telegram remote control for coding sessions plus developer skill library
All Skills in This Repository (44)
Pure Emerald Level Indicatorsmatecode
Manage Claude Code remotely via a Telegram bridge with lifecycle scripts.
nano-pdf
Edit PDF pages via natural-language commands using the nano-pdf CLI.
agent-browser
Automate browser navigation, form filling, and data extraction via CLI.
model-usage
Analyze CodexBar cost logs to report per-model usage and costs.
remotion-best-practices
Standardize Remotion project practices for compositions, timing, transitions, and asset handling.
blogwatcher
Monitor blogs and RSS/Atom feeds for new posts.
discord
Automate Discord channel, message, and moderation actions via bot token.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent as background PTY processes.
gemini
Run non-interactive Gemini CLI prompts for Q&A, summaries, and generation.
gifgrep
Search GIF providers via CLI/TUI, download results, and extract stills or sprite sheets.
session-logs
Search and analyze historical session JSONL files using jq and rg.
web-design-guidelines
Analyze frontend UI implementations against Web Interface Guidelines and output file:line findings.
Frequently Asked Questions
FAQPage SchemaHow to install MateBot?โผ
Run `npx skills add aresbit/MateBot --all -g -y` in your terminal to install all skills in this collection globally.
How to control Claude Code from Telegram?โผ
The MateCode bridge connects your Telegram bot to a running coding session via tmux or a spawned subprocess, so you can chat, resume sessions, and get streaming replies from your phone.
What skills are included in MateBot?โผ
It bundles skills for OCaml, Zig, modern C, browser automation, PDF and Excel editing, React performance, HarmonyOS development, binary patching, and more.
Does MateBot need external Python dependencies?โผ
No. The Telegram bridge uses only the Python standard library with long polling, so it runs without pip installs or a public server.
Can I use MateBot skills without coding experience?โผ
Most skills are aimed at developers, but once installed your agent executes the technical steps from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core