Skills / document-verification
find-matching-tenders
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).
authenticitydocument-verificationfact-checkingstipple
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
- 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.
- 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.
- 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.
- Rank against the company (optional, uses free weekly allowance):
```bash curl -X PO
Subscribers only
The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.
Details
| Source | Sketchjar/stipple-agent-skills |
|---|---|
| License | Apache-2.0 |
| Risk label | critical ("critical" means the skill may run commands or touch files — read before use) |
| Files | SKILL.md |
| Added | 2026-08-31 |
Related skills
check-identity-pack
Run an AFP 100-point or AUSTRAC safe-harbour identity check over a set of documents, and report exactly what's missing. Use when the user asks to check identity documents, verify someone's ID for onboarding, or assess whether a document pack satisfies Australian identity requirements.
detect-ai-text
Estimate whether a document's prose was written by AI, with the linguistic tells and honest abstention on non-prose. Use when the user asks whether an essay, report, CV, submission, or article was AI-generated — for triage, not proof.
extract-document-data
Extract structured, grounded fields from documents — values cite their page, missing values abstain instead of hallucinating. Use for parsing invoices, payslips, statements, contracts.
screen-adverse-media
Screen a person or organisation for adverse media coverage, PEP status, and sanctions exposure — corroboration-gated, returns "review" never "guilty". Use when the user asks to screen someone before onboarding, partnership, or investment; for AML/CTF flows; or for ongoing counterparty monitoring.
verify-citations
Verify citations and references in a document, report, or article against real sources. Use when the user asks to fact-check, verify references, check citations, or validate evidence in research reports, tender responses, whitepapers, or academic writing.
verify-document
Check whether a document (PDF or image) shows signs of tampering or forgery before you rely on it. Use when the user asks to verify a payslip, invoice, bank statement, ID document, contract, or any document where authenticity matters.
