citlyze-visibility-report

citlyze-visibility-report is a skill for Claude Code, Codex from Citlyze/citlyze-skills. It costs 76 tokens per session (746 once invoked), scanned A, original, MIT.

A read-only report from Citlyze that compares how often a brand appears in AI-generated search answers across two completed measurement periods.

In plain words
What is it for?
Reporting changes in brand visibility across ChatGPT, Claude, Perplexity, and Gemini. It requires the Citlyze MCP server.
Why use it?
It turns visibility measurements into a trend report, including mentions, citations, sources, prominence, answer share, and competitor standing.

Skill for Claude CodeCodex

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

Good fit Reporting changes in brand visibility across ChatGPT, Claude, Perplexity, and Gemini. It requires the Citlyze MCP server.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citlyze/citlyze-skills/citlyze-visibility-report
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 Citlyze/citlyze-skills --skill citlyze-visibility-report
Clone the repo
git clone --depth 1 https://github.com/Citlyze/citlyze-skills

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 citlyze-visibility-report

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/citlyze/citlyze-skills/citlyze-visibility-report"><img src="https://agentmods.dev/badge/skills/citlyze/citlyze-skills/citlyze-visibility-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 746 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.00076 $0.00746
Opus 5 $0.00038 $0.00373
Sonnet 5 $0.00015 $0.00149
Haiku 4.5 $0.00008 $0.00075

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

Security

Grade A, and why

citlyze-visibility-report 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.

skills/citlyze-visibility-report/SKILL.md · 41 lines

How it starts

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

Citlyze visibility report

Produce an executive-ready report on how a brand shows up in AI search engines, comparing the latest completed measurement window to the previous one.

Prerequisites

The Citlyze MCP server must be connected (setup guide). All Citlyze tools are read-only. When a tool takes measurement_window_id and none is given, it defaults to the latest completed window.

Workflow

  1. Orient. Call get_workspace_overview. Note the workspace name, target brand, active_prompts, active_engines, tracked_competitors, and latest_completed_window.
  2. Pick windows. Call list_measurement_windows with status: "completed". Take the two most recent windows. If only one exists, report a single-window snapshot and say trend data needs a second window.
  3. Pull metrics for both windows. Call get_visibility_overview once per window. Each row in by_brand_engine carries: visibility_score, mention_rate, citation_rate, source_rate, avg_prominence, share_of_answer, and n_runs.
  4. Competitive standings. Call list_competitor_visibility for the latest window. by_brand is sorted by visibility_score; note the target brand's rank and the gap to the leader.
  5. Headline movers. Compute per-engine deltas between the two windows for the target brand. Flag any engine where visibility_score moved notably in either direction. Always sanity-check surprising swings against n_runs: a big move on very few runs is weak evidence, so say so.
  6. Write the report in this shape:
    • TL;DR - three sentences: overall direction, best engine, biggest risk.
    • Scoreboard table - one row per engine: previous score, current score, delta, mention rate, citation rate.
    • Competitive position - rank, gap to leader, any competitor overtakes since last window.
    • Watch items - low-n_runs caveats, engines with falling citation rate, anything needing a decision.

Read the full file on GitHub · 41 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 · 41 lines · 76 tokens per session scan A 40d2825e6618

Subscribe to this mod's changes

citlyze-visibility-report is a skill published in the GitHub repository Citlyze/citlyze-skills (0 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 746 once invoked, about $0.0004 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

ganhuo-geo-engineer

Use this Skill when the user provides an existing article, product page, tutorial, FAQ, or knowledge note and wants to rebuild it into a GEO or AI-search-friendly content asset. Use it for old-content refresh, citation-readiness improvement, answer-first restructuring, GEO upgrades, and Ganhuo AI content workflows. Do…

yuanyuanyuan430/ganhuo-geo-skill · 99 tokens

xerj-code

Reference-coding with XERJ. Clone the libraries that already solved your problem, index them locally, and retrieve the exact implementation before writing code — so the agent reads passages instead of re-deriving algorithms across retry loops. Use when starting a task in an unfamiliar API, porting an algorithm, or…

xerj-org/xerj · 79 tokens

fire-your-seo-agency

A procedure for improving how a website appears in search engines and how AI answer systems find and cite it. It covers search, answer-engine, generative-AI, and Naver visibility.

leopard627/fire-your-seo-agency · 162 tokens

geo-loop

Run one bounded eGEOagents loop iteration over a workspace domain - read the charter and fresh collector data, do ONE unit of work, write substrate artifacts, append one Timeline entry and one LOG line. Use for loop mode, /geo:loop, scheduled GEO runs, or continuous monitoring.

mverab/eGEOagents · 62 tokens

competitive-analysis

Analyze AI-search competitors for a query and recommend ranking strategy. Use when users ask competitor analysis, who ranks, or competitive landscape.

mverab/eGEOagents · 29 tokens

validation-doctor

Check Brave Search and Chrome DevTools MCP availability and provide exact setup snippets. Use when validation dependencies are missing or uncertain.

mverab/eGEOagents · 28 tokens