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 anotb/management-consulting-plugin --skill strategic-analysisgit clone --depth 1 https://github.com/anotb/management-consulting-pluginWrote 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/anotb/management-consulting-plugin/strategic-analysis)<a href="https://agentmods.dev/skills/anotb/management-consulting-plugin/strategic-analysis"><img src="https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/strategic-analysis/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/anotb/management-consulting-plugin/strategic-analysis"><img src="https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/strategic-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00052 | $0.00810 |
| Opus 5 | $0.00026 | $0.00405 |
| Sonnet 5 | $0.00010 | $0.00162 |
| Haiku 4.5 | $0.00005 | $0.00081 |
Grade A, and why
strategic-analysis 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Strategic Analysis
Produce an answer the decision-maker can use and a supporting argument a skeptical reviewer can inspect. Start at the user's current stage: framing a question, diagnosing a cause, evaluating options, or challenging a recommendation. Do not restart completed analysis unless a material inconsistency changes the decision.
Frame the work
Identify the decision, decision-maker, timeframe, success criteria, and constraints from the supplied context. Respect the requested format and length. Distinguish hard constraints (cash, legal eligibility, capacity, deadlines) from preferences that can be traded off. Screen infeasible options before comparing attractive features.
Use what is available. Mark missing information and proceed with work it does not block. Ask only when the missing answer materially changes the decision and cannot be handled with a transparent assumption or conditional recommendation. A request for a draft or an illustrative method does not require a complete client data room. Label fictional examples at their point of use.
Diagnose and compare
Build a causal decomposition that fits the economics or operating problem. Define units and avoid overlapping branches or mixing different cuts of the same business. A price-volume-mix bridge may answer a profitability question more directly than a named strategic framework.
For the branches that could change the answer, state a testable hypothesis, evidence for and against it, the quickest useful test, and the action implied if it holds. Distinguish a plausible mechanism from a demonstrated cause. Prioritize by decision impact, uncertainty, and the cost of obtaining better information. Stop expanding an analysis when further work would not change the choice at the required confidence.
Develop materially different options when the choice is open. Include continuing the current course or deferring when relevant. Compare on consistent scope, timing, economics, execution capacity, reversibility, and the client's priorities. Do not invent alternatives or reopen an approved choice merely to complete a table.
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.
- yesterday Changed · -347 lines · -94 tokens per session 38cd97364943
- 9d ago First seen · 391 lines · 146 tokens per session scan A 1bc43a7e6e87
strategic-analysis is a skill published in the GitHub repository anotb/management-consulting-plugin (51 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 810 once invoked, about $0.0003 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-30.
Other skills, from other repositories
plugin-system
Generic plugin system for Python applications. Auto-discovery, validation, fault tolerance. Zero dependencies (Python stdlib only).
openclaw-setup
Set up, install, configure, and deploy OpenClaw (formerly ClawdBot/MoltBot) — a personal AI assistant that runs on your own devices and connects to messaging channels. Use when users ask to "set up OpenClaw," "install ClawdBot," "install MoltBot," "deploy a personal AI assistant," "configure OpenClaw on Mac," "deploy…
reinforcement-learning
Reinforcement Learning best practices for Python using modern libraries (Stable-Baselines3, RLlib, Gymnasium). Use when: Implementing RL algorithms (PPO, SAC, DQN, TD3, A2C) Creating custom Gymnasium environments Training, debugging, or evaluating RL agents Setting up hyperparameter tuning for RL Deploying RL models…
x402-payments
Build applications using the x402 protocol — Coinbase's open standard for HTTP-native stablecoin payments using the HTTP 402 status code. Use this skill when: Creating APIs that require USDC payments per request (seller/server side) Building clients or AI agents that pay for x402-protected resources (buyer/client…
cpp-reinforcement-learning
C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: Implementing RL algorithms in C++ for performance-critical applications Building production RL systems with libtorch Creating replay buffers and experience storage Optimizing RL training with GPU acceleration…
deep-learning
Comprehensive guide for Deep Learning with Keras 3 (Multi-Backend: JAX, TensorFlow, PyTorch). Use when building neural networks, CNNs for computer vision, RNNs/Transformers for NLP, time series forecasting, or generative models (VAEs, GANs). Covers model building (Sequential/Functional/Subclassing APIs), custom…