| name | notslop-write-x-tweet |
| description | Use when the user wants to draft a single tweet on a topic. Pulls fresh signal via notslop, then writes a tweet grounded in 1-2 specific data points. 280-char hard cap. |
Providers required
When to use this skill
- "Write me a tweet about X"
- "Draft a tweet on Y for me"
- "Tweet about "
If the user explicitly asks for a Twitter/X thread, use notslop-write-x-thread instead. For long-form X (Articles/Notes), use notslop-write-x-article.
Setup
The user must have run notslop init and configured a ZeroEntropy API key.
Steps
-
Read the room via Bash, using --for-content for a token-efficient response:
notslop digest "<TOPIC>" --since 24h --top 10 --for-content
-
Read the digest output. Pick 2 specific data points to ground the tweet in (a concrete number, a quote, an observation from real posts).
-
Write the tweet. Hard constraints:
- โค 280 chars (count carefully).
- No hashtags unless the user explicitly asks.
- No "In today's rapidly evolving landscape" generic openers.
- No emojis unless the user asks.
- Reference the 2 data points concretely.
- End with a takeaway or angle, not a "what do you think?" filler.
-
Show the draft to the user. Below it, list the 2 sources you grounded in (1 line each, with URL).
-
If the user asks for variants, regenerate with a different tone (analytical / contrarian / casual / declarative).