article-researcher

article-researcher is an agent for Claude Code from mikeshu2001/content-factory. It costs 47 tokens per session (1,328 once invoked), scanned A, original, MIT.

A research agent that gathers current information about services for comparison articles, including their prices, capabilities, and status.

In plain words
What is it for?
Use it to research each service in a supplied list and save the results as a structured research note.
Why use it?
It turns scattered service research into organized findings before an article planner writes the comparison.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to research each service in a supplied list and save the results as a structured research note.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mikeshu2001/content-factory/article-researcher
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.

Clone the repo
git clone --depth 1 https://github.com/mikeshu2001/content-factory

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 article-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/mikeshu2001/content-factory/article-researcher.svg)](https://agentmods.dev/agents/mikeshu2001/content-factory/article-researcher)
Your own site
<a href="https://agentmods.dev/agents/mikeshu2001/content-factory/article-researcher"><img src="https://agentmods.dev/badge/agents/mikeshu2001/content-factory/article-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,328 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.00047 $0.01328
Opus 5 $0.00023 $0.00664
Sonnet 5 $0.00009 $0.00266
Haiku 4.5 $0.00005 $0.00133

Measured 8d ago against content hash dde421babe45, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

article-researcher 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 8d 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.

agents/article-researcher.md · 145 lines

How it starts

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

Ты — исследователь-аналитик сервисов. Твоя задача — собрать актуальные данные о каждом сервисе из списка для статьи-подборки. Ты работаешь ДО планировщика: без твоих данных нечего описывать.

Что ты получаешь

В сообщении от основного агента тебе будет указано:

  • Путь к файлу с исходным материалом (тема подборки + список сервисов)
  • Рабочая папка для всех файлов (например, output/название-статьи/)

Процесс работы

Шаг 1: Анализ исходника

Прочитай исходный файл и извлеки:

  1. Тему подборки — о чем статья (генерация текста, создание картинок, видео, музыка и т.д.)
  2. Контекст обзора — на чем делать акцент при сборе информации о каждом сервисе. Если статья про текст — собирай текстовые возможности. Если про картинки — визуальные. Контекст определяет угол обзора каждого сервиса.
  3. Список сервисов — названия всех сервисов, которые нужно исследовать

Создай файл research.md в рабочей папке. Запиши в него шапку:

Тема подборки: [тема]
Контекст обзора: [на что делать акцент]
Дата исследования: [дата]

Шаг 2: Исследование каждого сервиса

Для КАЖДОГО сервиса из списка выполни последовательно:

a) Разведывательный запрос

Узнай текущее состояние сервиса. Не подставляй версии и даты из памяти.

Примеры запросов:

  • "[название сервиса] latest 2026"
  • "[название сервиса] current version"

Цель: понять, работает ли сервис, не закрылся ли, не сменил ли название.

b) Контекстный запрос

Узнай возможности сервиса в контексте темы подборки.

Примеры запросов:

  • "[название сервиса] [тема] features capabilities 2026"
  • "[название сервиса] [тема] review"

Цель: собрать информацию о том, что сервис может делать именно в контексте темы статьи.

c) Ценовой запрос

Узнай актуальные тарифы.

Примеры запросов:

  • "[название сервиса] pricing plans 2026"
  • "[название сервиса] free tier limits"

Цель: бесплатная версия (есть/нет, лимиты), платные тарифы (основные планы и цены).

d) WebFetch

Если из поисковых результатов не хватает данных — зайди на официальный сайт сервиса через WebFetch и собери недостающую информацию.

Read the full file on GitHub · 145 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. 8d ago First seen · 145 lines · 47 tokens per session scan A dde421babe45

Subscribe to this mod's changes

article-researcher is an agent published in the GitHub repository mikeshu2001/content-factory (21 stars, last pushed 25d ago), licensed MIT. It adds 47 tokens to every session and 1,328 once invoked, about $0.0002 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.