{"id":51438371,"url":"https://github.com/cskwork/tistory-blog-poster-skill","last_synced_at":"2026-07-05T09:01:54.124Z","repository":{"id":366016800,"uuid":"1256537830","full_name":"cskwork/tistory-blog-poster-skill","owner":"cskwork","description":"Claude/Codex skill: write a Korean blog article first, then privately publish it to Tistory via Playwright CLI (CDP) with an auto-generated Codex cover.","archived":false,"fork":false,"pushed_at":"2026-06-19T21:28:54.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T23:12:39.209Z","etag":null,"topics":["blog-automation","claude-code","codex","korean","playwright","seo","skill","tistory"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cskwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-01T21:49:15.000Z","updated_at":"2026-06-19T21:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cskwork/tistory-blog-poster-skill","commit_stats":null,"previous_names":["cskwork/tistory-blog-poster-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cskwork/tistory-blog-poster-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ftistory-blog-poster-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ftistory-blog-poster-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ftistory-blog-poster-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ftistory-blog-poster-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cskwork","download_url":"https://codeload.github.com/cskwork/tistory-blog-poster-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ftistory-blog-poster-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35148606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog-automation","claude-code","codex","korean","playwright","seo","skill","tistory"],"created_at":"2026-07-05T09:01:51.182Z","updated_at":"2026-07-05T09:01:54.105Z","avatar_url":"https://github.com/cskwork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tistory SEO Blog Poster Skill\n\nReusable skill for preparing Korean SEO posts for Tistory, generating a topic-specific cover image, and drafting or privately publishing through an existing Chrome session.\n\n## What It Does\n\n- Converts a Korean Markdown/Hugo post into a Tistory package.\n- Creates `cover_prompt.md` from the title, summary, tags, headings, and body signals.\n- Requires a unique topic-specific Codex Image 2.0 `cover.codex.png` for each final post.\n- Adds readable Tistory body spacing for paragraphs, headings, lists, tables, blockquotes, and code.\n- Uses Playwright Agent CLI against an existing authenticated Chrome session.\n- Refuses public publishing unless explicitly confirmed.\n\n## Install\n\nFrom a standalone clone:\n\n```bash\nln -s \"$PWD\" ~/.codex/skills/tistory-seo-blog-poster\n```\n\nFor Claude Code, link the same folder:\n\n```bash\nln -s \"$PWD\" ~/.claude/skills/tistory-seo-blog-poster\n```\n\n## Prepare A Package\n\n```bash\npython3 scripts/prepare_tistory_package.py \\\n  --source /path/to/post.md \\\n  --output-dir /tmp/tistory-post\n```\n\n## Generate A Topic Cover\n\nRead `/tmp/tistory-post/cover_prompt.md` and generate the final cover with Codex Image 2.0. Save the result as `/tmp/tistory-post/cover.codex.png`, then update `package.json`:\n\n- `cover_png`: `/tmp/tistory-post/cover.codex.png`\n- `cover_codex`: `/tmp/tistory-post/cover.codex.png`\n- `cover_generation_mode`: `codex_image_2`\n- `cover_source_image`: original generated-image path\n\n`scripts/build_codex_cover_bitmap.py` and `scripts/build_tistory_cover_svg.py` are preview/fallback helpers only. Do not use them for final upload when real Codex image generation is available.\n\n## Private Publish\n\nAttach Chrome with Playwright CLI first, then run:\n\n```bash\npython3 scripts/tistory_playwright_cli.py \\\n  --package /tmp/tistory-post/package.json \\\n  --session tistory-cdp \\\n  --attach none \\\n  --target-url \"https://YOUR_BLOG.tistory.com/manage/newpost/?type=post\u0026returnURL=%2Fmanage%2Fposts%2F\" \\\n  --private-publish \\\n  --confirm-private-publish\n```\n\n## Dependencies\n\n- Python 3.9+\n- Pillow for `build_codex_cover_bitmap.py`\n- optional ImageMagick for fallback SVG to PNG conversion\n- Playwright Agent CLI for browser automation\n\n## Guardrails\n\n- Do not reuse a cover image across posts.\n- Reject generic AI banners before upload.\n- Do not use local fallback covers for final publishing when Codex Image 2.0 is available.\n- Keep Tistory login state in the user's browser; do not export cookies or profiles.\n- Use private publish or draft flows unless the user explicitly asks for public publishing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskwork%2Ftistory-blog-poster-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcskwork%2Ftistory-blog-poster-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskwork%2Ftistory-blog-poster-skill/lists"}