← ClaudeAtlas

claude-in-feishulisted

Turn Claude Code into a mobile-controlled autopilot — operate your Mac, Feishu docs/calendar, and local dev environment from your phone. Includes session journaling with auto-summarization.
Harmonicmeansetting776/Claude-in-Feishu · ★ 0 · AI & Automation · score 75
Install: claude install-skill Harmonicmeansetting776/Claude-in-Feishu
# Claude in Feishu **把 Claude Code 装进飞书。** 手机发任务,操作本地 Mac,管理飞书文档和日历,截图验收产品,自动记录踩坑日志。 ## Architecture ``` Phone (Feishu) → Local daemon → Claude Code CLI → Your Mac + Feishu API ↓ Auto-journal on exit (Haiku) ``` ## Capabilities | Capability | How | |---|---| | **Mobile → Claude Code** | IM bot daemon bridges messages to local Claude Code sessions | | **Feishu Docs** | Create, read, search, append, move documents | | **Feishu Calendar** | Create events, list calendars | | **Send files to phone** | Upload images/files directly to Feishu chat | | **Screenshot review** | Take screenshots of local apps, send to Feishu for mobile product review | | **Cross-session visibility** | All sessions run in tmux, can read each other | | **Session journals** | Stop hook auto-summarizes every session via Haiku | ## Subcommand: `setup` When the user runs `/claude-in-feishu setup`, execute this interactive wizard step by step. Use AskUserQuestion for each step. Do NOT skip steps or ask multiple questions at once. ### Step 0: Prerequisites Check Run these checks automatically (no user input needed): ```bash node --version # Must be >= 20 python3 --version # Must be >= 3.8 which tmux # Must exist which claude # Must exist ``` If any fails, tell the user what to install and stop. ### Step 1: Choose IM Platform Ask: "你要连接哪个 IM 平台?(feishu / telegram,可以逗号分隔选多个)" Default: f