-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
ExChek Skills can be installed in three ways. Plugin install is recommended — it gives you all 16 skills in one step and makes updates easy.
/plugin marketplace add github:exchekinc/exchekskills
/plugin install exchekskills
All 16 skills are available immediately. Invoke any skill by name:
- "Classify this item for export"
- "Search the CSL for [name]"
- "License determination for ECCN 5A992 to Germany"
To update:
/plugin update exchekskills
Clone the repo and copy the skill(s) you want into your agent's skills directory:
git clone https://github.com/exchekinc/exchekskills.git
cp -r exchekskills/skills/exchek-skill ~/.claude/skills/exchek-skillReplace exchek-skill with any skill folder name. Restart your agent or run claude skills list to pick up new skills.
Available skill folders:
| Folder | Skill |
|---|---|
exchek-skill |
ECCN Classification |
exchek-skill-csl |
CSL Search |
exchek-skill-license |
License Determination |
exchek-skill-jurisdiction |
Jurisdiction (ITAR vs EAR) |
exchek-skill-encryption |
Encryption (ENC / 5x992) |
exchek-skill-country-risk |
Country / Destination Risk |
exchek-skill-risk-triage |
Risk Triage |
exchek-skill-red-flag-assessment |
Red Flag Assessment |
exchek-skill-deemed-export |
Deemed Export |
exchek-skill-export-docs |
Export Documentation |
exchek-skill-ecp |
ECP / Policy & Training |
exchek-skill-audit-lookback |
Audit / Lookback |
exchek-skill-compliance-report |
Compliance Report Card |
exchek-skill-partner-compliance |
Partner / Distributor Compliance |
exchek-skill-recordkeeping |
Recordkeeping |
exchek-skill-docx |
Document Converter |
git clone https://github.com/exchekinc/exchekskills.git
cp -r exchekskills/skills/* ~/.claude/skills/Restart your agent or run claude skills list.
/plugin update exchekskills
cd /path/to/exchekskills && git pull
cp -r skills/* ~/.claude/skills/The CSL Search skill requires a free API key from Trade.gov. All other skills require no API key.
- Go to developer.trade.gov
- Sign in and subscribe to Data Services Platform APIs
- Copy your API key from your Profile
- When the CSL skill asks for your key, provide it (or set the
TRADE_GOV_API_KEYenvironment variable)
The key is never stored in the skill.
If any work involves Controlled Unclassified Information (CUI) or classified information, do not use cloud-hosted agents. Every ExChek skill checks for this at the start and routes you to on-prem guidance if needed.
→ See CUI and Classified Information for full on-prem setup instructions.
Several skills produce Word (.docx) output using the ExChek Document Converter. If you install skills individually, also install exchek-skill-docx:
cp -r exchekskills/skills/exchek-skill-docx ~/.claude/skills/exchek-skill-docxThe converter requires Node.js. Run once from your workspace root to install its dependencies:
npm install --prefix exchek-skill-docx/scriptsIf the Document Converter is unavailable, skills fall back to outputting the full report in chat.
→ See Document Converter for details.