Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: 微信消息桥接 - 在微信中与 Claude Code 聊天。支持文
## 前置条件

- Node.js >= 18
- macOS(daemon 使用 launchd 管理
- macOS / Linux / Windows(Git Bash
- 个人微信账号(需扫码绑定)
- 已安装 Claude Code(`@anthropic-ai/claude-agent-sdk`)

Expand Down
127 changes: 127 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0"
},
Expand All @@ -24,7 +25,14 @@
"@types/qrcode-terminal": "^0.12.0",
"typescript": "^5.7.0"
},
"keywords": ["wechat", "claude-code", "claude", "bridge", "chat", "skill"],
"keywords": [
"wechat",
"claude-code",
"claude",
"bridge",
"chat",
"skill"
],
"author": "Wechat-ggGitHub",
"license": "MIT",
"repository": {
Expand Down
Loading