Export Restrictions on Raw Materials
SkillSearchQuery OECD export restriction policies on critical raw materials with corpus-search enrichment
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Export Restrictions on Raw Materials skill
What this skill tells your AI
The instructions your AI receives, as published by lamm-mit/scienceclaw in skills/export-restrictions/SKILL.md and read by ahel’s review.
Query OECD export restriction data and policies on industrial raw materials. Combines structured metadata from the OECD Supply Chain dataset with semantic search over policy documents in the local corpus. Covers 65 commodities across 82 countries from 2009-2023.
Usage
Search by commodity:
python3 {baseDir}/scripts/restrictions_query.py --commodity "lithium"
Search by country:
python3 {baseDir}/scripts/restrictions_query.py --country "China"
Free-text policy search:
python3 {baseDir}/scripts/restrictions_query.py --query "rare earth export ban"
Combined search:
python3 {baseDir}/scripts/restrictions_query.py --commodity "cobalt" --country "Congo" --format json
Parameters
| Parameter | Description | Default |
|---|---|---|
--commodity | Commodity name to search for | - |
--country | Country name to search for | - |
--query | Free-text search across policy documents | - |
--format | Output format: summary, detailed, json | summary |
Examples
# China's restrictions on rare earth exports
python3 {baseDir}/scripts/restrictions_query.py --commodity "rare earths" --country "China"
# All lithium export restrictions
python3 {baseDir}/scripts/restrictions_query.py --commodity "lithium" --format detailed
# Policy text search
python3 {baseDir}/scripts/restrictions_query.py --query "export quota critical minerals"
# JSON output for cobalt restrictions
python3 {baseDir}/scripts/restrictions_query.py --commodity "cobalt" --format json
Notes
- OECD data requires local data files (see cmm-data package)
- Policy text search uses the corpus-search skill (requires PINECONE_API_KEY)
- Coverage: 65 commodities, 82 countries, 2009-2023
- Restriction types include export bans, quotas, licenses, taxes
- For trade flow data, use
comtrade-tradeinstead
Signals
- GitHub stars
- 242
- Forks
- 42
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
export-restrictions- Source
- github.com/lamm-mit/scienceclaw