content-research

content-research is a skill for Claude Code, Codex from rebel0789/Memory-Recall. It costs 0 tokens per session (104 once invoked), scanned A, original, Apache-2.0.

A research workflow for collecting and organizing evidence before creating content. It defines sources, time ranges, objectives, data snapshots, duplicates, inferences, citations, and uncertainty.

In plain words
What is it for?
Use it to prepare a cited research brief from approved read-only sources before generating content or making decisions.
Why use it?
It reduces unsupported claims and makes gaps in the available evidence visible. It also keeps observed facts separate from interpretation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prepare a cited research brief from approved read-only sources before generating content or making decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rebel0789/memory-recall/content-research
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 rebel0789/Memory-Recall --skill content-research
Clone the repo
git clone --depth 1 https://github.com/rebel0789/Memory-Recall

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rebel0789/memory-recall/content-research.svg)](https://agentmods.dev/skills/rebel0789/memory-recall/content-research)
Your own site
<a href="https://agentmods.dev/skills/rebel0789/memory-recall/content-research"><img src="https://agentmods.dev/badge/skills/rebel0789/memory-recall/content-research.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 104 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.00000 $0.00104
Opus 5 $0.00000 $0.00052
Sonnet 5 $0.00000 $0.00021
Haiku 4.5 $0.00000 $0.00010

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

Security

Grade A, and why

content-research 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 2d 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.

skills/content-research/SKILL.md · 18 lines

What it actually says

Content Research

Purpose

Collect and normalize evidence before generation.

Procedure

  1. Define topic, time window, source classes, and objective.
  2. Collect through approved read-only sources.
  3. Snapshot and normalize observed data.
  4. Deduplicate and label inference separately.
  5. Produce a cited brief with gaps and uncertainty.

Completion

Return evidence, files changed when applicable, exact checks, risks, limitations, rollback, and safest next step. The skill never grants a tool or broadens policy.

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. 2d ago First seen · 18 lines · 0 tokens per session scan A d2c8a03909eb

Subscribe to this mod's changes

content-research is a skill published in the GitHub repository rebel0789/Memory-Recall (8 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 104 tokens. 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-04.

Related

Other skills, from other repositories

claude-api

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

Prismer-AI/PrismerCloud · 193 tokens

image-generate

Generate an image from a text prompt via the cloud LLM image proxy, persist it as a content-addressed workspace asset, and return a ContentBlock that downstream renderers can attach. Use whenever the user asks "draw / generate / make an image of …", an agent needs a diagram / illustration as a follow-up artifact, or a…

Prismer-AI/PrismerCloud · 103 tokens

claim-agent-ownership

Orchestrator skill for resolving multi-daemon binding contention. Use when you (the orchestrator) detect an agent.binding.contested sync event indicating two daemons are racing for the same agent — explicitly rebind ownership to a chosen target daemon so subsequent dispatches route deterministically. Implements Gap…

Prismer-AI/PrismerCloud · 101 tokens

human-approval

Request human approval before performing a SAFETY-CRITICAL, IRREVERSIBLE, or SCOPE-EXPANDING action — submit a structured context (action, scope, risk, consequence) plus options, then STOP the current turn. The platform redispatches the agent after the human decides. NEVER use for routine deliverables (writing docs /…

Prismer-AI/PrismerCloud · 168 tokens

plugin-dev

A development guide for Prismer Evolution plugins, covering local iteration, debugging, logs, tests, and publishing. It explains how to reload changed hooks and skills without repeatedly installing the plugin.

Prismer-AI/PrismerCloud · 31 tokens

assets

Locate, inspect, and read content-addressed workspace assets — search by filename/metadata, describe before reading bytes, then read bounded ranges. Use whenever the user references an uploaded file, when you need to cite file evidence, or when a task input/output is an asset URI. Executes via the cloud asset CLI and…

Prismer-AI/PrismerCloud · 69 tokens