tweet-highlight

Tweet the most recent untweeted highlight to Twitter/X via Python script.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/unfinishablemap/unfinishablemap --skill tweet-highlight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweet-highlight
Source: https://github.com/unfinishablemap/unfinishablemap/tree/main/.claude/skills/tweet-highlight
Command: npx skills add https://github.com/unfinishablemap/unfinishablemap --skill tweet-highlight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This deprecated skill automates tweeting an existing highlight without deployment verification, enabling quick social sharing of highlights.

Core Features & Use Cases

  • Legacy Tweeting: Tweets the most recent untweeted highlight to Twitter/X without deployment checks.
  • Automation Shortcut: Provides a quick command to trigger the tweet action from the highlights pipeline.
  • Use Case: When a highlight is ready but not yet tweeted, this skill can push the tweet to social channels to save time.

Quick Start

Use the legacy tweet flow to publish the latest untweeted highlight: uv run python scripts/highlights.py tweet-latest

Frequently Asked Questions about tweet-highlight

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate tweeting highlights without running deployment checks?

To automate tweeting highlights without deployment verification, use a legacy Python script that pushes the most recent untweeted item directly to Twitter/X. It bypasses live deployment checks to enable quick social sharing of ready content.

What is the process for publishing the latest untweeted highlight to Twitter/X?

Publishing the latest untweeted highlight involves executing a Python script via the uv runner. This triggers a tweet-latest command that automatically identifies and posts the most recent unshared highlight to Twitter/X.

How do I run the Python script to trigger the tweet-latest command using uv?

Run the Python script to trigger the tweet-latest command using uv by executing `uv run python scripts/highlights.py tweet-latest`. This processes the highlights pipeline and publishes the output without deployment checks.

When should I avoid using automated scripts for tweeting highlights?

Avoid using automated scripts for tweeting highlights when your workflow requires strict deployment verification before social sharing. This deprecated approach skips live checks, making it unsuitable for pipelines needing post-deployment validation.

Can I use this automation shortcut if my workflow needs deployment verification before tweeting?

No, you cannot use this automation shortcut if your workflow needs deployment verification before tweeting. The script bypasses deployment checks, publishing highlights regardless of live deployment status.