Documentation

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 CodeDoubao Desktop
What you installOne skill’s Install URLOne PromptMan manager
Installnpx skills add <Install URL>Download ZIP → upload the promptman folder
UseThe agent follows that SKILL.mdSearch → pick / alternatives → load full text
PromptsPaste the bodyThe manager selects from the library

Download the manager from the site

01

Download

Skills list → Install to Doubao, or Settings → Integrations. Or curl /api/doubao-skill.

02

Unzip

You get a folder named promptman (SKILL.md plus INSTALL-DOUBAO.md).

03

Upload in Doubao

Doubao Desktop → Skills · Connectors · Partners → My Skills → New → Upload skill, then drag the folder.

04

Pick in chat

Describe the task. Reply with a number, or say “use the primary / show more / search again”.

05

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?

ActionSign-in required
Download the manager pack /api/doubao-skillNo
Upload to Doubao and enableNo
Search the public Gallery in chatNo
Search your private library or load private itemsYes — 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

bash
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.