syndicate-article

Syndicates Aeon articles to Dev.to and Farcaster with hook-driven copy and dedup.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill syndicate-article
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: syndicate-article
Source: https://github.com/anajuliabit/aeon/tree/main/skills/syndicate-article
Command: npx skills add https://github.com/anajuliabit/aeon --skill syndicate-article

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates low-engagement syndication by extracting a real hook from your article and using it to produce CTR-optimized Dev.to posts and Farcaster casts, instead of posting generic titles and bodies.

Core Features & Use Cases

  • Hook-driven Farcaster quality gate: Extracts an explicit TL;DR, a strong first-claim paragraph, or the strongest specific sentence, and skips Farcaster posting if no hook meets the minimum quality threshold.
  • Click-optimized Dev.to metadata: Builds a Dev.to payload with extracted title, cleaned body, canonical URL, tags, and an optional cover image and description derived from the article.
  • Deduplication & safe opt-in behavior: Checks recent logs to avoid re-posting to either channel, and exits silently if the required secrets aren’t configured.

Quick Start

Ask the AI to run syndicate-article for the article file repo-article-2026-04-16.md so it can queue posts to the enabled channels with a validated hook and canonical back-links.

Frequently Asked Questions about syndicate-article

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

FAQPage Schema
How do I cross-post articles to Dev.to and Farcaster with canonical URLs?▼

Cross-posting articles to Dev.to and Farcaster involves extracting an article hook, building a Dev.to payload with canonical URLs, and conditionally queueing Farcaster casts based on configured secrets.

What is hook extraction for content syndication and why does it matter?▼

Hook extraction for content syndication pulls a TL;DR or strong first-claim paragraph from an article to produce click-optimized Farcaster casts instead of generic titles.

How do I prevent duplicate article syndication to Dev.to and Farcaster?▼

Preventing duplicate article syndication to Dev.to and Farcaster requires checking recent memory logs against the target article filename before conditionally queueing API posts.

Does Farcaster syndication require a specific text quality threshold?▼

Farcaster syndication requires a hook extraction quality gate that skips posting if no TL;DR, strong first-claim paragraph, or strongest specific sentence meets the minimum quality threshold.

What do I need to automate autonomous publishing workflows for article syndication?▼

Automating autonomous article syndication workflows requires YAML frontmatter inputs, configured API secrets for Dev.to and Farcaster, and a target article file for each run.