tweet-highlight | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / tweet-highlight

tweet-highlight

maintained by unfinishablemap

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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.py at 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.py controls 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)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5个月前
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
grafana
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.