mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:40:43 +00:00
Merged via squash.
Prepared head SHA: b7d336b296
Co-authored-by: omarshahine <10343873+omarshahine@users.noreply.github.com>
Co-authored-by: omarshahine <10343873+omarshahine@users.noreply.github.com>
Reviewed-by: @omarshahine
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "@openclaw/imessage",
|
|
"version": "2026.5.6",
|
|
"private": true,
|
|
"description": "OpenClaw iMessage channel plugin using imsg on a signed-in Mac",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "imessage",
|
|
"label": "iMessage",
|
|
"selectionLabel": "iMessage (imsg)",
|
|
"detailLabel": "iMessage",
|
|
"docsPath": "/channels/imessage",
|
|
"docsLabel": "imessage",
|
|
"blurb": "Local iMessage/SMS through the imsg bridge, including private API message actions when enabled.",
|
|
"aliases": [
|
|
"imsg"
|
|
],
|
|
"systemImage": "message.fill",
|
|
"cliAddOptions": [
|
|
{
|
|
"flags": "--db-path <path>",
|
|
"description": "iMessage database path"
|
|
},
|
|
{
|
|
"flags": "--service <service>",
|
|
"description": "iMessage service (imessage|sms|auto)"
|
|
},
|
|
{
|
|
"flags": "--region <region>",
|
|
"description": "iMessage region (for SMS)"
|
|
}
|
|
]
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.3"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.3"
|
|
}
|
|
},
|
|
"pluginInspector": {
|
|
"version": 1,
|
|
"plugin": {
|
|
"id": "imessage",
|
|
"priority": "high",
|
|
"seams": [
|
|
"channel-plugin",
|
|
"message-actions",
|
|
"conversation-bindings",
|
|
"outbound-media"
|
|
],
|
|
"sourceRoot": "src",
|
|
"expect": {
|
|
"registrations": [
|
|
"createChatChannelPlugin"
|
|
],
|
|
"manifestContracts": [
|
|
"channels"
|
|
]
|
|
}
|
|
},
|
|
"capture": {
|
|
"mockSdk": true
|
|
}
|
|
}
|
|
}
|