{"id":49572820,"url":"https://github.com/eunmin/haskclaw","last_synced_at":"2026-05-03T15:36:00.693Z","repository":{"id":352793091,"uuid":"1215677269","full_name":"eunmin/haskclaw","owner":"eunmin","description":"Telegram ↔ Claude Code bridge bot in Haskell, with per-chat isolation and a cron scheduler (MCP).","archived":false,"fork":false,"pushed_at":"2026-04-21T07:14:51.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T07:31:11.782Z","etag":null,"topics":["anthropic","claude-code","claw","cron","haskell","mcp","model-context-protocol","scheduler","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eunmin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-20T06:35:37.000Z","updated_at":"2026-04-21T07:14:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eunmin/haskclaw","commit_stats":null,"previous_names":["eunmin/haskclaw"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/eunmin/haskclaw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eunmin%2Fhaskclaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eunmin%2Fhaskclaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eunmin%2Fhaskclaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eunmin%2Fhaskclaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eunmin","download_url":"https://codeload.github.com/eunmin/haskclaw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eunmin%2Fhaskclaw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","claude-code","claw","cron","haskell","mcp","model-context-protocol","scheduler","telegram-bot"],"created_at":"2026-05-03T15:35:59.470Z","updated_at":"2026-05-03T15:36:00.665Z","avatar_url":"https://github.com/eunmin.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haskclaw\n\nTelegram ↔ Claude Code bridge bot with per-chat isolation and a cron scheduler.\n\n## Features\n\n- Long-polling Telegram bot\n- Per-chat working directory under `~/.haskclaw/chats/\u003cchat_id\u003e/`\n- Session resume via `claude -p --resume`\n- Scheduler MCP server (`schedule_task`, `list_tasks`, `cancel_task`, ...) — register recurring tasks in natural language\n\n## Requirements\n\n- [Stack](https://haskellstack.org)\n- [Claude Code CLI](https://docs.claude.com/en/docs/claude-code) on `PATH`\n- A Telegram bot token ([@BotFather](https://t.me/BotFather))\n\n## Build \u0026 Run\n\n```sh\nstack build\nTELEGRAM_BOT_TOKEN=xxx stack exec haskclaw-exe\n```\n\n## CLI Options\n\nPass flags after `--` when running through `stack exec`:\n\n```sh\nstack exec haskclaw-exe -- --help\n```\n\n| Option | Description |\n| --- | --- |\n| `-h`, `--help` | Show the help message and exit. |\n| `--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. |\n| `--dangerously-skip-permissions` | Forward this flag to the underlying `claude` subprocess so it skips its permission prompts. |\n\n| Environment Variable | Description |\n| --- | --- |\n| `TELEGRAM_BOT_TOKEN` | Required. Telegram Bot API token from [@BotFather](https://t.me/BotFather). |\n\n## Layout\n\n```\n~/.haskclaw/\n├── CLAUDE.md            # shared instructions (auto-seeded)\n├── state.json           # chat → session id\n└── chats/\u003cchat_id\u003e/\n    ├── .mcp.json        # haskclaw MCP server registration\n    ├── .claude/settings.json\n    ├── schedules.json   # scheduled tasks\n    └── bot.log\n```\n\n## Example\n\nSend to the bot in Telegram:\n\n\u003e \"Every morning at 8am, give me the weather.\"\n\nClaude registers a cron task; the bot delivers the response each tick.\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feunmin%2Fhaskclaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feunmin%2Fhaskclaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feunmin%2Fhaskclaw/lists"}