syndicate-article

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

626|225|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill syndicate-article-aaronjmars
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: syndicate-article
Source: https://github.com/aaronjmars/aeon/tree/main/skills/syndicate-article
Command: npx skills add https://github.com/aaronjmars/aeon --skill syndicate-article-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents low-engagement syndication by automatically cross-posting your latest Aeon-written article to Dev.to and Farcaster using hook-driven copy and CTR-optimized metadata.

Core Features & Use Cases

  • Hook-first syndication: Extracts a specific, high-signal Farcaster hook via TL;DR/summary, first strong claim, or strongest line—skipping Farcaster when no quality hook can be found.
  • Dev.to-ready metadata: Derives tags, builds canonical links back to your gallery, generates a Dev.to description, and optionally attaches a cover image.
  • Deduplication and safety gating: Checks the last 7 days of logs to avoid reposting and requires the right secrets to activate each channel, otherwise it exits silently.

Quick Start

Use the syndicate-article Skill with var set to the article filename you want to syndicate, or leave it empty to syndicate the most recently written article.

Frequently Asked Questions about syndicate-article

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

FAQPage Schema
How do I automate article syndication to Dev.to and Farcaster?▼

You can syndicate an article to Dev.to and Farcaster by extracting its title, body, cover, and description, then generating hook-driven copy and metadata for each channel. This Skill automates that process while checking logs to prevent duplicate posts.

What is a canonical URL and why is it needed when cross-posting to Dev.to?▼

A canonical URL links your Dev.to cross-post back to your original gallery article to prevent duplicate content penalties. This Skill automatically builds canonical links for your Dev.to syndication payloads to maintain search authority.

Can I automatically post to Farcaster using my article summary?▼

Yes, you can post to Farcaster using an extracted high-signal hook from your article's TL;DR or strongest line. This Skill enforces a hook quality threshold and skips Farcaster posting entirely if no strong hook can be derived.

Does content syndication automation require API secrets for each platform?▼

Yes, content syndication automation requires channel-specific API secrets to activate Dev.to and Farcaster. This Skill checks for the required channel secrets during payload generation and exits silently if they are not configured.

How do I stop duplicate posts when scheduling content promotion across multiple channels?▼

To stop duplicate posts during content promotion, you need a deduplication mechanism that checks recent syndication logs. This Skill reviews the last 7 days of memory logs before generating payloads to avoid reposting the same article.