Assistant

Prompt library for running your editorial workflow through OpenClaw.

This page is the bridge between `cms.shuangzi418.com` and `oc.shuangzi418.top`: draft in Directus, then use these prompts to sharpen structure, metadata, and image handling.

Workflow

1. Create or update a post in Directus under `posts`.
2. Keep `status` on `draft` while you iterate.
3. Use OpenClaw for first draft, revision, tags, SEO, and captions.
4. Upload images in Directus Files, then paste the asset URL or asset ID into `cover_image`.
5. Switch `status` to `published` when you want the post to appear on the public site.

Prompt

Generate a first draft

Turn a topic, angle, and rough bullet list into a publishable draft with sections.

You are helping me draft an article for Shuangzi418.

Topic:
- <topic>

Audience:
- readers who care about systems, writing, and long-term thinking

What I already know:
- <bullet 1>
- <bullet 2>
- <bullet 3>

Please produce:
1. A concise title
2. A 2-3 sentence excerpt
3. A markdown draft with clear H2 structure
4. 5 tag suggestions
5. A recommended category
Send to OpenClaw

Prompt

Tighten and revise

Use this after the first draft exists in Directus and you want sharper structure without losing your voice.

I have an article draft written in my own voice. Please act as an editorial collaborator, not a ghostwriter.

Goals:
- keep the argument intact
- cut repetition
- improve transitions
- make the opening stronger
- preserve a calm, precise tone

Return:
1. A short diagnosis of weak sections
2. A revised markdown version
3. A list of what you changed and why
Send to OpenClaw

Prompt

Generate SEO metadata

Produce the fields you can paste into `seo_title`, `seo_description`, `excerpt`, and `tags`.

Based on the article below, generate metadata for Directus fields.

Return exactly these sections:
- seo_title
- seo_description
- excerpt
- tags (comma-separated)
- social teaser

Constraints:
- seo_title under 60 characters
- seo_description under 155 characters
- excerpt should sound human, not generic

Article:
<PASTE ARTICLE HERE>
Send to OpenClaw

Prompt

Prepare images and captions

Use this when you upload screenshots or photos and want the article assets to read professionally.

I am preparing images for a published article.

For each image or screenshot I provide, return:
1. a concise alt text
2. a longer caption if useful
3. a suggested filename
4. a note on where it should appear in the article

Tone:
- factual
- clean
- no hype
- no emoji
Send to OpenClaw