send-to
v0.6.0中文版:/send-to <会话名> 把消息转达给本机另一个 Claude Code 会话——会话名前缀/子串模糊匹配,多个或零个命中亮列表让用户挑,消息强制自包含,[ref] 确认照抄重发,发送后如实汇报挂起状态;跨 profile 窗口发现互不可见但 uds: 地址可直发(标准路径),配 SessionStart 注册 hook 把 socket 清单翻译成身份注册表(默认开,touch ~/.claude/.cc-session-registry-off 全局停用),四级找目标阶梯,文件交接降级为最后兜底;HAPI 会话里 ping_peer 可用但绝不传 force(被拒即 force 会杀掉对方 Claude 进程),被拒改走 inspect_peer 的 claudeSessionId → 注册表 → SendMessage;经 ping_peer 发的消息须自报家门。基于跨会话消息功能(Claude Code v2.1.224+,macOS/Linux)
By Tony Jiang2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install send-to for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install send-to@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/7bata/claude-workflow-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/send-to/.
Plugin files
├── .claude-plugin/plugin.json└── skills/send-to/SKILL.md
Included Skills1
Use when 用户输入 /send-to <会话名> [内容],要求"把这个转告/同步给本机另一个 Claude Code 会话""告诉隔壁那个窗口/终端",在 HAPI 会话里要给另一个 HAPI 会话(用户引用了 /sessions/<id>,或 list_peers/inspect_peer 里看到的会话)传话,或抱怨"另一个窗口在 /list-agents 里看不到、消息发不过去"时。
Plugin manifests1
{
"name": "send-to",
"version": "0.6.0",
"description": "中文版:/send-to <会话名> 把消息转达给本机另一个 Claude Code 会话——会话名前缀/子串模糊匹配,多个或零个命中亮列表让用户挑,消息强制自包含,[ref] 确认照抄重发,发送后如实汇报挂起状态;跨 profile 窗口发现互不可见但 uds: 地址可直发(标准路径),配 SessionStart 注册 hook 把 socket 清单翻译成身份注册表(默认开,touch ~/.claude/.cc-session-registry-off 全局停用),四级找目标阶梯,文件交接降级为最后兜底;HAPI 会话里 ping_peer 可用但绝不传 force(被拒即 force 会杀掉对方 Claude 进程),被拒改走 inspect_peer 的 claudeSessionId → 注册表 → SendMessage;经 ping_peer 发的消息须自报家门。基于跨会话消息功能(Claude Code v2.1.224+,macOS/Linux)",
"author": {
"name": "Tony Jiang"
},
"homepage": "https://github.com/7bata/claude-workflow-kit",
"keywords": [
"claude-code",
"cross-session-messaging",
"sendmessage",
"listagents",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[send-to on Agent Plugins Marketplace](https://pluginsmp.com/plugins/send-to)