Give your Agent a course studio.
Create, review, and publish a polished interactive PersonWise course from a topic, text, documents, or reference images through the PersonWise Agent API.
Use it for: course creation; interactive course; AI course generator; digital human course
Public contract
- Skill version
- v1.4.0
- Authorization
- browser OAuth
- Execution
- signed personwise CLI
Install
One command. No private package.
The Skill is public, lightweight, and versioned in GitHub. The course engine, permissions, and commercial rules stay on PersonWise.
$ npx skills add personwiseai/skills --skill personwise-create-courseThe same Skill package works in conforming Agent Skill hosts. It connects to the same PersonWise Agent API without a host-specific workflow.
Inspect the public source at personwiseai/skills
General workflow
The complete course-creation loop.
The Skill coordinates the whole authoring job while the signed CLI and Agent API expose the authenticated operations.
- 01
Create from a topic or materials
Set the learner, outcome, source boundary, language, length, and course structure.
- 02
Review every authoring stage
Inspect outlines, visible page text, narration, and visual direction before advancing.
- 03
Refine without starting over
Update specific pages, narration, presenter choices, layout, or generated images.
- 04
Resume and finish safely
Continue durable runs, recover supported failures, and complete the ordinary course publishing workflow.
One OAuth connection for every PersonWise Skill.
PersonWise never asks you to paste an API key or access token. The Agent keeps its own PKCE state and credential store; you choose one organization and authorize the complete ordinary course workflow once.
- 01Install the Skill in a conforming Agent host.
- 02Ask it to create or work on a PersonWise course. The Agent discovers the market-local Agent API and opens PersonWise authorization.
- 03Sign in to PersonWise, review the exact access request, and approve. The Agent resumes automatically.
PersonWise Agent API resource
https://personwise.ai/api/agentOAuth must begin inside the Agent so the authorization returns to that same client. Never paste an authorization code or token into chat.
Shared execution
Many Skills. One Agent API throughout.
Each scenario Skill narrows the workflow for a specific job. They all share the same CLI, Agent API, authorization model, and course capability contract.
Related resources
Still comparing approaches? Two verified reads on where the course engine fits.