ilink-hub 0.2.8

iLink-compatible multiplexer hub for WeChat ClawBot — route one WeChat account to multiple AI agent backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "claude-code-bridge-profile",
  "version": "1.0.0",
  "description": "iLink Hub Bridge Profile 示例:通过 Claude Code CLI 接入微信(Node.js SDK)",
  "main": "handler.js",
  "scripts": {
    "test": "ILINK_MESSAGE='你好,用一句话介绍你自己' ILINK_SESSION_ID='' ILINK_SESSION_NAME=default ILINK_FROM_USER=test ILINK_CONTEXT_TOKEN=test node handler.js"
  },
  "dependencies": {
    "ilink-bridge-profile": "*"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT"
}