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, bi…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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):
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):
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):
curl -X POST https://www.stipple.sh/v1/tenders/match \
-H "Content-Type: application/json" \
-d '{"url": "https://your-company.com", "jurisdiction": "AU", "limit": 5}'
Returns ranked matches with why[] (why it fits) and gaps[] (capability evidence to prepare).
- Check data provenance if results seem thin (free):
curl "https://www.stipple.sh/v1/tenders/sources"
Shows which government feeds are indexed and their freshness — explains why a search can be empty.
- Report honestly. Match scores are fit signals, not win probabilities. Present
gaps[]as "prepare evidence for this", not disqualification.
Output format
Found 403 open tenders matching "construction" (AU/NZ)
#1 [AU-NSW] Digital platform modernisation services
buyer: NSW Department of ...
why: matches 'cloud migration', 'API integration' from your services
gap: no evidence found for 'ICT security assessment'
closes: 2026-09-15
https://...
#2 [NZ] ...
Limitations and Safety
- The hosted service receives the search terms and, for matching, the supplied
company URL or description. Obtain approval before sending private capability or
client information and do not include secrets or non-public bid strategy.
- Feed coverage and freshness can be incomplete. Confirm eligibility, scope,
amendments, deadlines, and submission instructions on the issuing authority's
primary tender page before investing time or submitting a bid.
- Match scores and gap analysis are triage signals, not procurement advice, an
eligibility ruling, or a probability of winning.
Notes
- Tender search and source listing are free forever — no key, no credits
- Matching costs a small number of credits on the free weekly allowance
- For ongoing monitoring, pair with a cron job that re-runs step 3 daily and diffs results
- Data sources: NZ GETS, NSW eTendering, VendorPanel, and other government feeds
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/agentic-awesome-skills/skills/find-matching-tenders/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 find-matching-tenders 的技能。它们内容并不相同,别混用:
- sickn33/agentic-awesome-skills — Find open AU/NZ government tenders matching what a company does, ranked by fit with why an
- sickn33/agentic-awesome-skills — Find open AU/NZ government tenders matching what a company does, ranked by fit with why an