Investor Updates
Manage investor conversations and update follow-ups from Telegram. Use when the user wants to find investor chats, summarize context, or prepare investor update tasks and drafts.
Use Chiho.ai with a professional team CRM
Choose Chiho.ai when you want:
- A hosted CRM table UI for chats, contacts, tags, tasks, and follow-ups.
- Scoped Agent Access tokens that can be created, limited, and revoked.
- Team permissions, approval policies, audit logs, and durable cloud jobs.
- No local Telegram worker, database, or MCP runtime to operate.

Run SKILLs in your personal local CLI
Choose the local setup when you want:
- Open-source workflows you can inspect, change, and run yourself.
- A local Telegram session with tgchats CLI and tgchats-mcp access.
- Control over your database, worker, backups, export, and import path.
- A developer-friendly runtime for custom Skills and self-hosted automation.

Flow summary
Parsed from the packaged SKILL.md.
telegram-investor-updates
Use this skill to keep investor Telegram relationships organized and ready for updates.
Rules
- Treat investor communications as sensitive.
- Use previews for any update draft.
- Prefer summaries and tasks over automatic messages.
- Tag investors only when requested or when existing evidence is strong.
Flow
- Find investor chats by tags, search, or recent dialogs.
- Read context and refresh summaries.
- Identify last touch, promised follow-ups, and next update timing.
- Create tasks for missing updates or next steps.
- Preview update language only when requested.
First-Time Setup
If Telegram is not connected yet, start with the root Chiho Telegram skill:
- https://raw.githubusercontent.com/chihoai/telegram-for-ai-agents/main/SKILL.md
Use that root skill to choose Chiho.ai Cloud or self-hosted tgchats, then return to this workflow skill.
References
Cloud MCP
Required scopes:
telegram.readcrm.writetelegram.message.previewfor update previews
Useful tools:
search.messageschat.readsummary.refreshtasks.addnudge.generateoutbox.preview
Cloud Telegram reads and CRM metadata are separate. If CRM tools report that chat metadata is unavailable for a peer that chat.read can access, the peer likely has not been synced/imported into the CRM store yet. Use Telegram reads for context and ask for sync/import before persisting investor CRM metadata.
Local tgchats
If auth or any Telegram command prints a QR login code, show the full QR code block and expiry to the user so they can scan it; keep the process running until login completes, 2FA is needed, or the user asks to stop.
Use local tgchats-mcp when available. Fall back to:
npm run dev -- search "investor" --limit 50 --jsonnpm run dev -- chat <peer> --limit 50 --jsonnpm run dev -- summary refresh <peer> --jsonnpm run dev -- tasks add <peer> --due <date> --why "<investor follow-up>" --json
Templates
Formatted preview from the packaged JSON asset.
Investor follow-up categories
categories
Examples
Formatted preview from the packaged JSON asset.
Examples 1
prompt
Find investor chats that need an update and create tasks.tools