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 Intelligent-Internet/II-Commons-Skills --skill ii-commonsgit clone --depth 1 https://github.com/Intelligent-Internet/II-Commons-SkillsWrote 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/intelligent-internet/ii-commons-skills/ii-commons)<a href="https://agentmods.dev/skills/intelligent-internet/ii-commons-skills/ii-commons"><img src="https://agentmods.dev/badge/skills/intelligent-internet/ii-commons-skills/ii-commons/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/intelligent-internet/ii-commons-skills/ii-commons"><img src="https://agentmods.dev/badge/skills/intelligent-internet/ii-commons-skills/ii-commons.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00041 | $0.01466 |
| Opus 5 | $0.00020 | $0.00733 |
| Sonnet 5 | $0.00008 | $0.00293 |
| Haiku 4.5 | $0.00004 | $0.00147 |
Grade A, and why
ii-commons 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 12d 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:
- ii-commons — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
II-Commons
Use this as the top-level router for II-Commons retrieval. The CLI can be run through npm:
npx @intelligentinternet/ii-commons --help
npx @intelligentinternet/ii-commons cutoff
It can also be installed globally:
npm install -g @intelligentinternet/ii-commons
ii-commons cutoff
When this skill is installed directly into an agent runtime, resolve the bundled client relative to this SKILL.md directory:
node scripts/ii_commons.js --help
Runtime and service:
- Requires Node.js 18 or newer.
- Requires outbound network access to
commons.ii.inc. - Source repository: https://github.com/Intelligent-Internet/II-Commons-Skills. Prefer the latest installed version from that repository.
- Web app and API token requests: https://commons.ii.inc/
- Basic usage works without authentication. For higher usage limits, help the user request an API token and configure it with
II_COMMONS_API_KEYor the localii-commonsconfig file when asked.
Routing
- Prefer deterministic commands.
- Use
search,meta,markdown, andcutofffor exact filters, explicit evidence flow, and reproducible retrieval. - Build synthesis from deterministic search and read steps.
- Push explicit time constraints into search.
- When the user asks for "latest", "current", "recent coverage", corpus freshness, or whether data is up to date, run
cutoffbefore search and state the relevant cutoff date before interpreting results. - Treat
cutoffas the authoritative freshness boundary for each corpus. - Describe arXiv and PubMed freshness as daily-updated coverage to the latest available cutoff date. Use the reported cutoff date to ground the freshness claim.
- For arXiv and PubMed, convert explicit time constraints into
--startand--endsearch filters before runningsearch. Do this for phrases such as "last N years", "past N years", "recent N years", "since YYYY", "after YYYY-MM", "before YYYY", and year ranges like "2023-2025". - Prefer server-side date filtering over searching broadly and filtering returned records by year. Post-filter by year only when the corpus or command lacks date filters.
- Date filters use integer formats:
YYYYMMDDfor exact dates,YYYYMM00for known year/month, andYYYY0000for year-only constraints. - For "last N years" or "past N years", compute the start date from the current date. If
cutoffreports an earlier corpus cutoff than the current date, cap--endto that corpus cutoff. - Mapping examples: "past two years" means
--start <current date minus two years as YYYYMMDD> --end <current or cutoff date as YYYYMMDD>; "since 2024" means--start 20240000; "2023-2025" means--start 20230000 --end 20250000.
What ships with it
3 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.
- 12d ago First seen · 100 lines · 41 tokens per session scan A cd8cd3e89d1c
ii-commons is a skill published in the GitHub repository Intelligent-Internet/II-Commons-Skills (15 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,466 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
academic-research
Nested swiss-knife reference for academic literature work — find papers, fetch full-text PDFs, trace citations, write LaTeX manuscripts. First action for any "get me this paper" request: python3 /scripts/fetchpaper.py — walks arXiv → Unpaywall → Europe PMC → CORE → in-house publisher-page extraction…
research-agent
Project-first Research pipeline with live gates, source/PDF evidence, claim boundaries, compute and publication controls; includes an optional PubMed/arXiv standard-library helper.
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
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.
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.