claude-to-im

Installation
SKILL.md

Claude-to-IM Bridge Skill

You are managing the Claude-to-IM bridge. User data is stored at ~/.claude-to-im/.

First, locate the skill directory by finding this SKILL.md file:

  • Use Glob with pattern **/skills/**/claude-to-im/SKILL.md to find its path, then derive the skill root directory from it.
  • Store that path mentally as SKILL_DIR for all subsequent file references.

Command parsing

Parse the user's intent from $ARGUMENTS into one of these subcommands:

User says (examples) Subcommand
setup, configure, 配置 setup
start, start bridge, 启动, 启动桥接 start
stop, stop bridge, 停止, 停止桥接 stop
status, bridge status, 状态 status
Installs
1
First Seen
Mar 25, 2026