searchcans-content-format-brief

searchcans-content-format-brief is a skill for Codex from SearchCans/searchcans-skills. It costs 55 tokens per session (516 once invoked), scanned A, original, Apache-2.0.

A report of the kinds of web pages, images, videos, and short videos returned for a localized Google search. It describes the formats found, not their traffic or ranking potential.

In plain words
What is it for?
Use it for SEO or content planning, visual-search research, editorial format discovery, and deciding which results need closer page review.
Why use it?
It gives content planners a bounded view of what appears for a query without treating the results as a forecast or permission to reuse them.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for SEO or content planning, visual-search research, editorial format discovery, and deciding which results need closer page review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/searchcans/searchcans-skills/searchcans-content-format-brief
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 SearchCans/searchcans-skills --skill searchcans-content-format-brief
Clone the repo
git clone --depth 1 https://github.com/SearchCans/searchcans-skills

Made for: 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 searchcans-content-format-brief

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/searchcans/searchcans-skills/searchcans-content-format-brief"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills/searchcans-content-format-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 516 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.00055 $0.00516
Opus 5 $0.00028 $0.00258
Sonnet 5 $0.00011 $0.00103
Haiku 4.5 $0.00006 $0.00052

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

Security

Grade A, and why

searchcans-content-format-brief 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/content_format_brief.py, scripts/searchcans_v1.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/searchcans-content-format-brief/SKILL.md · 47 lines

What it actually says

SearchCans Content Format Brief

Map which types of pages, images, videos, and short videos are currently returned for one localized query. The result is a format inventory for planning—not a traffic forecast, ranking guarantee, engagement report, or a license to reuse content.

Collect a localized format inventory

Confirm the topic, target country/language, intended audience, and the planning decision. The default run requests all four surfaces: Google web, Images, Videos, and Short Videos.

python scripts/content_format_brief.py "AI research agent" \
  --country us --language en --max-results 10 \
  --out content-format-brief.json

To answer a narrower question, repeat --surface with web, images, videos, or short-videos. This reduces cost and scope explicitly.

Account-aware scope and interpretation

The default --account-mode auto estimates one SERP request per selected format, performs a sanitized Account API pre-flight, caps the selected surfaces only if needed, and respects available Parallel Lanes. warn, enforce, and off let the operator choose a different policy.

Use the report template to deliver:

  1. Query, market, retrieved formats, and limits.
  2. Observed format/page-type patterns for each surface.
  3. Search questions and related searches as leads.
  4. A content-format hypothesis and the source/page validation still needed.

Do not call something “popular,” “high-engagement,” “best-performing,” or “ranked” from this output. Google result appearance is an observed snapshot only. Image and video URLs are references; their appearance gives no reuse, ownership, or licensing right.

Official website

SearchCans

Resources

  • scripts/content_format_brief.py generates the four-surface JSON inventory.
  • references/content-format-report.md provides the planning-brief structure and boundaries.
Files

What ships with it

4 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. 12d ago First seen · 47 lines · 55 tokens per session scan A f7527217d7d6

Subscribe to this mod's changes

searchcans-content-format-brief is a skill published in the GitHub repository SearchCans/searchcans-skills (3 stars, last pushed 18d ago), licensed Apache-2.0. It adds 55 tokens to every session and 516 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

report-helper

A Chinese-language research workflow that searches the internet and produces a formatted PDF report about a specified topic.

Jiaranbb/report-helper · 92 tokens

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

baoyu-diagram

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…

JimLiu/baoyu-skills · 146 tokens

baoyu-danger-gemini-web

Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…

JimLiu/baoyu-skills · 74 tokens

understand-figma

Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.

Egonex-AI/Understand-Anything · 47 tokens