openclaw/extensions/imessage/openclaw.plugin.json
Omar Shahine 91a0ebbce6
Improve iMessage imsg setup and skill ownership (#101407)
Co-authored-by: Omar Shahine <10343873+omarshahine@users.noreply.github.com>
2026-07-07 14:13:37 -07:00

14 lines
276 B
JSON

{
"id": "imessage",
"icon": "https://cdn.simpleicons.org/imessage",
"activation": {
"onStartup": false
},
"skills": ["./skills"],
"channels": ["imessage"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}