feat: complete lid format handling and UI updates
This commit is contained in:
35
.agents/skills/whatsapp-web/.claude-plugin/plugin.json
Normal file
35
.agents/skills/whatsapp-web/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "whatsapp-web",
|
||||
"version": "1.0.0",
|
||||
"description": "Automate WhatsApp messaging, groups, and media sharing via web interface",
|
||||
"author": "Canifi",
|
||||
"category": "communication",
|
||||
"permissions": [
|
||||
"browser",
|
||||
"notifications",
|
||||
"env-access"
|
||||
],
|
||||
"triggers": [
|
||||
"whatsapp",
|
||||
"whatsapp message",
|
||||
"send whatsapp",
|
||||
"whatsapp group",
|
||||
"whatsapp status"
|
||||
],
|
||||
"authentication": {
|
||||
"type": "qr-code",
|
||||
"loginUrl": "https://web.whatsapp.com",
|
||||
"sessionIndicator": "#app .app-wrapper-web"
|
||||
},
|
||||
"requiredEnvVars": [
|
||||
"WHATSAPP_LINKED"
|
||||
],
|
||||
"capabilities": {
|
||||
"messaging": true,
|
||||
"groups": true,
|
||||
"media": true,
|
||||
"status": true,
|
||||
"search": true,
|
||||
"broadcast": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user