Back to Registry View Author Profile
Official Verified
whatsapp-forward
Generate VCards, parse invite links, and create forwarding templates
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/marcosrippel/whatsapp-forwardOr
WhatsApp Forward Skill
Utilities for contact sharing, message forwarding, and invite link parsing.
Usage
exec({ cmd: "node <skill_dir>/scripts/forward.js COMMAND [ARGS]" })
Commands
Generate VCard
exec({ cmd: "node <skill_dir>/scripts/forward.js vcard \"John Doe\" \"5511999999999\"" })
Generate Multiple VCards
exec({ cmd: "node <skill_dir>/scripts/forward.js multi-vcard '[{\"name\":\"John\",\"phone\":\"5511999999999\"}]'" })
Parse Group Invite Link
exec({ cmd: "node <skill_dir>/scripts/forward.js parse-invite \"https://chat.whatsapp.com/ABC123\"" })
Show Forwarding Templates
exec({ cmd: "node <skill_dir>/scripts/forward.js template" })
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-marcosrippel-whatsapp-forward": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
whatsapp-chats
List, search, and analyze WhatsApp conversations
marcosrippel 1401
whatsapp-validate
Check if phone numbers exist in the local Baileys session cache
marcosrippel 1401
whatsapp-group-admin
Group administration utilities - info, stats, invite link parsing, and creation templates
marcosrippel 1401
whatsapp-utils
Phone number formatting, cache inspection, contact export, and message ID generation
marcosrippel 1401
whatsapp-profile
View bot profile info and lookup contact profiles
marcosrippel 1401