agentsclimarketplace

Topy media

Skill TOPY-AI-LTD/TOPY-AI-CEO-Skills/skills/topy-media

TOPY AI CEO skills for Codex, Claude Code, and npx skills

Install
npx -y skills add TOPY-AI-LTD/TOPY-AI-CEO-Skills --skill topy-media

Assembled 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/media
  • POST https://topy.ai/api/v1/media/url
  • DELETE 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_KEY is available.
  • Use https://topy.ai/api as 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_KEY is missing, stop and route the user to topy-init.
  • If the media item is not found, report that directly.
  • If upload or registration fails, surface the backend error and stop.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.