@outthislife/draft-tweet
ADraft X/Twitter posts about shipped work. Never post unless asked. Use when the user wants tweet options or "what should I tweet".
Install
agr install @outthislife/draft-tweet --target claudeWrites 1 file into .claude/skills/, pinned to git-a953e046.
- .claude/skills/draft-tweet/SKILL.md
Document
name: draft-tweet description: >- Draft X/Twitter posts about shipped work. Never post unless asked. Use when the user wants tweet options or "what should I tweet".
Draft Tweet
Write tweet options. Do not post unless they explicitly say to.
Match their voice
If xurl is installed and already authenticated, use it read-only to sample
the user's recent original posts before drafting:
xurl whoami
xurl posts @handle -n 30
If that version does not have xurl posts, use the user ID from xurl whoami:
xurl '/2/users/<id>/tweets?max_results=30&exclude=retweets,replies'
Infer their usual capitalization, punctuation, sentence length, vocabulary, link use, and emoji use. Match the patterns, not the subject matter. Do not quote old posts or mention that style sampling happened.
If xurl is missing or unauthenticated, draft from examples already in the
conversation. Do not block the task or ask them to configure X unless they
specifically request stronger style matching.
Output
2–4 options, each roughly ≤240 chars:
- Concrete claim or user benefit — no empty hype
- Little/no emoji; no engagement bait
- One link max if useful
- Run through
no-tropes
Don't
- Call
xurl post, reply, quote, DM, or any other write API unless asked - Invent performance numbers they didn't bless
- Default to a thread — offer one only if they want depth
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-a953e046eda32026-07-31