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/getcrew44/crew44/pestel-analysisnpx skills add getcrew44/crew44 --skill pestel-analysisgit clone --depth 1 https://github.com/getcrew44/crew44Wrote 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/getcrew44/crew44/pestel-analysis)<a href="https://agentmods.dev/skills/getcrew44/crew44/pestel-analysis"><img src="https://agentmods.dev/badge/skills/getcrew44/crew44/pestel-analysis.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.00036 | $0.02870 |
| Opus 5 | $0.00018 | $0.01435 |
| Sonnet 5 | $0.00007 | $0.00574 |
| Haiku 4.5 | $0.00004 | $0.00287 |
Grade A, and why
pestel-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 5d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- pestel-analysis — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 377 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
Conduct a systematic analysis of macro-environmental factors—Political, Economic, Social, Technological, Environmental, and Legal—that could impact your product or project. Use this to identify external opportunities and threats, inform strategic planning, assess market entry risks, and make data-driven decisions about product direction in the context of broader forces beyond your control.
This is not internal analysis—it's outward-facing assessment of the big-picture forces shaping your product's environment.
Key Concepts
The PESTEL Framework
Originating from Francis Joseph Aguilar's 1967 PEST analysis, PESTEL extends the framework to six categories:
- Political: Government policies, stability, trade regulations, taxation
- Economic: Growth rates, inflation, exchange rates, consumer spending
- Social: Demographics, cultural trends, lifestyle changes, consumer attitudes
- Technological: Advancements, R&D, automation, digital transformation
- Environmental: Climate change, sustainability, resource scarcity, regulations
- Legal: Compliance, IP rights, employment laws, health/safety regulations
Why This Works
- Comprehensive: Covers all major external forces affecting your product
- Proactive: Identifies threats and opportunities before they become critical
- Strategic: Informs long-term planning, not just tactical decisions
- Risk management: Highlights vulnerabilities in your product strategy
Anti-Patterns (What This Is NOT)
- Not competitive analysis: PESTEL looks at macro factors, not competitors
- Not internal analysis: Focuses on external environment, not your company's strengths/weaknesses
- Not static: Macro environment changes—reassess regularly
When to Use This
- Entering a new market or geography
- Strategic planning (annual roadmapping, 3-5 year planning)
- Assessing product viability in a changing environment
- Risk assessment for new product initiatives
- Pitching to execs or investors (shows environmental awareness)
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.
- 5d ago First seen · 377 lines · 36 tokens per session scan A 9999e7418eb7
pestel-analysis is a skill published in the GitHub repository getcrew44/crew44 (359 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 2,870 once invoked, about $0.0002 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
writing
将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.
interview
Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.
test
Detect the project’s test stack, run the narrowest useful tests, create tests when authorized, and report coverage/gaps honestly.
verify
Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.
zcode-delegate
Delegate a coding task to the Z.AI ZCode CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to ZCode — phrasings like "have ZCode do X", "delegate this to ZCode", "run it through ZCode", or "use ZCode to implement/fix/refactor" — or…
mcp-scripting
Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.