agentsclimarketplace

Topy projects

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

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

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, inspect, edit, archive, restore, and manage project resources in TOPY using TOPY_AI_KEY. Use when the user wants to change or review an existing project record.

SKILL.md

1.8 KB, as published. Nobody here has run it

TOPY Projects

Intent

Work with existing project records and their attached project resources.

Allowed operations

  • List the current user’s projects
  • Inspect a project
  • Edit project metadata
  • Archive or restore a project
  • Read or edit project resources

Route map

  • GET https://topy.ai/api/v1/projects/my?include_pending=true&view=active
  • GET https://topy.ai/api/v1/projects/{project_id}
  • PATCH https://topy.ai/api/v1/projects/{project_id}
  • DELETE https://topy.ai/api/v1/projects/{project_id}
  • POST https://topy.ai/api/v1/projects/{project_id}/restore
  • Project resources under https://topy.ai/api/v1/projects/{project_id}/...

API and auth

See references/auth-and-api.md for the shared convention.

Resource groups

  • Research sources
  • Decisions
  • Journal entries
  • GTM plans
  • Memory nodes
  • Risks
  • Investor contacts
  • Investor updates
  • Growth experiments

Rules

  • Before any API call, verify that TOPY_AI_KEY is available.
  • Use https://topy.ai/api as the base URL for all calls.
  • Resolve the project explicitly before mutating anything.
  • Preserve existing structured data unless the user asked for a replacement.
  • Keep resource edits inside the resource type the user named.
  • Do not use this skill for business-plan generation, template editing, billing, or media operations.

Failure behavior

  • If TOPY_AI_KEY is missing, stop and route the user to topy-init.
  • If the project is missing or inaccessible, surface that directly.
  • If the payload does not match the backend schema, stop and ask for 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.