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/zxhwolfe-dev/aiworkstation-open-source-intelligence/ai-open-source-intelligencenpx skills add zxhwolfe-dev/aiworkstation-open-source-intelligence --skill ai-open-source-intelligencegit clone --depth 1 https://github.com/zxhwolfe-dev/aiworkstation-open-source-intelligenceWrote 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/zxhwolfe-dev/aiworkstation-open-source-intelligence/ai-open-source-intelligence)<a href="https://agentmods.dev/skills/zxhwolfe-dev/aiworkstation-open-source-intelligence/ai-open-source-intelligence"><img src="https://agentmods.dev/badge/skills/zxhwolfe-dev/aiworkstation-open-source-intelligence/ai-open-source-intelligence.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.00071 | $0.02738 |
| Opus 5 | $0.00036 | $0.01369 |
| Sonnet 5 | $0.00014 | $0.00548 |
| Haiku 4.5 | $0.00007 | $0.00274 |
Grade A, and why
ai-open-source-intelligence 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 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.
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 — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Open Source Intelligence
Use this as the single entry point for the AI Open Source Intelligence product. Route research, comparison, alternatives, stack planning and Radar browsing internally; never make the user choose a sub-Skill or know MCP tool names.
Establish the request
Respond in the user's language and pass locale=zh or locale=en to tools accordingly.
Before calling tools:
- identify the requested outcome and route;
- separate hard requirements, preferences, exclusions and unresolved conditions;
- preserve the user's polarity exactly in typed constraints;
- resolve ambiguous project names to a stable project ID instead of guessing a repository;
- ask one concise plain-text question only when a missing use case or blocking constraint could materially reverse the result; otherwise proceed with explicit assumptions.
For requirement-based search, alternatives or stack planning, read
references/constraint-schema.md before
constructing constraints. Do not encode one requirement twice through aliases,
and do not add an exclusion or hard requirement merely because it seems
logically implied by another user requirement. Keep such reasoning in the
analysis instead of creating a new selector condition.
Use this exact typed-constraint shape; do not invent alternative field names or polarity values:
{"id":"docker","value":true,"polarity":"required"}
polarity is exactly one of required, preferred, or excluded. Prefer the
canonical boolean IDs self_hosted, docker, web_ui, low_code, no_code,
privacy, chinese, free, python, cloud_only, and offline_only when
they express the request directly. Preserve the user's original query text even
when the tool call needs a schema-only retry.
Preserve each supported part of a disjunctive preference. For example, “low
code or no code preferred” becomes both low_code=true, preferred and
no_code=true, preferred; multiple preferences are ranking signals, not an
AND-style hard requirement.
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.
- 4d ago First seen · 223 lines · 71 tokens per session scan A 5c6942184d02
ai-open-source-intelligence is a skill published in the GitHub repository zxhwolfe-dev/aiworkstation-open-source-intelligence (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 71 tokens to every session and 2,738 once invoked, about $0.0004 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-31.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
mcp-oauth-remote-gateway
Manual OAuth for remote MCP servers on headless gateways.
unbroker
Autonomously remove your info from data-broker sites.
claude-design
Design one-off HTML artifacts (landing, deck, prototype).
p5js
Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.