citedy-content-writer

citedy-content-writer is a skill for Claude Code from citedy/citedy-seo-agent. It costs 70 tokens per session (6,106 once invoked), scanned A, a copy of citedy-content-writer, MIT.

A conversational content-production workflow for turning a topic or source URL into a search-focused blog article and related marketing materials. It supports articles in 55 languages, illustrations, voice-over audio, social adaptations, scheduling, and product knowledge management.

In plain words
What is it for?
Creating blog posts, adapting them for nine social platforms, filling content calendars, scheduling recurring publishing sessions, and producing short posts or downloadable marketing content.
Why use it?
It reduces the number of separate steps needed to research, write, enrich, publish, and reuse an article.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; built for openclaw.

Part of the citedy-seo-agent plugin — 7 skills, 1 MCP server shipped together

Good fit Creating blog posts, adapting them for nine social platforms, filling content calendars, scheduling recurring publishing sessions, and producing short posts or downloadable marketing content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citedy/citedy-seo-agent/citedy-content-writer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add citedy/citedy-seo-agent --skill citedy-content-writer
Clone the repo
git clone --depth 1 https://github.com/citedy/citedy-seo-agent

Made for: Claude Code.

Or install citedy-seo-agent, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for citedy-content-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/citedy/citedy-seo-agent/citedy-content-writer/github.svg)](https://agentmods.dev/skills/citedy/citedy-seo-agent/citedy-content-writer)
Your own site
<a href="https://agentmods.dev/skills/citedy/citedy-seo-agent/citedy-content-writer"><img src="https://agentmods.dev/badge/skills/citedy/citedy-seo-agent/citedy-content-writer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for citedy-content-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/citedy/citedy-seo-agent/citedy-content-writer"><img src="https://agentmods.dev/badge/skills/citedy/citedy-seo-agent/citedy-content-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,106 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.06106
Opus 5 $0.00035 $0.03053
Sonnet 5 $0.00014 $0.01221
Haiku 4.5 $0.00007 $0.00611

Measured 12d ago against content hash 72746657f1c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

citedy-content-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to citedy-content-writer — 204 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/citedy-content-writer/SKILL.md · 821 lines

How it starts

The opening of the file, as written. The whole thing — 821 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Content Writer — Skill Instructions

Overview

AI Content Writer is an end-to-end blog autopilot powered by Citedy. It covers the entire content production pipeline in a single conversation:

  1. Research — source URLs or topic input, optional web intelligence search
  2. Write — SEO & GEO-optimized articles in 55 languages, 4 size presets
  3. Enhance — AI illustrations, voice-over audio, internal link optimization, humanization
  4. Distribute — social media adaptations for 9 platforms (X, LinkedIn, Facebook, Reddit, Threads, Instagram, Instagram Reels, YouTube Shorts)
  5. Automate — cron-based autopilot sessions, scheduling, webhook notifications

No competitor offers the full pipeline in one agent skill.


When to Use

Use this skill when the user wants to:

  • Write a blog article from a topic or URL
  • Create social media posts from an existing article
  • Set up automated daily/weekly content publishing
  • Manage a product knowledge base for AI-grounded articles
  • Schedule and fill content calendar gaps
  • Generate micro-posts across multiple platforms at once
  • Select a writing persona (25 available)

Setup

1. Get an API Key

Direct the user to: https://www.citedy.com/dashboard/settings → Team & API section.

API keys are prefixed citedy_agent_.

2. Register the Agent

POST https://www.citedy.com/api/agent/register
Content-Type: application/json

{
  "name": "My Content Agent",
  "description": "Automated blog content writer"
}

Headers: Authorization: Bearer <CITEDY_API_KEY>

Response:

{
  "agent_id": "ag_xxxx",
  "status": "active",
  "blog_handle": "my-blog"
}

Store agent_id — it is required for session and webhook operations.

3. Verify Connection

GET https://www.citedy.com/api/agent/me
Authorization: Bearer <CITEDY_API_KEY>

Core Workflows

Workflow 1: URL to Article

Convert any web page, blog post, or competitor article into an original SEO-optimized article.

Read the full file on GitHub · 821 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 821 lines · 70 tokens per session scan A 72746657f1c3

Subscribe to this mod's changes

citedy-content-writer is a skill published in the GitHub repository citedy/citedy-seo-agent (19 stars, last pushed 3mo ago), licensed MIT. It adds 70 tokens to every session and 6,106 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to citedy-content-writer, differing in 204 lines, and is treated as a copy.

Related

Other skills, from other repositories

citedy-content-writer

From topic to published blog post in one conversation — generate SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for 9 platforms, set up automated content sessions, and manage product knowledge base. End-to-end blog autopilot. Powered by Citedy.

citedy/adclaw · 70 tokens

citedy-seo-agent

Full-stack AI marketing toolkit — scout X/Twitter and Reddit for trending topics, discover and deep-analyze competitors, find content gaps, publish SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for X, LinkedIn, Facebook, Reddit, Threads…

citedy/adclaw · 149 tokens

hreflang-check

Audit hreflang implementation from supplied HTML, sitemap XML, or SEO-tool exports (it does not crawl sites) — running seven checks: self-referential tags, bidirectional pairs, valid ISO 639-1/3166-1 codes, x-default, duplicates, absolute URLs, and URL consistency — producing a 0-100 score, a language coverage matrix…

indranilbanerjee/digital-marketing-pro · 155 tokens

region-config

Configure a brand's regional settings — timezone, languages, currency, compliance regulations (GDPR, CCPA, APPI, LGPD, EU AI Act Article 50, and more), local platforms, business hours, holiday calendars, and data-residency rules — written to a persistent per-region config file plus a practical compliance checklist.…

indranilbanerjee/digital-marketing-pro · 150 tokens

language-audit

Audit multilingual integrity across every language version of a site or content set — hreflang implementation, content parity (missing, outdated, or structurally divergent translations), translation-quality spot checks via language-router.py, regional compliance per market (GDPR, DPDPA, LGPD, PIPA, APPI, CCPA), and…

indranilbanerjee/digital-marketing-pro · 160 tokens

language-config

Configure the brand's multilingual settings in profile.json — primary and secondary languages, do-not-translate terms, preferred translation service per language (routed by language family across the translation MCPs you have connected), and locale formatting for dates, numbers, and currency — with…

indranilbanerjee/digital-marketing-pro · 168 tokens