Load previous page…
I've added posting to wip.co to my Claude Code skill file.
Whenever I'm merging a pull request, it prompts me a suggested message. After edits/approval, I'm posting it through the API.
My setup in the skill file
### WIP.co post (after PR is created)
Post a completed todo to WIP:
- Read the API key from ~/.config/conductor/env
- Post: curl -s -X POST "api.wip.co/v1/todos?api_key=$…" -H "Content-Type: application/json" -d '{"body": "<summary>
#offertecc"}'
- The summary should be 1-2 casual sentences, like telling a friend what you shipped.
- We're not writing to market our product, we're writing small updates to celebrate progress.
- Never use em — dashes
- Show the summary to the user for confirmation before posting
Switch
#traits from OpenSea API (which deprecated a bunch of end points and is super slow) to Alchemy API
See the week starting well with the Bronze sponsor renewing for the 5th month in a row
#jobboardsearch
Improved dev server management so preflight auto-cleans stray servers on workspace ports. Also documented the browse CLI for faster QA testing.
#offertecc
publish blog article documenting how I self-host my email and how I handle spam filtering: vsa.name/blog/bogofilter-baye… — simplicity always wins!