add-highlight

Add daily highlights to a public page via a Python CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the addition of daily highlights to the public highlights page, eliminating manual posting and ensuring a single highlight per day.

Core Features & Use Cases

  • One-click highlighting: publish a notable item to the What's New page from the command line.
  • Rate-limiting: enforces a max of one highlight per day to maintain balance.
  • Flexible dissemination: supports content types and linking with optional Twitter posting and dry-run testing.

Quick Start

uv run python scripts/highlights.py check uv run python scripts/highlights.py add "Title Here" "Description of what's interesting, max 280 chars." --type new-article --link "[[article]]" uv run python scripts/highlights.py add "Title Here" "Description" --type new-article --link "[[article]]" --tweet uv run python scripts/highlights.py add "Title Here" "Description" --type new-article --link "[[article]]" --dry-run

Frequently Asked Questions about add-highlight

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

FAQPage Schema
How do I publish daily content highlights from the command line?▼

You can automate content publishing workflows by using a Python CLI to add new findings to a public highlights page, eliminating manual updates and enforcing a single highlight per day.

Can I automatically post my published highlights to Twitter?▼

Yes, you can automatically post published highlights to Twitter by including the --tweet option when adding your content highlight via the command line interface.

How do I test content publishing without sending a live highlight?▼

To test content publishing without sending a live highlight, use the --dry-run option in the CLI command to simulate the addition of a daily highlight to the public page safely.

Are there rate limits for adding highlights to a publication workflow?▼

Yes, there are rate limits for adding highlights to a publication workflow; the system enforces a maximum of one highlight per day to maintain posting balance across your public content.

What content types are supported when adding highlights via CLI?▼

When adding highlights via CLI, the system supports flexible content types such as new-article, allowing you to categorize research findings or noteworthy insights appropriately using the --type option.