oh codex knows that command. there’s no large blob, just a ton of edits.
@steipete
-
Automated codex review loop skill with architecture limitation
By
–
Wrote a skill that runs codex /review in a loop until there's no booboos anymore. Caveat: It won't fix system architecture for ya, so you still need BRAIN as master model. https://
github.com/steipete/agent
-scripts/blob/main/skills/codex-review/SKILL.md
… -

Codex uses Peekaboo to get Telegram token from BotFather
By
–
Codex was debugging a Telegram issue and needed a new token, so it used Peekaboo to open the Telegram Mac app, talked to botfather and just did it. Computer Use is amazing. https://
peekaboo.sh -

Codex uses Computer Use to enable API in Google Cloud Admin
By
–
I'm adding new features to https://
gogcli.sh and Codex noticed that the API it needs is not enabled, so it started Computer Use and is happily clicking around in Google Cloud Admin to turn on what's needed. -

Challenged Codex to e2e test improvements for OpenClaw chat completion
By
–
challenged codex to e2e test improvements to the OpenClaw chat completion endpoint WITH openclaw. Used /side to ask more question while it works.
-

Birdclaw allows querying old favorited tweets from Twitter archive
By
–
Birdclaw has my complete twitter archive, so I can ask Codex for any old weird tweet I ever favorited or bookmarked. https://
birdclaw.sh -
Codex auto-review loop to fix errors continuously
By
–
All I want is codex automatically entering /review mode after it's done and just looping until it stops finding booboos. (Yah I'm gonna build that)