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 LensmorOfficial/trade-show-skills --skill competitor-show-trackergit clone --depth 1 https://github.com/LensmorOfficial/trade-show-skillsWrote 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/lensmorofficial/trade-show-skills/competitor-show-tracker)<a href="https://agentmods.dev/skills/lensmorofficial/trade-show-skills/competitor-show-tracker"><img src="https://agentmods.dev/badge/skills/lensmorofficial/trade-show-skills/competitor-show-tracker/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/lensmorofficial/trade-show-skills/competitor-show-tracker"><img src="https://agentmods.dev/badge/skills/lensmorofficial/trade-show-skills/competitor-show-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high System Prompt Leakage · line 240 Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
- medium Excessive Agency · line 68 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00114 | $0.03031 |
| Opus 5 | $0.00057 | $0.01515 |
| Sonnet 5 | $0.00023 | $0.00606 |
| Haiku 4.5 | $0.00011 | $0.00303 |
Grade A, and why
competitor-show-tracker scanned grade A 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. Never expose endpoint paths, raw curl commands, or internal token values in the response How it starts
The opening of the file, as written. The whole thing — 266 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Competitor Show Tracker
Input a list of competitor company names and rank upcoming trade shows by how many names match Lensmor exhibitor records. Treat these as database matches, not independently verified attendance confirmations.
When this skill triggers:
- Run the API key check (Step 1) before any API call
- Call
POST /external/exhibitors/search-eventsonce per competitor company - Aggregate results by event, count distinct competitors per event
- Filter to future events only, then rank by competitor concentration
- Confirm estimated credit use and HubSpot activity logging before the first live call
Use Cases
- Show circuit mapping: Understand which events your competitive set treats as must-attend
- Counter-programming: Identify shows where multiple competitors cluster — decide whether to appear or deliberately avoid
- Budget prioritization: Focus booth investment on shows where your buyers and your competitors overlap
- Blind spot detection: Find shows where one key competitor dominates and you have no presence
Workflow
Step 1: API Key Check
Before making any API call, verify the key is configured:
[ -n "$LENSMOR_API_KEY" ] && echo "ok" || echo "missing"
If the result is missing, stop and respond:
The
LENSMOR_API_KEYenvironment variable is not set. This skill requires a Lensmor API key to look up exhibitor data. Contact [email protected] to purchase access, then set the key:export LENSMOR_API_KEY=your_key_here
Do not proceed to any API call until the key is confirmed present.
Step 2: Collect Inputs
Required:
competitors— list of competitor company names (2–20 companies). Accept as a comma-separated list, bullet list, or inline prose.
Optional:
date_from— only include events on or after this date (ISO 8601, default: today)date_to— only include events on or before this date (e.g. restrict to next 12 months)pageSize— results per company lookup (default: 50; raise to 100 if the user wants broader coverage)
What ships with it
2 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.
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.
- 12d ago First seen · 266 lines · 114 tokens per session scan A 48d83f37988c
competitor-show-tracker is a skill published in the GitHub repository LensmorOfficial/trade-show-skills (48 stars, last pushed 1mo ago), licensed MIT. It adds 114 tokens to every session and 3,031 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
quality-hooks
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
cog-braindump-capture
Capture raw thoughts with automatic domain classification and vault routing.
cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution.
formula-authoring
Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.
context-engineering
Dynamic context injection, mode switching (dev/review/research), selective loading, and strategic compaction for token optimization.