agentsclimarketplace

Aides finder

Skill TheWatcher01/skills/.claude/skills/aides-finder

Agent Skills collection — Reusable capabilities for AI coding agents. Install: npx skills add TheWatcher01/skills

Install
npx -y skills add TheWatcher01/skills --skill aides-finder

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Find eligible subsidies, grants, and calls for projects matching a given topic and territory. Use when the user asks about available funding, subventions, or financial aid for a project, especially for associations and ESS structures.

SKILL.md

2.9 KB, as published. Nobody here has run it

aides-finder

Find subsidies, grants, and calls for projects from public funders.

Triggers

  • /aides cybersecurite Occitanie
  • /aides audit digital association
  • "quelles subventions pour un audit digital?"
  • "appels a projets ESS 2026"
  • "aides pour cybersecurite en Occitanie"

How it works

Queries two complementary sources:

  1. Aides-Territoires API (beta.gouv.fr, no auth) — the national database of public aids. Covers state, regional, departmental, and EU funding.
  2. Calendrier-Subvention API (local instance, SUBVENTION_API_BASE env var) — internal calendar of tracked funding opportunities. Falls back gracefully if unavailable.

Usage

python3 {baseDir}/scripts/aides.py --query "cybersecurite" --territory "Occitanie" --format json
python3 {baseDir}/scripts/aides.py --query "audit digital" --audience association --format text
python3 {baseDir}/scripts/aides.py --query "transition numerique" --department 31 --format json

Arguments

ArgumentRequiredDefaultDescription
--queryyesKeywords describing the project or sector
--territorynoRegion name (e.g. Occitanie, Ile-de-France)
--departmentnoDepartment code (e.g. 31, 75)
--audiencenoassociationTarget audience: association, commune, epci, entreprise
--call-onlynofalseOnly show active calls for projects
--per-pageno20Number of results (1-100)
--formatnojsonOutput format: json or text

Output fields

  • name — aid title
  • funder — funding organization
  • amount — funding range or amount
  • deadline — application deadline (null if rolling)
  • eligibility — who can apply
  • description — short summary
  • url — link to the full aid page
  • is_call_for_project — whether this is an active call

Environment variables

VariableRequiredDefaultDescription
SUBVENTION_API_BASEnohttp://host.docker.internal:3000Base URL for calendrier-subvention

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.