Giovanni: Command for Claude Code

.claude/commands/market-radar.md

market-radar is a command for Claude Code from jaroslavsoucek-art/Giovanni. It costs 32 tokens per session (2,115 once invoked), scanned A, original, MIT.

A command that asks a market-radar agent to scan public external sources for competitors, market changes, and related intelligence.

In plain words
What is it for?
Use /market-radar for a broad periodic scan, or add options such as --focus, --market, --competitor, --horizon, and --depth.
Why use it?
It gathers outside signals separately from internal project information and can focus the scan on a topic, market, competitor, time horizon, or depth.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

This is jaroslavsoucek-art/Giovanni's own configuration. It tells Claude Code how to work on Giovanni itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Giovanni configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jaroslavsoucek-art/Giovanni. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jaroslavsoucek-art/Giovanni/main/.claude/commands/market-radar.md
Clone the repo
git clone --depth 1 https://github.com/jaroslavsoucek-art/Giovanni

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 market-radar

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/market-radar"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/market-radar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,115 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.00032 $0.02115
Opus 5 $0.00016 $0.01058
Sonnet 5 $0.00006 $0.00423
Haiku 4.5 $0.00003 $0.00212

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

Security

Grade A, and why

market-radar 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 11d 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.

.claude/commands/market-radar.md · 139 lines

How it starts

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

/market-radar

Run an external intelligence scan via the market-radar agent. Strictly external sources (PR / LinkedIn / news / public roadmaps / vendor blogs) — separate from /digest's internal signal pull. This command is a thin shell — scope, source rules, drift-against-settled-decisions logic live in the agent. This file is the invocation contract.

Usage

/market-radar                                       # default — periodic sweep, all markets × all layers
/market-radar --focus <topic>                       # topic-focused, surface depth
/market-radar --market <code>                       # single-market deep-dive
/market-radar --market <code1>,<code2>              # multi-market
/market-radar --competitor <slug>                   # competitor deep-dive
/market-radar --focus <topic> --market <code>       # combined
/market-radar --focus <topic> --horizon 90d         # custom window
/market-radar --focus <topic> --depth deep          # multi-section analysis

Examples:

  • /market-radar — periodic default sweep
  • /market-radar --focus regulatory-shift-X — cross-market regulatory scan, surface depth
  • /market-radar --focus regulatory-shift-X --market US,EU --horizon 90d --depth deep — US+EU regulatory deep-dive, 90 days
  • /market-radar --competitor <competitor-slug> — competitor-specific moves last 7 days

Argument syntax

Arg Type Default Allowed values Meaning
--focus <topic> parameterized none topic slug (kebab-case) Topic focus — triggers focused mode if set.
--market <code> parameterized all per scope file per fork's scope file (comma-separated) Single or multi-market filter — triggers focused mode if set.
--competitor <slug> parameterized none per fork's _scope.md competitor matrix Competitor filter — triggers focused mode if set.
--horizon <Nd> parameterized 7d (default mode), 30d (focused) 7d / 30d / 90d / <N>d Lookback window for signals.
--depth <level> parameterized surface surface / deep Surface = ≤10 fetches, 1-page memo. Deep = ≤25 fetches, multi-section analysis.

Read the full file on GitHub · 139 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. 11d ago First seen · 139 lines · 32 tokens per session scan A 65ab3487f0f3

Subscribe to this mod's changes

market-radar is a command published in the GitHub repository jaroslavsoucek-art/Giovanni (2 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 2,115 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-31.