Public Trust Grants
SkillSearchQuery Public Trust New Zealand public grants and scholarships through the unauthenticated grants search index and public detail pages. Use when the task involves finding Public Trust-managed NZ grant or scholarship opportunities by keyword, organisation/individual type, region, sector, or application-open status, or checking public grant criteria text. Read-only; no login, application submission, SmartyGrants form access, or paywalled/commercial grant database scraping.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Public Trust Grants skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/public-trust-grants/SKILL.md and read by ahel’s review.
Goal
Find Public Trust NZ grant and scholarship listings from the public grants search page and fetch readable text from public grant detail pages.
Use this when
- The user asks for Public Trust grants, NZ trusts administered by Public Trust, or scholarships listed at
publictrust.co.nz/grants. - You need to search by keyword,
individualvsorganisation, region facet, sector facet, orapplications_open_now. - You need a source URL and public summary/criteria text for a specific Public Trust grant.
Do not use this for
- givUS, Fundsorter, GEM Local, GrantsGuru, Funding HQ, Strategic Grants GEMS, or other commercial/library-sponsored grant databases.
- Logging in, bypassing paywalls/CAPTCHAs, submitting applications, or interacting with SmartyGrants forms.
- Treating Public Trust listings as a complete national grants database; it only covers grants/scholarships Public Trust publishes.
CLI workflow
The tool is in scripts/cli.py and uses Python standard library only.
python3 skills/public-trust-grants/scripts/cli.py search community --type organisation
python3 skills/public-trust-grants/scripts/cli.py search scholarship --type individual --json
python3 skills/public-trust-grants/scripts/cli.py facets --json
python3 skills/public-trust-grants/scripts/cli.py detail thomas-richard-moore-trust --json
Typical steps:
- Run
facetsif you need availablegrants_regionsorsectorsslugs. - Run
searchwith a keyword and optional filters. Use--jsonwhen you need machine-readable output. - Use
detailwith a result slug/URL for public page text and citesource_urlin the answer.
References
- See
references/recon.mdfor the issue #112 portal-by-portal recon notes and source classification.
Safety and caveats
- The CLI dynamically reads the browser-published Algolia search-only configuration from the Public Trust grants page; no API key is committed.
- Listings are public and unauthenticated, but licensing/terms are not asserted. Quote modestly and link back to Public Trust.
applications_open_nowis the upstream facet and may lag real application windows; verify the detail page before giving deadline advice.
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
public-trust-grants- Source
- github.com/thecolab-ai/.skills