add-imessage
仓库创建 2026年1月31日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
适合需接入 iMessage 的个人或小团队,但受平台限制。
▸ 风险提示
本地模式需 macOS 全盘访问权限;远程模式需外部服务。
这个 Skill 做什么
为代理添加 iMessage 渠道,支持本地 macOS 或远程 Photon 模式。
把 iMessage 当成一个渠道接入到 Chat SDK,可以在本地 macOS(需 Full Disk Access)或用 Photon API 的远程模式运行。会用在需要把消息收发接到 iMessage、把聊天机器人跟苹果消息打通的时候。特别之处是提供本地和远程两种接入方式,并且从 channels 分支复制适配器,适合主干里不自带渠道的场景。
▸ 展开 SKILL.md 英文原文
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-imessage/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-imessage/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add iMessage Channel Adds iMessage support via the Chat SDK bridge. Two modes: local (macOS with Full Disk Access) or remote (Photon API). NanoClaw doesn't ship channels in trunk — this skill copies the iMessage adapter in from the `channels` branch. The mechanical steps under **Apply** carry `nc:` directive fences: an agent reads the prose and applies them, and a parser can apply them deterministically from the same document. Every directive is idempotent, so the whole skill is safe to re-run; anything a parser can't apply falls back to the prose beside it. ## Apply ### 1. Copy the adapter Fetch the `channels` branch and copy the iMessage adapter into `src/channels/` (overwrite — the
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有