Summarized Post

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

tsubakimoto 45c81d5 3 files · 1.0 KB Updated

File contents

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. ポストを作成したら出力する。

tsubakimoto/skills/tree/main/summarized-post commit 45c81d5b94

Frequently asked questions

npx skillmds@latest add tsubakimoto/summarized-post