Imported from saorsa-labs/fae (native/macos/Fae/Sources/Fae/Resources/Skills/channel-whatsapp/SKILL.md). Install upstream with npx skills add saorsa-labs/fae --skill channel-whatsapp. Copyright stays with the author.
Use this skill to help users connect WhatsApp without config-file editing.
Conversation expectations:
Ask for one missing value at a time.
Keep access and verify tokens secret.
Confirm the phone number ID format when unclear.
Offer to run a connection test after setup.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/saorsa-labs-fae-channel-whatsapp/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
saorsa-labs-fae-channel-whatsapp.ocm.jsonjson
{
"ocm": "1",
"id": "saorsa-labs-fae-channel-whatsapp",
"kind": "skill",
"name": "channel-whatsapp",
"description": "Configure and maintain WhatsApp channel integration for Fae.",
"publisher": "saorsa-labs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"channel",
"whatsapp",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Configure and maintain WhatsApp channel integration for Fae."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/saorsa-labs/fae",
"path": "native/macos/Fae/Sources/Fae/Resources/Skills/channel-whatsapp/SKILL.md",
"ref": "2438cd2a4f5e24637f0e09249903264bbdd37a45",
"url": "https://github.com/saorsa-labs/fae/blob/2438cd2a4f5e24637f0e09249903264bbdd37a45/native/macos/Fae/Sources/Fae/Resources/Skills/channel-whatsapp/SKILL.md",
"key": "saorsa-labs/fae/native/macos/Fae/Sources/Fae/Resources/Skills/channel-whatsapp/SKILL.md"
}
},
"instructions": "Use this skill to help users connect WhatsApp without config-file editing.\n\nConversation expectations:\n\n1. Ask for one missing value at a time.\n2. Keep access and verify tokens secret.\n3. Confirm the phone number ID format when unclear.\n4. Offer to run a connection test after setup.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/saorsa-labs-fae-channel-whatsapp/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.