ii-commons

Solid

Deterministic search across arXiv, PubMed/PMC, and US policy corpora with daily freshness cutoffs.

AI & Automation 3 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# II-Commons ## Overview II-Commons provides deterministic retrieval for research agents across arXiv, PubMed/PMC, and supported US policy corpora. Use it when a task needs reproducible search, metadata lookup, full-document Markdown retrieval, or a freshness check before answering with recent evidence. The upstream project publishes a Node.js CLI as `@intelligentinternet/ii-commons` and a full agent skill at `skills/ii-commons/`. ## When to Use This Skill - Use when searching arXiv, PubMed/PMC, or supported US policy corpora for evidence. - Use when the user asks for latest or recent research and corpus freshness matters. - Use when you need stable identifiers, metadata, or full-document Markdown for downstream analysis. - Use when comparing evidence across scientific literature and policy documents. ## How It Works ### Step 1: Check Corpus Freshness Run `cutoff` before freshness-sensitive searches: ```bash npx @intelligentinternet/ii-commons cutoff ``` Report the relevant cutoff date before interpreting recent results. ### Step 2: Search the Right Corpus Use exactly this command shape: ```bash npx @intelligentinternet/ii-commons search arxiv "large language model inference" --max-results 10 npx @intelligentinternet/ii-commons search pubmed "type 2 diabetes review" --start 20240000 --max-results 10 npx @intelligentinternet/ii-commons search policy "state overtime rule for agricultural workers" --jurisdictions US-CA --max-results 10 ``` Choose `arxiv` for prepri...

Details

Author
fabioc-aloha
Repository
fabioc-aloha/Alex_Skill_Mall
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-reach

Self-contained multi-platform internet search and read skill. Zero external dependencies — calls upstream tools (curl+Jina, gh, yt-dlp, xreach, mcporter) directly and degrades gracefully when tools are missing. Covers: web pages, GitHub, YouTube, Bilibili, Reddit, Twitter/X, XiaoHongShu, Douyin, Weibo, WeChat, V2EX, LinkedIn, RSS, Exa web search. Use when agent needs to search the web, read a URL, or gather research material. Triggers: "search", "read this URL", "搜索", "查一下", "上网搜", "帮我查", "search twitter", "youtube transcript", "search reddit", "web search", "B站", "bilibili", "小红书", "微博", "V2EX", "research".

2 Updated yesterday
Taffyreclaimed45
AI & Automation Featured

datacommons-client

Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.

2,502 Updated 6 days ago
foryourhealth111-pixel
AI & Automation Featured

search-lit

Literature search and citation management for medical research. Searches PubMed, Semantic Scholar, and bioRxiv/medRxiv with verified citations. Anti-hallucination — every reference verified via API before inclusion. Generates BibTeX entries.

223 Updated yesterday
Aperivue