ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
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-forward
Or

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

Stars1401
Views0
Updated2026-02-24
View Author Profile
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.