Skip to main content
ClaudeWave
Skill196 repo starsupdated 3d ago

woz-share

The woz-share skill generates and displays a personalized WOZCODE referral message that users can share with friends. Use this when a user wants to distribute their unique referral code, which grants recipients a 20 percent discount on their first month while crediting the referrer with $20 in account credit. The skill executes a command-line script that produces the complete share message for direct relay to the user.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/WithWoz/wozcode-plugin /tmp/woz-share && cp -r /tmp/woz-share/skills/woz-share ~/.claude/skills/woz-share
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

Print the user's WOZCODE referral share message:

```bash
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/wozcode-cli.js share
```

Relay the full output to the user. Do not summarize or modify it.