seo-article-harvester

seo-article-harvester is a skill for Claude Code, Codex from humanerd-drew/opencode-drewgent. It costs 29 tokens per session (1,853 once invoked), scanned A, original, MIT.

An automated pipeline that collects articles from SEO and marketing RSS feeds, summarizes and tags them, scores their relevance, and produces trend reports.

In plain words
What is it for?
Use it to monitor SEO news, detect Google algorithm updates, create daily article analyses, publish weekly trend reports, and archive older items.
Why use it?
It removes the need to repeatedly gather and review industry articles by hand and helps surface important search-engine changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to monitor SEO news, detect Google algorithm updates, create daily article analyses, publish weekly trend reports, and archive older items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/humanerd-drew/opencode-drewgent/seo-article-harvester
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 humanerd-drew/opencode-drewgent --skill seo-article-harvester
Clone the repo
git clone --depth 1 https://github.com/humanerd-drew/opencode-drewgent

Made for: Claude Code, Codex.

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 seo-article-harvester

README.md
[![agentmods](https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/seo-article-harvester.svg)](https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/seo-article-harvester)
Your own site
<a href="https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/seo-article-harvester"><img src="https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/seo-article-harvester.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,853 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 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.00029 $0.01853
Opus 5 $0.00015 $0.00927
Sonnet 5 $0.00006 $0.00371
Haiku 4.5 $0.00003 $0.00185

Measured 4d ago against content hash 7de3cee9ddc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

seo-article-harvester 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 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/analyzer.py, scripts/harvester.py, scripts/label_heritage.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/seo-article-harvester/SKILL.md · 157 lines

How it starts

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

SEO Article Harvester — Full Pipeline

Architecture Overview

[수집]   cron_seo_harvester.sh     (no_agent, 6h)
  │
  ▼
[분석]   kanban worker             (LLM, daily 12:00)
  │       → 기사 요약 + 주제 태깅 + 중요도 점수
  │       → Google 업데이트/알고리즘 변경 발견 시 kanban task
  ▼
[트렌드] kanban worker             (LLM, weekly Mon 14:00)
  │       → 주간 SEO 트렌드 리포트
  │       → P4-cortex/growth/seo/weekly/ + Discord
  ▼
[정리]   스크립트                  (no_agent, monthly)
          → 3개월 지난 기사 _archive/ 이동

Pipeline Stages

1. 수집 (Collection)

  • Cron: SEO Article Harvester (no_agent, 0 */6 * * *)
  • Script: cron_seo_harvester.shcron_seo_harvester.pyharvester.py + label_heritage.py
  • Output: seo-articles/YYYY/article-slug.md (YAML frontmatter 포함)
  • Sources: 28 SEO/marketing RSS feeds (see below)
  • LLM 필요?: ❌ No

2. 분석 (Analysis)

  • Trigger cron: seo-analyze-trigger (LLM, daily 12:00 KST, fast model)
  • Worker: Kanban worker
  • Input: seo-articles/YYYY/*.md (아직 분석 안 된 새 기사)
  • Process:
  1. Read new article files (tracked via seo_analysis_state.json)
  2. LLM extracts: summary (1-2문장), topic tags, SEO relevance score (1-5)
  3. Identify critical: Google algo updates, penalty risks, major industry news
  4. Extract GEO/AI-search signals: AI citation readiness, brand-authority/mention trends, AI crawler analysis, platform-specific optimization (ChatGPT / Perplexity / Gemini / Google AI Overviews), schema markup for AI, and citability scoring insights
  5. Write analysis to P4-cortex/growth/seo/analyzed/YYYY-MM-DD-hash.json
  6. If critical insight found (including GEO/AI-search shifts): create kanban task for human attention
  • State file: P4-cortex/growth/seo/seo_analysis_state.json
  • LLM 필요?: ✅ Yes

3. 주간 트렌드 리포트 (Weekly Trend Report)

  • Trigger cron: seo-trend-trigger (LLM, weekly Mon 14:00 KST, fast model)
  • Worker: Kanban worker
  • Input: 분석된 기사 중 최근 7일치
  • Process:
    1. Read analyzed articles from past week
    2. LLM synthesizes hot topics, trends, notable changes
    3. Write report to P4-cortex/growth/seo/weekly/YYYY-MM-DD-trends.md
    4. Deliver summary to Discord channel
  • LLM 필요?: ✅ Yes

Read the full file on GitHub · 157 lines

Files

What ships with it

5 files 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. 4d ago First seen · 157 lines · 29 tokens per session scan A 7de3cee9ddc8

Subscribe to this mod's changes

seo-article-harvester is a skill published in the GitHub repository humanerd-drew/opencode-drewgent (2 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 1,853 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

magazine-web-ppt

For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.

nexu-io/open-design · 67 tokens

html-ppt-zhangzara-coral

OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

nexu-io/open-design · 55 tokens

audience-mapper

Use when the user asks to "analyze my target audience", "build an audience profile for influencer targeting", "research a niche community", or "deep-dive a subculture before partnering with creators"; in audience mode produces demographic/psychographic profiles, a platform-priority matrix, named personas, and an…

aaron-he-zhu/aaron-marketing-skills · 156 tokens

narrative-drift-monitor

Use when the user asks to "check if our surfaces have drifted from the canon", "watch for competitor repositioning", or "define when we should reposition"; produces a drift report — self-drift per flagship surface vs the narrative-registry canon over time (via wayback.py, change history Measured with as-of dates)…

aaron-he-zhu/aaron-marketing-skills · 216 tokens

short-video-scripter

A script-writing tool for short vertical videos such as TikTok, Reels, Shorts, Douyin, and WeChat Channels. It lays out the hook, explanation, payoff, and ending with timings and on-screen text.

aaron-he-zhu/aaron-marketing-skills · 236 tokens

contract-helper

Use when the user asks to "draft an influencer contract", "review these agreement terms", or "build a partnership template"; produces a full influencer agreement framework (scope, compensation, usage rights, exclusivity, FTC disclosure), a clause-by-clause review with red flags, and a negotiation cheat sheet. Not for…

aaron-he-zhu/aaron-marketing-skills · 87 tokens