Topy media
TOPY AI CEO skills for Codex, Claude Code, and npx skills
npx -y skills add TOPY-AI-LTD/TOPY-AI-CEO-Skills --skill topy-mediaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
List, register, and delete TOPY media assets using TOPY_AI_KEY. Use when the user wants to manage uploaded images or URL-based media for projects and plans.
SKILL.md
1.2 KB, as published. Nobody here has run it
TOPY Media
Intent
Manage the user’s media assets for project and plan workflows.
Allowed operations
- List media
- Register an image by URL
- Delete media
Route map
GET https://topy.ai/api/v1/mediaPOST https://topy.ai/api/v1/media/urlDELETE https://topy.ai/api/v1/media/{id}
API and auth
See references/auth-and-api.md for the shared convention.
Rules
- Before any API call, verify that
TOPY_AI_KEYis available. - Use
https://topy.ai/apias the base URL for all calls. - Use the media item the user asked for; do not delete by guesswork.
- When registering a URL, preserve the original URL unless the user asked to normalize it.
- Do not use media routes for project or business-plan mutations.
Failure behavior
- If
TOPY_AI_KEYis missing, stop and route the user totopy-init. - If the media item is not found, report that directly.
- If upload or registration fails, surface the backend error and stop.