# Summarized Post

> Retrieve the content from the specified URL and create a series of posts to share the article on X (Twitter).

- Skill: `tsubakimoto/summarized-post` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tsubakimoto/summarized-post`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tsubakimoto/summarized-post/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tsubakimoto (https://skillmd.com/u/tsubakimoto)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tsubakimoto/summarized-post

---


# Overview
指定されたURLの内容をフェッチし、記事をX (Twitter) で紹介する連続ポストを作成する。

## Steps
1. 記事の要点を抽出する。
2. 1要点1ポストとする。
3. 記事内容をもとにポスト数を決め、ユーザーに同意を得る。最大は10ポスト。
4. 最初のポストは `assets/top-post-template.txt` を使用する。
    - `{post title}`: 記事のタイトル
    - `{post url}`: 記事のURL
5. 続くポストのテンプレートは `assets/summarized-post-template.txt` を使用する。
    - `{current}`: 現在のポスト番号
    - `{total}`: ポスト総数
    - `{post title}`: この要点のタイトル
    - `{post content}`: この要点の内容
6. ポストを作成したら出力する。
