← スキル一覧に戻る

tweet-highlight
by unfinishablemap
Repo backing the unfinishablemap.org site created in 2025
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
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
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です