Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skillsnpx agentmods add skills/bilal140202/the-lord-of-the-skills/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/bilal140202/the-lord-of-the-skills/intelligent-internet__ii-commons-skills)<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/intelligent-internet__ii-commons-skills"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/intelligent-internet__ii-commons-skills/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/bilal140202/the-lord-of-the-skills/intelligent-internet__ii-commons-skills"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/intelligent-internet__ii-commons-skills.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 8d 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.
This is a copy
100% identical to ii-commons — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
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 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.
- 8d ago First seen · 100 lines · 41 tokens per session scan A cd8cd3e89d1c
ii-commons is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. 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. It is 100% identical to ii-commons, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
serpsmith
Publish SEO articles reliably across AI-agent runtimes.
read-arxiv-paper
Use this skill when asked to read an arxiv paper given an arxiv URL.
earth2studio-create-datasource
Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for fetching data with existing sources, model inference, or installation tasks.
earth2studio-data-fetch
Fetch weather/climate data via Earth2Studio data sources for specific variables and times. Do NOT use for inference pipelines, model discovery, or installation.
qec-construct
Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or better code/construction — INCLUDING search-phrased goals ("find codes beating X"), where the construct-loop (propose algebraic rule → qverify → debug) is the…
hunt-xxe
Hunting skill for xxe vulnerabilities. Built from 4 public bug bounty reports. Use when hunting xxe on any target.