agentsclimarketplace

Topy templates

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

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-templates

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

Create, edit, star, unstar, archive, and restore TOPY business-plan templates using TOPY_AI_KEY. Use when the user wants to manage template definitions or the template assistant.

SKILL.md

1.9 KB, as published. Nobody here has run it

TOPY Templates

Intent

Manage official and custom business-plan templates for a project.

Allowed operations

  • List custom templates
  • Create a custom template
  • Edit a custom template
  • Archive and restore a custom template
  • Star or unstar an official template
  • Use the template assistant to refine template content

Route map

  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates
  • PATCH https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates/{tid}
  • DELETE https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates/{tid}
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/custom-templates/{tid}/restore
  • PATCH https://topy.ai/api/v1/projects/{pid}/business-plan/official-templates/{tid}
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/template-assistant

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.
  • Keep template payloads aligned with the backend schema and the selected project.
  • Preserve official-template metadata unless the user explicitly asks to star or unstar it.
  • Use the template assistant for guided edits when the user wants help refining structure or wording.

Failure behavior

  • If TOPY_AI_KEY is missing, stop and route the user to topy-init.
  • If the template is missing or archived, surface that state and ask whether to restore or replace it.
  • If the payload is malformed, stop and request the missing fields.

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.