agentsclimarketplace

Topy onboarding

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

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

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 a TOPY project from a website, local file, brainstorm, or direct idea using TOPY_AI_KEY. Use when the user wants to turn an external source or rough concept into a new project record.

SKILL.md

2.1 KB, as published. Nobody here has run it

TOPY Onboarding

Intent

Create a new project from one of the supported onboarding sources.

Allowed operations

  • Create a project from a website URL
  • Create a project from a local file
  • Create a project from brainstormed structure
  • Create a project from a direct idea or short prompt
  • Start or continue onboarding chat when the user wants a guided flow

Route map

  • POST https://topy.ai/api/v1/projects/website
  • POST https://topy.ai/api/v1/projects/upload
  • POST https://topy.ai/api/v1/projects/from-brainstorm
  • POST https://topy.ai/api/v1/projects/from-idea
  • POST https://topy.ai/api/v1/onboarding/chat/start
  • POST https://topy.ai/api/v1/onboarding/chat/turn
  • POST https://topy.ai/api/v1/onboarding/chat/sessions/{session_id}/complete

API and auth

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

Inputs

  • Website: a URL and any optional notes the user wants preserved
  • Local file: the file contents or an attached file
  • Brainstorm: the raw brainstorm text and any structured notes
  • Idea: the short prompt or problem statement

Rules

  • Before any API call, verify that TOPY_AI_KEY is available.
  • Use https://topy.ai/api as the base URL for all calls.
  • Normalize source material into the backend payload shape, do not invent fields.
  • If the source is a file, read and summarize the file before creating the project.
  • If the user has not specified the target project name or scope, infer only from the provided source and keep the payload conservative.
  • If onboarding chat is used, keep the chat state consistent and complete the session only when the user is ready.

Failure behavior

  • If TOPY_AI_KEY is missing, stop and route the user to topy-init.
  • If validation fails, surface the backend error and stop.
  • If the source content is ambiguous or incomplete, ask a clarifying question before creating the project.

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.