Haskclaw
Description
Telegram ↔ Claude Code bridge bot in Haskell, with per-chat isolation and a cron scheduler (MCP).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
haskclaw
Telegram ↔ assistant CLI bridge bot with per-chat isolation and a cron scheduler.
Features
- Long-polling Telegram bot
- Per-chat working directory under
~/.haskclaw/chats// - Session resume via
claude -p --resumeorcodex exec resume - Scheduler MCP server (
schedule_task,list_tasks,cancel_task, ...) — register recurring tasks in natural language
Requirements
- Stack
- Claude Code CLI or Codex CLI on
PATH - A Telegram bot token (@BotFather)
Build & Run
stack build
TELEGRAM_BOT_TOKEN=xxx stack exec haskclaw-exe
CLI Options
Pass flags after `--` when running through `stack exec`:
stack exec haskclaw-exe -- --help
| Option | Description |
|---|---|
-h, --help |
Show the help message and exit. |
--all, --all-messages |
Dispatch every message in group chats. Default behavior is to forward only messages that mention the bot or reply to one of its messages. |
--assistant claude|codex |
Choose the assistant CLI provider. Defaults to claude. |
--assistant-provider claude|codex |
Alias for --assistant. |
--dangerously-skip-permissions |
Forward the provider-specific unsafe permission bypass flag to the subprocess. |
| Environment Variable | Description |
|---|---|
TELEGRAM_BOT_TOKEN |
Required. Telegram Bot API token from @BotFather. |
Layout
~/.haskclaw/
├── CLAUDE.md # shared instructions (auto-seeded)
├── state.json # chat → session id
└── chats//
├── .mcp.json # haskclaw MCP server registration
├── .claude/settings.json
├── schedules.json # scheduled tasks
└── bot.log
Example
Send to the bot in Telegram:
"Every morning at 8am, give me the weather."
The assistant registers a cron task; the bot delivers the response each tick.
License
MIT.
Related Skills
prompts.chat
| f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open sourc
Communication Internal Comms
Write internal communications like status reports, newsletters, and FAQs
Communication mcp-server-slack
Slack workspace integration.
Communication Google Workspace Groups Settings
Manage Google Groups settings
Communication Open Saas
A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, sl
slack
| Communication | Slack integration via HTTP/OAuth MCP |
Communication