searchcans-market-watch

searchcans-market-watch is a skill for Codex from SearchCans/searchcans-skills. It costs 70 tokens per session (783 once invoked), scanned A, original, Apache-2.0.

A run-on-demand market research snapshot built from Google Search, Google News, Bing Search, and a small selection of readable news pages. It can compare one snapshot with an earlier saved snapshot.

In plain words
What is it for?
It helps monitor competitors and market categories, track news and public relations, investigate launches, and compare which URLs appear in two bounded searches.
Why use it?
It gives current search and news results for a defined country and language without presenting the result as a background monitoring or alert service. It also keeps the sources traceable and rejects unusable or un-attributable news pages.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps monitor competitors and market categories, track news and public relations, investigate launches, and compare which URLs appear in two bounded searches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/searchcans/searchcans-skills/searchcans-market-watch
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-market-watch
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-market-watch

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/searchcans/searchcans-skills/searchcans-market-watch"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills/searchcans-market-watch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 783 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.00070 $0.00783
Opus 5 $0.00035 $0.00392
Sonnet 5 $0.00014 $0.00157
Haiku 4.5 $0.00007 $0.00078

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

Security

Grade A, and why

searchcans-market-watch 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/market_watch.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-market-watch/SKILL.md · 62 lines

How it starts

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

SearchCans Market Watch

Create a traceable market snapshot for one query and one locale. It retrieves Google web results, Google News, and Bing by default, then reads a deliberately small, domain-diverse subset of usable news URLs. It is a run-on-demand snapshot, not a background monitoring service or an alerting system.

Start with market definition

Confirm the query, country, language, the business question, and whether a prior JSON snapshot should be compared. Do not silently choose a market when it changes the answer.

Set SEARCHCANS_API_KEY only in the execution environment. Never put it in a prompt, source file, artifact, or commit.

python scripts/market_watch.py "AI search API" \
  --country us --language en --max-source-reads 3 \
  --out market-watch.json

Use --without-bing only when a two-surface Google snapshot is sufficient. Use --baseline prior-market-watch.json to report URLs newly observed or no longer observed; that is not a claim that the underlying stories are new, deleted, or unavailable.

Keep the job account-aware

The default --account-mode auto performs one sanitized Account API pre-flight. It estimates the three SERP calls plus the requested Reader calls, caps only the Reader scope when possible, and limits parallel calls to the account's reported lane count.

  • auto: cap Reader scope to the available budget.
  • enforce: stop before an insufficient job.
  • warn: report a budget warning but preserve scope.
  • off: skip the pre-flight.

The output retains a safe budget summary only. It never writes account identity or key material. Start at --proxy 0; use a higher proxy tier only with a known access reason because it changes the Reader cost estimate.

Interpret evidence correctly

Read google_news.results for headlines and publication metadata, news_source_quality for candidate acceptance/rejection, and read_sources for fuller page evidence. claim_eligible_urls contains only pages whose Reader extraction returned content.

Read the full file on GitHub · 62 lines

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 · 62 lines · 70 tokens per session scan A e749a3bb16c3

Subscribe to this mod's changes

searchcans-market-watch is a skill published in the GitHub repository SearchCans/searchcans-skills (3 stars, last pushed 18d ago), licensed Apache-2.0. It adds 70 tokens to every session and 783 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