Skip to content
Skillv1.0.0

journal-to-post

Convert personal journal entries into shareable social media posts

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/journal-to-post/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill journal-to-post. Copyright stays with the author.

Journal to Post

Convert personal reflections, journal entries, or voice notes into shareable social media posts.

Usage

/journal-to-post [journal text or file path]

How It Works

  1. Input: Provide journal text directly or a file path
  2. Process: Extract universal insights from personal experience
  3. Output: 1-3 polished posts ready to share

Voice Guidelines

Do

  • Direct, confident, no hedging
  • First person when sharing experience
  • Punchy hooks that challenge assumptions
  • Specific details that add credibility (numbers, timeframes)

Don't

  • Include too personal/private details
  • Write vague platitudes
  • Use "I learned that..." framing (show, don't tell)
  • Sound like typical self-help content

What Gets Extracted

  • Universal insights from personal experience
  • Counterintuitive observations
  • Patterns you've noticed
  • Specific data points that anchor the insight

Transformation Examples

Example 1

Journal:

"Noticed my energy dropped after that difficult meeting. Took 3 hours of walking before I felt normal again."

Post:

"Your body keeps score of difficult conversations. My energy tanked after one meeting yesterday. Took 3 hours of walking to recover. Most people ignore this and wonder why they're exhausted by Friday."


Example 2

Journal:

"Had a breakthrough in meditation today - realized I've been trying to 'achieve' stillness instead of just noticing what's already there."

Post:

"The meditation trap: trying to achieve stillness. The shift: noticing stillness is already there, underneath the noise. Took me 2 years to stop efforting."


Example 3

Journal:

"Spent 4 hours debugging something that turned out to be a typo. Frustrated but also funny in hindsight."

Post:

"4 hours debugging. The fix? A typo. One character. This is the job. The gap between 'stuck' and 'solved' is often embarrassingly small."

Output

For each generated post:

  1. Show the post - Ready to copy/paste
  2. Explain the transformation - What was extracted, what was removed
  3. Offer variations - Different angles or platforms (X vs LinkedIn)

Tips for Better Results

  • Include specific numbers and timeframes in your journal
  • Note your emotional state, not just events
  • Capture the "aha moment" or shift in thinking
  • Don't self-censor in the journal - the skill will filter for you

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-journal-to-post/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-journal-to-post.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-journal-to-post",
  "kind": "skill",
  "name": "journal-to-post",
  "description": "Convert personal journal entries into shareable social media posts",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "marketing"
    ],
    "tags": [
      "skill-md",
      "content",
      "writing",
      "social-media",
      "journaling",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Convert personal journal entries into shareable social media posts"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/journal-to-post/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/HEAD/skills/journal-to-post/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/journal-to-post/SKILL.md"
    }
  },
  "instructions": "# Journal to Post\n\nConvert personal reflections, journal entries, or voice notes into shareable social media posts.\n\n## Usage\n\n```\n/journal-to-post [journal text or file path]\n```\n\n## How It Works\n\n1. **Input:** Provide journal text directly or a file path\n2. **Process:** Extract universal insights from personal experience\n3. **Output:** 1-3 polished posts ready to share\n\n## Voice Guidelines\n\n### Do\n\n- Direct, confident, no hedging\n- First person when sharing experience\n- Punchy hooks that challenge assumptions\n- Specific details that add credibility (numbers, timeframes)\n\n### Don't\n\n- Include",
  "cost": {
    "context_tokens": 604
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-journal-to-post/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.