rocket_launch
Getting Started
1. Get your API key
Head to tenderclaw.io and choose a plan. You'll receive your API key by email within seconds.
2. Install the Claude Code Skill
bash
claude skill install tenderclaw3. Set up your key
Option A — Environment variable:
bash
export TENDERCLAW_API_KEY="tc_live_your_key_here"Option B — Config file:
bash
mkdir -p ~/.tenderclaw
echo '{ "api_key": "tc_live_your_key_here" }' > ~/.tenderclaw/config.json4. Start finding tenders
Open Claude Code and just talk naturally:
> Find cybersecurity tenders in the US over $500K
> Score this tender against my company profile
> Draft a proposal for tender abc-123That's it. No CLI commands to memorize, no dashboards to navigate. Just tell TenderClaw what you need.