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 agentmods add skills/agent-engineer-master/skill-engineer/analyze-industrynpx skills add Agent-Engineer-Master/skill-engineer --skill analyze-industrygit clone --depth 1 https://github.com/Agent-Engineer-Master/skill-engineerWrote 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/agent-engineer-master/skill-engineer/analyze-industry)<a href="https://agentmods.dev/skills/agent-engineer-master/skill-engineer/analyze-industry"><img src="https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/analyze-industry.svg" alt="Measured on agentmods" 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 | $0.00237 | $0.03930 |
| Opus 5 | $0.00118 | $0.01965 |
| Sonnet 5 | $0.00047 | $0.00786 |
| Haiku 4.5 | $0.00024 | $0.00393 |
Grade C, and why
analyze-industry scanned grade C 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 4d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- Built with Agent Engineer Master — get your own production-ready skill: www.agentengineermaster.com/skill-engineer --> How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Analyze Industry
For a single industry-structure question (attractiveness, entry, allocation, roll-up thesis), produce a thesis-grade industry brief synthesizing 4-8 MBB analytical lenses. Three-layer output: narrative synthesis rendered as an HTML report (industry-brief.html), structured filters (industry-brief.yaml), append-only catalysts (signals-log.md). Three approval gates. Fresh-context senior-analyst bar test.
The bar (per _shared/bar-test.md): a senior sub-sector analyst reading the brief should find ≥3 non-obvious observations and zero obvious-missing.
Iron rules:
- Every external fact-claim carries a V/C/A/I tag — see
../_shared/provenance-tagging.md. - Synthesis structured Pyramid + SCQA — see
../_shared/pyramid-scqa.md. - 2026 terminology only — see
../_shared/2026-terminology.md. - Brief never ships without bar test pass — see
../_shared/bar-test.md. - The reader-facing brief ships as a single self-contained HTML report (
industry-brief.html) rendered via thehtml-outputskill — never markdown. Machine/audit artifacts (industry-brief.yaml,signals-log.md,bar-test.md,working/*.md) stay markdown/YAML — see../_shared/output-conventions.md. - The HTML brief clears
analysis-quality-reviewPass 1 (structure) and Pass 2 (readability) before Gate 3 — see step 9.
Process
1. Intake
Ask: industry slug, scope question (e.g., "is industrial robotics attractive for a sponsor-backed roll-up?"), mode (Quick / Deep), optional docs folder (industry reports, expert interview notes, target company materials). Run python scripts/init_analysis.py --slug <industry-slug> --question "<scope-question>" --mode <quick|deep> to create the industry folder.
2. Gate 1 — Scope + market definition (STOP)
Read references/gate-prompts.md Gate 1 template. Present: 3 candidate market framings (broad/sharpened/surgical) using the four-test discipline (specificity, measurability, supply-side coherence, customer coherence) + the sub-skill battery proposed for the chosen mode. User confirms framing + sub-skill cut. python scripts/log_run.py --event gate-1-approved.
What ships with it
12 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.
- assets/templates/industry-brief.md 3.6 KB
- assets/templates/industry-brief.yaml 1.6 KB
- evals/evals.json 3.0 KB
- references/edge-cases.md 124 B
- references/gate-prompts.md 7.5 KB
- references/learnings.md 240 B
- references/output-schema.md 3.6 KB
- references/strategy-palette.md 2.8 KB
- references/sub-skill-orchestration.md 5.0 KB
- scripts/bar_test.py 4.2 KB runs code
- scripts/init_analysis.py 2.3 KB runs code
- scripts/log_run.py 1.3 KB runs code
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.
- 4d ago First seen · 125 lines · 237 tokens per session scan C 3fb5937e01c7
analyze-industry is a skill published in the GitHub repository Agent-Engineer-Master/skill-engineer (8 stars, last pushed 1mo ago), licensed MIT. It adds 237 tokens to every session and 3,930 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
openspec-verify-change
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
openspec-new-change
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
writing
将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.
extract
Run the full Semantica semantic extraction pipeline on a file or selected text — NER, relations, events, coreference resolution, triplets, and validation. Clears result cache before each run. Returns Markdown tables with entity/relation/event/triplet results and inline validator warnings.
gsd-audit-milestone
Audit milestone completion against original intent before archiving.
kayba-stage-7-fixer
Implement the approved fixes from the action plan and log all changes. Trigger when the user says "run stage 7", "implement fixes", "apply action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md to exist.