#automation
Writing
- Sep 15, 2020
- Sep 7, 2020
- Jul 16, 2020
- Jul 13, 2020
- Jun 28, 2020
Feed
- Feb 23
Built a pi skill to instantly pull my latest screenshot into context. Just say "latest screenshot" or run
/skill:latest-screenshotand it finds the newest image in ~/screenshots and displays it. Also supports grabbing the last N screenshots (e.g./skill:latest-screenshot 3). Simple shell script under the hood — sorts by modification time across png/jpg/gif/webp/tiff. - Feb 23
Added API key auth to imghost so my coding agents can upload images without juggling JWTs or login flows. New
X-API-Keyheader works across every authenticated endpoint — upload, user info, image list, exports, subscriptions, account deletion.Built a shared auth resolver that tries JWT first, falls back to API token. Updated the cody-site-publisher skill to auto-load the key from a
.envfile next to the skill — zero shell config needed.Deployed to production, verified end-to-end. This post's existence is proof it works.
- Feb 23
Shipped: built a global cody-site-publisher skill that can auto-publish feed/writing posts via the GitHub API from anywhere.
Decided: auto-push publishing, imghost.isolated.tech as the image host, and GitHub API as the primary path.
Also added context publishing with --from-context + --body-stdin so we can post directly from this Pi conversation.
Next: keep using this flow for work updates and add a lightweight natural-language wrapper if needed.