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 feniix/pi-extensions --skill company-researchgit clone --depth 1 https://github.com/feniix/pi-extensionsWrote 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/feniix/pi-extensions/company-research)<a href="https://agentmods.dev/skills/feniix/pi-extensions/company-research"><img src="https://agentmods.dev/badge/skills/feniix/pi-extensions/company-research/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/feniix/pi-extensions/company-research"><img src="https://agentmods.dev/badge/skills/feniix/pi-extensions/company-research.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.00021 | $0.00627 |
| Opus 5 | $0.00010 | $0.00313 |
| Sonnet 5 | $0.00004 | $0.00125 |
| Haiku 4.5 | $0.00002 | $0.00063 |
Grade A, and why
company-research 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Company Research (Exa)
Use this skill for company discovery, competitor scans, vendor profiles, funding or hiring signals, market maps, and quick diligence.
Tool Selection
| Intent | Primary Tool | Notes |
|---|---|---|
| Broad company or competitor discovery | web_search_exa |
Best first pass when terminology, category fit, or target companies are unclear. |
| Company-profile style results | web_search_advanced_exa with category: "company" |
Use when available; do not use deep search types here. |
| Comparative write-up across companies | web_research_exa |
Use when enabled and the user needs synthesis or recommendations. |
| Direct factual question about one company | web_answer_exa |
Good for concise cited answers. |
| Read selected company pages, filings, or posts | web_fetch_exa |
Fetch 1-3 high-signal URLs after discovery. |
| Find companies or pages similar to one strong source | web_find_similar_exa |
Use when a seed URL is clearly representative. |
If web_search_advanced_exa is unavailable, use web_search_exa with stronger query wording. If web_research_exa is unavailable, stop at discovery plus a concise manual synthesis.
Category Behavior
category: "company"focuses on company-facing pages and profile-like structure.- Deep search types (
deep-reasoning,deep-lite,deep) belong toweb_research_exa, notweb_search_advanced_exa.
Filter Restrictions
When using web_search_advanced_exa with category: "company", avoid:
excludeDomainsstartPublishedDate/endPublishedDate
These combinations are rejected by the extension before reaching Exa. If you need freshness or exclusions, run broader discovery first and filter locally.
Recommended Settings
- Broad discovery
{ "query": "AI infrastructure startups serving enterprise developers 2025", "numResults": 10 }
- Company category search
{ "query": "AI infrastructure developer tools startups", "category": "company", "type": "auto", "numResults": 12 }
- Comparative synthesis
{ "query": "Compare AI infrastructure startups serving enterprise developer teams, focusing on product positioning, traction signals, and differentiation.", "systemPrompt": "Prefer official sources, filings, funding announcements, customer pages, and reputable news. Avoid overclaiming from sparse data.", "outputSchema": { "type": "text" } }
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.
- 11d ago First seen · 53 lines · 21 tokens per session scan A da314ebc1c28
company-research is a skill published in the GitHub repository feniix/pi-extensions (23 stars, last pushed 7d ago), licensed MIT. It adds 21 tokens to every session and 627 once invoked, about $0.0001 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
qamap-pr-qa
Local zero-LLM PR QA workflow. Use when an agent is preparing, updating, finalizing, or reviewing a pull request, asks what the PR should test, or needs commit-backed change intent, affected behavior, QA scenarios, evidence, validation commands, optional automation drafts, and manifest repair guidance.
ts-debug
TypeScript/Node debugging expert. Use when the user needs to debug, profile, or trace TypeScript or Node.js code — e.g. "how do I debug this", "find the memory leak", "why is this slow", "add a breakpoint", "profile this function", "why won't the process exit".
typescript-conventions
Use when writing, reviewing, or refactoring TypeScript or JavaScript code — naming conventions, type annotations, private fields, null vs. undefined, async/await pitfalls, and module structure.
migrate-to-shoehorn
Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.
setup-ts-deep-modules
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked.
migrate-to-shoehorn
Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.