Small follow-up to v0.1.0. Items 9, 11, 12, 13, 14 from the v1.1 backlog.
What's new
scripts/convert_photos.py— HEIC → JPG converter (macOSsips/ Linuxheif-convert/ ImageMagick fallback). Skips iPhone-photo pain.scripts/transcribe_audio.py— thin wrapper around Whisper / WhisperX with clear install hints and alternatives (Otter, MacWhisper, Descript) when neither is available. Plugin never bundles Whisper.- Stacked bar charts in HTML — proper cumulative-segment rendering. The previous version silently dispatched
stacked_barto the grouped-bar renderer. - XLSX uncached-formula warnings — report-drafter subagent now captures stderr from
xlsx_to_csv.pyand surfaces uncached-formula warnings to the user before proceeding.
Bug fixes
fetch_logo.py— Clearbit's free Logo API was decommissioned after HubSpot's 2023 acquisition (DNS forlogo.clearbit.comreturns NXDOMAIN). Rewrote the priority order so logo-shaped sources come first:- Local file
- Wikipedia infobox (best for well-known institutions)
- Apple touch icon (scraped from org homepage)
- Regular favicon
- Google favicon (256px)
- Open Graph image (last resort, flagged as possibly-a-banner)
- Also added
certifi-based SSL context so python.org macOS installs (which ship without CA certs) can verify HTTPS. - Tested against Ford Foundation, Bill & Melinda Gates Foundation, William and Flora Hewlett Foundation, United Nations, and a fabricated NGO — all four real orgs resolve to real logos; the fake one falls cleanly to NEEDS_INPUT.
Documentation
skills/logo-fetcher/SKILL.md— updated priority order, noted Clearbit deprecation, documented SSL/certifi requirement.agents/report-drafter.md— instructs the drafter to convert XLSX first, convert HEIC photos, and prompt user for transcription when audio is present without transcript.
Still deferred (v1.1 backlog)
- Google Drive verified end-to-end (needs OAuth)
- Pie + stacked_bar in PDF (HTML now correct; PDF still falls back)
- Funder-specific templates (USAID PPR / EU interim / FCDO)
Install
Same as v0.1.0:
/plugin marketplace add everyimpactai/ngo-toolkit
/plugin install ngo-toolkit@everyimpactai
If you already have it installed and auto-sync is on, the new scripts should appear on the next marketplace refresh.