Skills ready to publish to ClawdHub.
| Skill | Description |
|---|---|
de-ai-ify |
Remove AI-generated jargon and restore human voice |
thinking-partner |
Collaborative exploration through questioning |
daily-review |
End-of-day progress capture and tomorrow planning |
weekly-synthesis |
Weekly pattern recognition and synthesis |
plan-my-day |
Energy-optimized time-blocked daily planning |
journal-to-post |
Convert journal entries to social media posts |
create-content |
Thinking partner → platform-optimized content |
# Install CLI
npm i -g clawdhub
# Login
clawdhub login
# Publish each skill
clawdhub publish ./de-ai-ify --slug de-ai-ify --name "De-AI-ify" --version 1.0.0 --tags latest
clawdhub publish ./thinking-partner --slug thinking-partner --name "Thinking Partner" --version 1.0.0 --tags latest
clawdhub publish ./daily-review --slug daily-review --name "Daily Review" --version 1.0.0 --tags latest
clawdhub publish ./weekly-synthesis --slug weekly-synthesis --name "Weekly Synthesis" --version 1.0.0 --tags latest
clawdhub publish ./plan-my-day --slug plan-my-day --name "Plan My Day" --version 1.0.0 --tags latest
clawdhub publish ./journal-to-post --slug journal-to-post --name "Journal to Post" --version 1.0.0 --tags latest
clawdhub publish ./create-content --slug create-content --name "Create Content" --version 1.0.0 --tags latest