Clawvicular
An OpenClaw skill that delivers daily looksmaxxing slang tips + Clavicular news.
Also accessible as a Twitter bot: "@claw_vicular mog it" to turn a tweet into Looksmaxxing slang.
What's in here
- SKILL.md — The skill spec. Defines the workflow, tone, templates, and cron setup.
- references/ — The knowledge base:
slang-dictionary.md— 300+ looksmaxxing terms with definitions and examplesclavicular-lore.md— Braden Peters biography, timeline, and key momentscontent-templates.md— Tweet templates and tone guidesources.md— Index of tweets, clips, articles, and memes
- state/ — Tracks which terms have been posted
Usage
As an OpenClaw skill
# Symlink into your skills directory
ln -s /path/to/clawvicular ~/.openclaw/skills/clawvicular
# Invoke manually
/clawvicular
# Schedule daily at 10am PT
openclaw cron add --name "clawvicular-daily" \
--cron "0 10 * * *" --tz "America/Los_Angeles" \
--session isolated \
--message "Run the /clawvicular skill: generate today's looksmaxxing tip and Clavicular news." \
--announce --channel telegram --to "<channel-id>"
As a reference
The references/ directory is a standalone looksmaxxing knowledge base. Use it however you want — feed it to an LLM, build a bot, make a quiz, whatever.
License
MIT