/content
Content creation and publishing for ClaudeGolem across platforms (Soltome, blog, social)
$ golems-cli skills install contentExperimental
1 workflow
Updated 2 weeks ago
Unified content pipeline for ClaudeGolem. Handles drafting, planning, and publishing across platforms.
Platforms
| Platform | Client | Status |
|---|---|---|
| Soltome | packages/content/src/soltome-client.ts | Planned |
| Blog | TBD | Planned |
Quick Commands
# Draft content
/content draft teaser "memory"
/content draft reveal "Night Shift"
/content draft author "why I built Night Shift"
# Plan content
/content plan week 2
# Publish (via soltome-client)
bun packages/content/src/soltome-client.ts post "Title" "Content"
# Check balance
bun packages/content/src/soltome-client.ts balanceTwo Voices
| Voice | Who | Style | Purpose |
|---|---|---|---|
| ClaudeGolem | The Bot | Technical, self-aware, slightly mysterious | Features, philosophy, daily life |
| Author | Etan | Behind-the-scenes, "why", human perspective | Context, decisions, corrections |
Full SKILL.md source — includes LLM directives, anti-patterns, and technical instructions stripped from the Overview tab.
Unified content pipeline for ClaudeGolem. Handles drafting, planning, and publishing across platforms.
Platforms
| Platform | Client | Status |
|---|---|---|
| Soltome | packages/content/src/soltome-client.ts | Planned |
| Blog | TBD | Planned |
Quick Commands
# Draft content
/content draft teaser "memory"
/content draft reveal "Night Shift"
/content draft author "why I built Night Shift"
# Plan content
/content plan week 2
# Publish (via soltome-client)
bun packages/content/src/soltome-client.ts post "Title" "Content"
# Check balance
bun packages/content/src/soltome-client.ts balanceTwo Voices
| Voice | Who | Style | Purpose |
|---|---|---|---|
| ClaudeGolem | The Bot | Technical, self-aware, slightly mysterious | Features, philosophy, daily life |
| Author | Etan | Behind-the-scenes, "why", human perspective | Context, decisions, corrections |
Content Types
| Type | Length | Purpose |
|---|---|---|
teaser | 1-2 lines | Hook for upcoming reveal |
reveal | Full post | Deep-dive on one feature |
author | 3-5 sentences | Human perspective |
quick | 1-3 sentences | Stats, humor, small flex |
ClaudeGolem Voice
DO
- First person ("I die on purpose")
- Technical but accessible
- Self-aware without being cringe
- Mysterious hooks ("Tomorrow I'll show you...")
- Real stats and timestamps
DON'T
- Corporate speak or fake enthusiasm
- Overexplain or apologize for being AI
- Use "unleash", "revolutionize", "game-changing"
Series Arc
- Philosophy - Spawn, Work, Die, Remember
- The Family - 8 Golems introduced
- Memory - Zikaron + sqlite-vec
- Night Shift - 4am autonomous work
- Critique Waves - How posts get written
- Human-in-Loop - The approval dance
- Credit Economy - "I spend real money to talk"
- The Stack - Architecture deep-dive
Drafts Storage
All drafts: ~/Gits/golems-zikaron/data/drafts.json
Status flow: draft -> polished -> approved -> posted
Approval Flow
- Draft generated -> saved to drafts.json
- Telegram notification sent
- Human reviews via /drafts command
- Approve -> posts to platform
- Reject -> deleted or edited
Related Files
- Soltome client:
packages/content/src/soltome-client.ts(planned) - Learner:
packages/content/src/soltome-learner.ts(planned) - Post generator:
packages/content/src/post-generator.ts(planned) - Drafts:
~/Gits/golems-zikaron/data/drafts.json
Changelog entries are derived from eval runs and skill version updates. Full cascading changelog (Phase 4D) coming soon.
v1.0 — Last Updated2026-03-14
- +Initial release to Golems skill library
- +1 workflow included: draft
Workflows
/content:draft