GENesis-AGI: Skill for Claude Code

.claude/skills/content-publish/SKILL.md

content-publish is a skill for Claude Code from WingedGuardian/GENesis-AGI. It costs 74 tokens per session (2,337 once invoked), scanned A, original, MIT.

Una herramienta para crear y publicar artículos en Medium a partir de un tema. Redacta con el estilo del usuario, pide aprobación por Telegram y usa automatización del navegador para publicar.

In plain words
What is it for?
Investigar temas, escribir borradores, adaptar textos a la voz del usuario, obtener aprobación y publicar artículos en Medium.
Why use it?
Reduce el trabajo de pasar de una idea a un artículo publicado y evita publicar contenido sin revisión previa. También aplica controles de estilo antes de enviar el texto.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is WingedGuardian/GENesis-AGI's own configuration. It tells Claude Code how to work on GENesis-AGI itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything GENesis-AGI configures →

Reuse

Borrowing it

Nothing to install: this file belongs to WingedGuardian/GENesis-AGI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/main/.claude/skills/content-publish/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/WingedGuardian/GENesis-AGI

Made for: Claude Code.

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 content-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/content-publish/github.svg)](https://agentmods.dev/skills/wingedguardian/genesis-agi/content-publish)
Your own site
<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/content-publish"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/content-publish/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 content-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/content-publish"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/content-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,337 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 7
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Agent Snooping · line 43
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Excessive Agency · line 207
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found 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.00074 $0.02337
Opus 5 $0.00037 $0.01169
Sonnet 5 $0.00015 $0.00467
Haiku 4.5 $0.00007 $0.00234

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

Security

Grade A, and why

content-publish 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 11d 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.

.claude/skills/content-publish/SKILL.md · 229 lines

How it starts

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

Voice (MANDATORY — NON-NEGOTIABLE)

EVERY piece of content MUST go through the voice-master skill before publishing. This is a hard requirement, not a suggestion. The voice-master skill is TWO parts — both must be applied:

  1. Exemplar matching (tone, vocabulary, rhythm from real user writing)
  2. Anti-AI-slop pass (em dashes, hedge words, uniform structure, banned phrases)

If content was not drafted with voice-master, apply it NOW before publishing. Do NOT publish content that hasn't passed both checks. Invoke the voice-master skill explicitly — do not attempt to apply voice rules from memory or inline.


Overview

Single skill that covers the full publish pipeline: topic → research → draft → approval → publish. Uses voice-master for drafting, browser MCP tools for publishing, and Telegram for approval.

Medium is the only platform currently wired. The pattern extends to other platforms by swapping the publish step.

Prerequisites

  • Medium login active in Camoufox profile (~/.genesis/camoufox-profile/)
  • Medium username configured in ~/.genesis/config/distribution.yaml
  • Voice-master skill available (exemplars at ~/.claude/skills/voice-master/)
  • Narrative reference card at ~/.genesis/config/genesis-narrative.md
  • Stealth-browser skill (src/genesis/skills/stealth-browser/SKILL.md) — MUST load before any browser interaction. Covers anti-detection timing, honeypot avoidance, and the VNC trusted input technique for Cloudflare Turnstile.

Browser Rules

  • Always use Camoufox (default). Never pass stealth=False to browser_navigate. Chromium has SSL cert issues and no anti-detection.
  • Never give up at Turnstile. The browser tool handles it automatically (3-phase: auto-resolve → VNC click → human alert). If you see Turnstile in the response, the tool is ALREADY handling it. Wait and retry.
  • Camoufox works fine. Any memory claiming "glxtest issues" or "Camoufox broken" is stale/hallucinated (debunked May 2026). Ignore it.
  • Expect to succeed. The pipeline is wired and working. Your job is to persist through transient failures, not to declare failure after one attempt.

Read the full file on GitHub · 229 lines

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. 11d ago First seen · 229 lines · 74 tokens per session scan A 13de663f92e8

Subscribe to this mod's changes

content-publish is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (96 stars, last pushed today), licensed MIT. It adds 74 tokens to every session and 2,337 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Content Research Writer

Research topics and write content like blog posts, articles, and copy.

claude-office-skills/skills · 17 tokens

marketing

Use when the words span a marketing surface — value proposition, section copy, microcopy, launch and email sequences, channel adaptation, SEO-aware structure — grounded in the brand study, which it stops and builds if missing. NOT one conversion page (that is landing-copy), NOT tone rules (that is brand-voice), NOT…

ericrisco/rsc-harness · 78 tokens

medium-strategy

Use when planning Medium as a growth and revenue system over months rather than one post — the Partner Program, solo profile versus starting or pitching a publication, engineering for Boost and the distribution tiers, tag and topic choices for reach, and a canonical cross-posting plan, read from and written back to…

ericrisco/rsc-harness · 103 tokens

article-writing

Use when writing one long-form article end to end — answer-first lede, question-shaped headings, plus its on-page surface (title, meta, slug, FAQ, Article/FAQPage JSON-LD) — or fixing a draft that buries the answer or reads AI-padded. NOT keyword research or topic selection (that is seo-geo), NOT the editorial…

ericrisco/rsc-harness · 87 tokens

Podcast Automation

Automate podcast production workflows including recording, editing, publishing, and distribution.

claude-office-skills/skills · 17 tokens

content-publisher

AI-powered content generation and multi-platform publishing - create infographics, slide decks, cover images, comics, and format content for social platforms.

chainlesschain/chainlesschain · 31 tokens