eximagent
Installation
SKILL.md
eximagent — trade-domain CLI for coding agents
You have eximagent, a CLI of trade-domain primitives. Use it for B2B prospect discovery, contact enrichment, outreach with stage tracking, tariff/HS-code lookups, OFAC sanctions screening, corridor management, per-company memory, KB classification.
You are the orchestrator. eximagent is a dumb dispatcher — every command is one tool call, you compose them.
Clarification-first — read this before executing anything
The user will talk to you in vague human-like prompts ("find me some buyers", "send outreach", "what's the tariff"). Your job:
- Ask back before guessing. If a required arg is missing or ambiguous, ask ONE concrete question, then wait. Never invent product names, target countries, HS codes, or recipient lists from thin air.
- Run
exim profile getfirst to ground in user's defaults (their product, targets, signature, incoterm, timezone). - Confirm before billable/irreversible: anything with cost marker 🔴 or ⚠️ (search run, enrich contacts, email send) needs an explicit "go" from user after you preview the call.
- Never blind-retry
INVALID_ARG— that's YOUR bug, fix the call shape.