ollygarden-insight-remediation
Installation
SKILL.md
Insight Remediation
Fetch and fix OllyGarden service insights by following the remediation instructions provided by the Olive API. This skill empowers coding agents to automatically obtain insights for the current service and apply the prescribed fixes.
Setup
API keys configuration
Keys are stored in ~/.config/ollygarden/keys.json as a map of organization ID to API key.
The directory and file must be locked down to the current user:
mkdir -p ~/.config/ollygarden
chmod 700 ~/.config/ollygarden
# keys.json is owner-read/write only
chmod 600 ~/.config/ollygarden/keys.json