Install to Doubao
What you install in Doubao Desktop is PromptMan’s library manager, not a single prompt or skill. Describe a task in chat; it searches the library and offers 1 primary pick plus 2–4 alternatives. You choose, then it loads the full text and runs.
How this differs from Cursor / Claude
| Cursor / Claude Code | Doubao Desktop | |
|---|---|---|
| What you install | One skill’s Install URL | One PromptMan manager |
| Install | npx skills add <Install URL> | Download ZIP → upload the promptman folder |
| Use | The agent follows that SKILL.md | Search → pick / alternatives → load full text |
| Prompts | Paste the body | The manager selects from the library |
Download the manager from the site
Download
Skills list → Install to Doubao, or Settings → Integrations. Or curl /api/doubao-skill.
Unzip
You get a folder named promptman (SKILL.md plus INSTALL-DOUBAO.md).
Upload in Doubao
Doubao Desktop → Skills · Connectors · Partners → My Skills → New → Upload skill, then drag the folder.
Pick in chat
Describe the task. Reply with a number, or say “use the primary / show more / search again”.
Optional token
To search your private library, copy the ph_ token from Settings → API Keys and paste it into the Doubao chat once; otherwise only the public Gallery is searched. The download popover also shows it.
Do I need to sign in?
| Action | Sign-in required |
|---|---|
Download the manager pack /api/doubao-skill | No |
| Upload to Doubao and enable | No |
| Search the public Gallery in chat | No |
| Search your private library or load private items | Yes — provide the ph_ token in chat |
NOTE
View, copy, or reset the token under Settings → API Keys. Accounts created with GitHub, Google, or email code have no password and cannot exchange email + password for a token; copy it from Settings instead.
API
curl -L "https://prompt.solokit.run/api/doubao-skill" -o promptman-doubao.zip # Manager SKILL.md only curl -L "https://prompt.solokit.run/api/doubao-skill?format=md"
CAUTION
Do not give Doubao a Dashboard page URL, npx skills add, or a single-asset ZIP. Upload the manager folder only.
NOTE
See docs/DOUBAO_DESKTOP_SKILL.md.
Continue Reading