name: tweet-highlight description: Tweet the most recent untweeted highlight. Scheduled for 7am UTC daily.
Tweet Highlight
Posts the most recent highlight to Twitter/X.
When to Use
- Automatically invoked by
evolve_loop.pyat 7am UTC daily - Manual invocation:
/tweet-highlight
Instructions
1. Check for Recent Highlight
Read the highlights file and find the most recent entry:
uv run python scripts/highlights.py list --limit 1
If no highlights exist, report this and exit.
2. Post the Tweet
Use the highlights CLI to tweet the most recent highlight:
uv run python scripts/highlights.py tweet-latest
This will:
- Get the most recent highlight
- Format it for Twitter (description + link URL)
- Post via Twitter API
- Return success/failure status
3. Report Result
Log whether the tweet was posted successfully or if there was an error.
Important
-
Timing is handled by Python -
evolve_loop.pycontrols when this skill runs (7am UTC) - Duplicate prevention - Each highlight stores its tweet URL; won't tweet the same highlight twice
- Requires Twitter credentials - if not configured, logs warning and skips
- Non-blocking - Twitter failures don't affect other tasks
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!