Topy dashboard
TOPY AI CEO skills for Codex, Claude Code, and npx skills
npx -y skills add TOPY-AI-LTD/TOPY-AI-CEO-Skills --skill topy-dashboardAssembled 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
Entry point for TOPY.AI Codex workflows using TOPY_AI_KEY. Use when the user wants to manage TOPY projects, onboarding, business plans, templates, billing, or media from Codex.
SKILL.md
1.5 KB, as published. Nobody here has run it
TOPY Dashboard
Use this as the router skill for the TOPY plugin.
When to use
- The user says "use TOPY" or asks for a TOPY workflow without naming a narrower skill.
- The user wants to work inside the dashboard API from Codex.
Route to a specialist skill
- Project creation from website, file, brainstorm, or direct idea:
../topy-onboarding/SKILL.md - List, inspect, edit, archive, restore, or manage project resources:
../topy-projects/SKILL.md - Generate, inspect, edit, or export business plans:
../topy-business-plans/SKILL.md - Create, edit, star, or restore templates:
../topy-templates/SKILL.md - Inspect credits, entitlements, or subscriptions:
../topy-billing/SKILL.md - Manage user media:
../topy-media/SKILL.md - If
TOPY_AI_KEYis missing, route to../topy-init/SKILL.mdfirst.
API and auth
See references/auth-and-api.md for the shared convention.
Common rules
- Authenticate with
TOPY_AI_KEY. - Use
https://topy.ai/apias the base URL for all non-core TOPY calls. - Keep payloads faithful to the backend schema.
- Stop on credit or subscription errors instead of trying to bypass them.
- If the key is missing, stop and use
topy-initbefore continuing. - This plugin release is user-dashboard only.