Install
openclaw skills install jk-archivist-tiktok-packagerGenerate deterministic 6-slide portrait PNG slideshow assets plus caption text for TikTok-style posting workflows, including reusable templates and a strict...
openclaw skills install jk-archivist-tiktok-packagerGenerate deterministic, text-driven 6-slide portrait slideshow assets for TikTok-style content.
Use this skill when you want:
Typical use cases:
python3 -m pip install -r requirements.txtexport TIKTOK_FONT_PATH=/absolute/path/to/font.ttfnode scripts/tiktok-intro-draft.mjsCustom input modes:
node scripts/tiktok-intro-draft.mjs --spec /absolute/path/to/spec.jsonnode scripts/tiktok-intro-draft.mjs --topic "your topic"node scripts/tiktok-intro-draft.mjs --postizAdvanced modes:
--template intro|educational|product-update|announcement--style default|high-contrast|clean|midnight--audience beginner|operator|expert--cta-pack follow-focused|link-focused|engagement-focused--hashtag-policy tcg-default|general--locale en|es|fr--ab-test caption-cta|style|template--dry-run (write spec/review only, skip render/upload)--postiz-only (reuse existing rendered slides, upload only)--no-upload (force local-only even with --postiz)--resume-upload (resume partially uploaded runs)--max-retries <n>--timeout-ms <n>--verboseTemplate options:
introeducationalproduct-updateannouncementStyle options:
defaulthigh-contrastcleanmidnightAudience options:
beginneroperatorexpertCTA pack options:
follow-focusedlink-focusedengagement-focusedHashtag policy options:
tcg-defaultgeneralExpected layout:
outbox/tiktok/intro/YYYY-MM-DD/
_slide_spec.json
_render_metadata.json
slides/slide_01.png ... slide_06.png
caption.txt
review/review.md
review/contact_sheet.png
run_log.json
upload_state.json (optional)
postiz_response.json (optional)
TIKTOK_FONT_PATHTo customize for your use case, change:
slides array content (via --spec JSON or topic mode)src/node/write-caption.mjssrc/node/hashtags and src/node/ctasrc/node/audience--postizSpec format:
{
"slides": [
"Slide line 1",
"Slide line 2",
"Slide line 3",
"Slide line 4",
"Slide line 5",
"Slide line 6"
],
"caption": "Optional caption override",
"template": "intro",
"audience": "operator",
"ctaPack": "follow-focused",
"hashtagPolicy": "tcg-default",
"hashtagOverrides": ["#customtag"],
"locale": "en",
"ab_test": {
"strategy": "caption-cta"
},
"style": {
"preset": "default"
}
}
| Need | Option |
|---|---|
| Use your own exact slide copy | --spec /path/spec.json |
| Generate deterministic copy from a topic | --topic "your topic" |
| Use a built-in narrative structure | --template educational (or others) |
| Change visual style | --style high-contrast |
| Adjust reading complexity for target viewers | `--audience beginner |
| Change CTA behavior | --cta-pack ... |
| Apply hashtag policy | --hashtag-policy ... |
| Add custom hashtags | --hashtag #customtag (repeatable) |
| Localize CTA text | --locale es |
| Generate multiple candidates | `--ab-test caption-cta |
| Keep local-only output | run without --postiz or add --no-upload |
| Upload optional draft via Postiz | --postiz with required env vars |
| Resume partial uploads | --postiz --resume-upload |
| Tune network/upload behavior | --max-retries N --timeout-ms N |
| Validate pipeline without rendering/upload | --dry-run |
Generate a deterministic 6-slide TikTok intro slideshow (PNG) + caption and (optionally) upload as a TikTok draft/private post using Postiz. Human publishes manually after selecting trending sound.
privacy_level = SELF_ONLYcontent_posting_method = UPLOADTCG prices look certain — until you zoom in. JK Index is building the truth layer: clean IDs, real comps, market signals. Follow if you want collector-first market intelligence. 👑🧱
#pokemon #tcg #cardcollecting #marketdata #startup
$Required for optional upload mode:
POSTIZ_API_KEYPOSTIZ_TIKTOK_INTEGRATION_IDOptional:
POSTIZ_BASE_URL (defaults to https://api.postiz.com/public/v1)TIKTOK_FONT_PATH (absolute .ttf path)references/setup.mdreferences/spec-schema.mdreferences/renderer-spec.mdreferences/outputs-and-validation.mdreferences/troubleshooting.mdreferences/publish-checklist.mdexamples/sample-slide-spec.json