← ClaudeAtlas

find-matching-tenderslisted

Find open AU/NZ government tenders matching what a company does, ranked by fit with why and gap analysis. Use when the user asks to find tenders, bid opportunities, government contracts, or RFPs for their business (or a client's).
Sketchjar/stipple-agent-skills · ★ 0 · AI & Automation · score 60
Install: claude install-skill Sketchjar/stipple-agent-skills
# Find Matching Tenders Search live AU/NZ government tenders, rank them against what a company actually does (read from its website), and explain why each opportunity is relevant — including the capability gaps to prepare evidence for. Tender search is free forever on the Stipple API; no API key or signup needed. ## When to use - Business development: "find tenders we could bid on" - Market research: "what government work is out there for cybersecurity firms in NSW?" - Bid pipeline maintenance: "check for new construction tenders this week" ## Instructions 1. **Get the company profile.** Ask for the company's website URL. If the user provides a description instead, skip resolution and use their description directly as capability context. 2. **Resolve the company** (optional but improves matching): ```bash curl -X POST https://www.stipple.sh/v1/companies/resolve \ -H "Content-Type: application/json" \ -d '{"query": "https://your-company.com"}' ``` Returns the company's registered name, ABN, jurisdiction, and status. 3. **Search open tenders** (free, no key): ```bash curl "https://www.stipple.sh/v1/tenders?q=construction&jurisdiction=AU&limit=10" ``` Filters: `q` (keyword), `jurisdiction` (AU, AU-NSW, AU-VIC, NZ, ...), `limit`, `offset`. 4. **Rank against the company** (optional, uses free weekly allowance): ```bash curl -X POST https://www.stipple.sh/v1/tenders/match \ -H "Content-Type: application/json" \ -d '{"ur