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.
npx skills add converlyio/converly-mcp --skill diagnose-missing-conversionsgit clone --depth 1 https://github.com/converlyio/converly-mcpWrote 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.
[](https://agentmods.dev/skills/converlyio/converly-mcp/diagnose-missing-conversions)<a href="https://agentmods.dev/skills/converlyio/converly-mcp/diagnose-missing-conversions"><img src="https://agentmods.dev/badge/skills/converlyio/converly-mcp/diagnose-missing-conversions/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.
<a href="https://agentmods.dev/skills/converlyio/converly-mcp/diagnose-missing-conversions"><img src="https://agentmods.dev/badge/skills/converlyio/converly-mcp/diagnose-missing-conversions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00677 |
| Opus 5 | $0.00023 | $0.00338 |
| Sonnet 5 | $0.00009 | $0.00135 |
| Haiku 4.5 | $0.00005 | $0.00068 |
Grade B, and why
diagnose-missing-conversions scanned grade B with 1 finding 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 9d 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
- Never tell the user to "submit a form and wait" unless step 1 confirmed data has been captured before or the user has confirmed the snippet is installed. How it starts
The opening of the file, as written. The whole thing — 28 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Diagnose missing conversions in Converly
Work through the funnel in order. Each step rules out one layer, so report what you confirmed at each one.
Steps
-
Is anything being captured at all? Call
get_install_statusfor the site. If detection is "never_seen", the loader has never phoned home. The most likely cause is that the Converly snippet isn't installed. Give the user the script tag fromget_install_snippet, then have them open any page of their site and re-check, the loader phones home on page load. If detection is "confirmed", notelast_seen_at, and if the response carriesorigin_authorized: false, you have likely found the fault: the loader runs but the site's domain does not match, so every conversion is rejected. Fix the domain withupdate_site. Otherwise continue. -
Is a flow live? Call
list_flows. A flow only tracks while its status is "published". If the relevant flow is a draft, runvalidate_flow, fix any problems, and publish it withpublish_flow. -
Is the destination healthy? Call
list_destinations. A destination withconnectedfalse, or a status like "connection_broken", means deliveries fail even though capture works. Reconnect it withconnect_destination. -
Did the events arrive but fail to deliver? Call
list_events, filtering by site, flow, status or the person's email if the user mentioned a specific lead. For anything that looks wrong, callget_event_detailand read the per destination delivery result. Report the platform's error plainly. -
Nothing wrong anywhere? Consider quieter causes. The submission may have come from the user's own team (internal traffic rules exclude those, and
add_internal_traffic_rulecan add an exclusion), the form may not be one of the detected form tools (checklist_trigger_types), or the flow's trigger may be limited to specific pages that don't include the one being tested. -
Prove the destination pipe.
send_test_eventchecks the destination-forwarding path only — it does NOT appear in the conversion log, and for any server-side ad destination without a valid sandbox test code (google-ads, chatgpt-ads, linkedin-ads, google-analytics, and meta/reddit/tiktok) it creates a REAL reported conversion, so it's refused unless you setallow_real_conversion(confirm with the user first). If the test is accepted but real submissions don't show inlist_events, the problem is on the capture side (snippet/origin/trigger). If the test itself is rejected, the problem is the destination connection or its configuration.
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.
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.
- 9d ago First seen · 28 lines · 45 tokens per session scan B 7b58cfb9146c
diagnose-missing-conversions is a skill published in the GitHub repository converlyio/converly-mcp (0 stars, last pushed 23d ago), licensed MIT. It adds 45 tokens to every session and 677 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
adcp-advertising
Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…
adspirer-ads-agent
Adspirer — AI-powered advertising and performance marketing agent. Manage Google Ads, Meta Ads (Facebook & Instagram), LinkedIn Ads, and TikTok Ads via natural language. 100+ tools for paid media campaign creation, live performance analysis, PPC keyword research with real CPC data, budget optimization, ad creative…
_mureo-shared
Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.
_mureo-strategy
Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.
daily-check
Run a daily health check on all configured ad accounts (Google Ads, Meta Ads, Amazon Ads, TikTok Ads, Search Console, GA4, and any configured plugin platform). Use when the user asks for a daily review, health check, status update, anomaly detection, or 'how are my campaigns doing today'. Reads STRATEGY.md and…
_mureo-google-ads
Google Ads: Manage campaigns, ad groups, ads, keywords, budgets, and performance analysis.