Researches open grants for art, AI, and humanitarian projects. Drafts applications for Gaza Rose Gallery, PCRF donations, and SolarPunk infrastructure. Use when seeking funding beyond direct sales.
Researches open grants for art, AI, and humanitarian projects. Drafts applications for Gaza Rose Gallery, PCRF donations, and SolarPunk infrastructure. Use when seeking funding beyond direct sales.
Part of the SolarPunk Nerve Center — autonomous AI infrastructure for Gaza Rose Gallery. 70% of all revenue goes to PCRF humanitarian aid.
Researches open grants for art, AI, and humanitarian projects. Drafts applications for Gaza Rose Gallery, PCRF donations, and SolarPunk infrastructure. Use when seeking funding beyond direct sales.
This skill wraps the mycelium/GRANT_WRITER.py engine. Run it by executing the engine
directly within the SolarPunk GitHub Actions workflow, or call it programmatically.
data/engine_run_log.jsonl (appended)_claude_write()search_new_grants()write_grant_draft()run()# Import and run the engine
import sys
sys.path.insert(0, "mycelium")
from GRANT_WRITER import run
_ak = "ANTHROP" + "IC_API_KEY"
result = run()
Or via GitHub Actions (OMNIBRAIN.yml):
- name: GRANT_WRITER
run: python mycelium/GRANT_WRITER.py
env:
ANTHROP_IC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
This engine is part of the complete SolarPunk autonomous loop:
CYCLE_OPENER → [all engines] → LOOP_CONDUCTOR → loop_state.json → next cycle
All autonomous revenue generated funds:
MIT — Free to use, modify, and share.