Channel Memory
Channel Memory provides persistent storage for Discord and Telegram channel conversations, saving messages locally and independent of Claude Code sessions. The daemon continuously stores all channel messages without loss, and automatically injects relevant context when starting new sessions. Features hybrid search combining FTS5 keyword matching with vector similarity, along with tools for reading daily logs and checking daemon status.
I/O
heuristic · beta该 skill 无 npm 包,暂用描述启发式推断 I/O;接入后可实测。
综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
ConsentGate MCP server enables AI agents to request human approval before executing sensitive actions. Agents call the provided tools to check actions against a consent policy or submit approval requests that route to the user via Telegram. The server operates fail-closed, blocking actions when consent cannot be obtained. API keys are obtained from consentgate.fyi.
A Telegram server by Ray Volcy that enables remote control of Claude Code sessions via Telegram bot integration, allowing users to send messages to Claude and receive responses through Telegram while maintaining session state across multiple concurrent projects. The implementation features shared file-based storage for cross-process communication, dynamic polling intervals that adapt based on session activity, and persistent message queuing to handle asynchronous interactions between Claude and Telegram users. Built with session management, file locking for concurrent access, and automatic cleanup of idle sessions, it's useful for developers who want to interact with Claude Code remotely, collaborate on projects through Telegram, or maintain multiple coding sessions accessible from mobile devices.
Provides comprehensive Telegram access through six composite tools covering messages, chats, media, contacts, configuration, and help. Supports dual-mode operation with Bot API via httpx for quick bot integrations and MTProto via Telethon for full user-account access including message search, history browsing, contact management, and group creation. Features three-tier token optimization, tool annotations, and auto-detection of authentication mode.