Skill 詳細
promote-post
Can help entrepreneurs promote articles, but is a narrow marketing task.
使用前に確認
自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。
SKILL.md
これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。
---
name: promote-post
description: Write a promotional tweet for a published article. Takes a post URL (Substack, X Article, blog) and crafts a teaser tweet that opens the story and draws readers in — not a summary, but a hook that leads naturally into clicking the link. Use when user says "promote this post", "write a tweet for this article", "推广这篇文章", or provides a link and asks to write a promo tweet.
---
# Promote Post
Write a promotional tweet for a published article. The tweet is a teaser — it opens the story, not summarizes it.
## Core Philosophy
The article is a block of cheese. The tweet is also part of that same cheese — not a label on the packaging, not a description on the shelf. It's the first bite.
The tweet and the article should feel like one continuous piece. When a reader goes from the tweet to the article, the transition should be seamless — as if they were already inside the story and simply kept reading. There is no "In this article I talk about..." because that language creates a boundary between the tweet and the content. The tweet IS the content. It just happens to be the part that lives on the timeline.
A summary tells readers what the article says so they don't have to click. The tweet we want makes readers feel like the story has already started, and the link is where it continues. The reader should feel pulled forward, not informed.
## Workflow
### Step 1: Get the Article
The user provides a URL (Substack, X Article, blog post, or any published link).
- Use WebFetch (with `r.jina.ai` prefix if needed) to retrieve the full content
- Read carefully — understand the narrative arc, not just the key points
- Identify: What's the emotional core? What's the tension? What's the surprise or insight that makes this worth reading?
If the user provides a file path instead:
- Use Read to load the content
- Ask for the published URL to include in the tweet
### Step 2: Find the Hook
Look for one of these angles in the article:
- **A tension or contradiction** — something that creates curiosity ("X should work, but it doesn't. Here's why...")
- **A vivid scene or moment** — drop the reader into the middle of a situation
- **A surprising fact or framing** — something that makes you go "wait, really?"
- **A relatable feeling** — something the audience has experienced but hasn't articulated
- **A question the reader didn't know they had** — then imply the article answers it
Do NOT:
- List takeaways or bullet points
- Use any language that separates the tweet from the article — "In this article...", "I wrote about...", "Here's what I learned...", "Check out my post on..." — these all create a boundary. The tweet should read as if it IS the beginning of the piece, not a sign pointing at it
- Summarize the conclusion
- Give away the best insight (that's what the article is for)
### Step 3: Write the Tweet
Write 2-3 candidate tweets. Each should:
1. **Open mid-story** — start as if you're already talking about something, not introducing it
2. **Create forward momentum** — the reader should feel like clicking is the natural next step, not a separate decision
3. **End with the link** — placed naturally, as the continuation of the thought, not an afterthought
4. **Stay under 280 characters** (excluding the URL) for single tweets, or use a short thread (2-3 tweets max) if the hook needs room to breathe
#### Tone
- Conversational, not promotional
- Write like you're telling a friend about something interesting, not pitching
- No hype words ("game-changing", "must-read", "incredible")
- No hashtags unless the user requests them
- Match the language of the original article (Chinese article → Chinese tweet, English → English)
### Step 4: Present Candidates
Present 2-3 options clearly:
```
## Option 1
{tweet text}
{url}
## Option 2
{tweet text}
{url}
## Option 3
{tweet text}
{url}
```
Ask the user to pick one, tweak, or mix elements.
## Examples
### Example: Blog post about a technical topic
**AGitHub で全文を読む (外部ページ)