pilioai/skills — reverse-engineered prompt
Reverse engineered prompt
Build me a small repo of agent skills for Pilio so a coding assistant can trigger a few common image workflows without me wiring up the whole API by hand.
I want each skill to stay really focused and installable one at a time, with the actual request handling delegated to the Pilio CLI instead of duplicating backend logic. Start with the skills shown in the docs, GPT Image 2, Nano Banana 2, and background removal. Keep the setup simple so I just need to set a local PILIO_API_KEY in my environment, and make sure there are no secrets hardcoded anywhere.
Please include a clear README with install and usage examples, plus short notes on what each skill does and how to test it. If it makes sense, mention that the same workflows can be tried in the browser on Pilio first. Keep the codebase lightweight and easy to extend later for things like watermark removal or upscaling. Look up the current Pilio developer docs online if you need to.
Want more depth? Deep Reverse