agentsclimarketplace

Topy business plans

Skill TOPY-AI-LTD/TOPY-AI-CEO-Skills/skills/topy-business-plans

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-business-plans

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

Generate, inspect, edit, regenerate, and export TOPY business plans using TOPY_AI_KEY. Use when the user wants to work on a plan lifecycle for a specific project.

SKILL.md

2.9 KB, as published. Nobody here has run it

TOPY Business Plans

Intent

Handle the full business-plan workflow for a project, including job creation, plan editing, section regeneration, and exports.

Allowed operations

  • List available templates and parameters
  • Start plan generation
  • Check job progress
  • Inspect plan detail
  • Edit plan content and metadata
  • Regenerate sections
  • Export markdown, DOCX, or print view
  • Update plan preferences

Route map

  • GET https://topy.ai/api/v1/projects/business-plan/options
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/options
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/jobs
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/jobs/{job_id}
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/jobs/latest
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/jobs/{job_id}/cancel
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/jobs/{job_id}/retry
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}
  • PATCH https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}
  • PATCH https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/meta
  • DELETE https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/restore
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/export/markdown
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/export/docx
  • GET https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/export/print
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/subtasks/{subtask_no}/regenerate
  • POST https://topy.ai/api/v1/projects/{pid}/business-plan/{plan_id}/ai/section-edit
  • PATCH https://topy.ai/api/v1/projects/{pid}/business-plan/preferences

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.
  • Check credit balance before starting a generation job if the amount is not already known.
  • Do not start generation if the user does not have enough credits.
  • Keep template and parameter selections aligned with the backend options payload.
  • Treat job state as authoritative; do not fabricate completion.
  • Use the plan detail routes for edits and exports, not the onboarding routes.

Failure behavior

  • If TOPY_AI_KEY is missing, stop and route the user to topy-init.
  • If the job is queued or running, report the current state instead of retrying blindly.
  • If the backend says credits are insufficient, stop and surface that message.

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.