syndly:captures

Installation
SKILL.md

New Captures

Check the Syndly project for content captures that have arrived since you last looked, and surface the new ones so the user can pick one to draft from.

Setup

On first run in a session, ensure ~/.syndly/state/ exists (create it if not). Read or initialise ~/.syndly/state/last-captures-check.txt with the current ISO timestamp — this is the cursor you advance each time the skill runs.

Workflow

  1. List recent captures. Call the read-only list_captures MCP tool, or read the equivalent syndly://<slug>/sources/<source_id>/captures resource for each known source — whichever is cheaper. Request the maximum default window so you have a full picture.

  2. Filter to "since last check." Discard anything with a published_at / captured_at timestamp older than the value in ~/.syndly/state/last-captures-check.txt. If the file is missing, treat the run as a first-time check and show everything from the last 7 days.

  3. Surface the new ones. Present a compact table to the user:

    Title Source Link Captured at
Installs
1
First Seen
Jul 6, 2026
syndly:captures — paulund/postconductor-skills