58pic
Original:🇨🇳 Chinese
Translated
58pic AI Open Platform CLI: supports material search, directory browsing, model list query, download information retrieval by pid, and same-style task generation. Use when users mention 58pic search, same-style creation, PID, or material download; first use requires completing config / API Key setup. If no API Key is available, guide users to get it from the 58pic AI Open Platform page.
13installs
Source58pic-open/cli
Added on
NPX Install
npx skill4agent add 58pic-open/cli 58picTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →58pic-cli (58pic AI Open Platform)
This Skill is consistent with the README.md in the repository root directory; actual requests are sent by the command in the terminal, the Agent should call it by executing shell commands instead of forging HTTP requests in conversations.
58picAgent Skills Installation
Use the open source skills CLI () to install in the repository to Agent directories such as Cursor, Claude Code, Codex, etc.:
npx skillsskills/bash
npm install -g @58pic/cli
npx skills add 58pic-open/cli -y -gView the Skill list provided by this repository (no installation):
Install this Skill only:
You can also use the full repository address.
npx skills add 58pic-open/cli --listInstall this Skill only:
npx skills add 58pic-open/cli --skill 58pic -y -gYou can also use the full repository address
https://github.com/58pic-open/cliYou must install the executable first ( or ); Skill does not replace CLI, it only guides the Agent on how to call the command line.
58picnpm install -g @58pic/clinpm install -g github:58pic-open/cli58pic AI Open Platform uses API Key for authentication, no OAuth browser process. CLI provides common capabilities such as , , , etc.
config initauth statusdry-runWhen API Key is missing (Agent must remind users)
If shows unconfigured, or the command reports an error indicating missing API Key: Do not guess or fabricate the Key.
58pic auth statusGet API Key (login required first): 58pic AI Open Platform
After the user gets the Key, execute (or interactive ). Do not write the Key into a repository that can be submitted.
58pic config init --api-key "<user's Key>"58pic config initCalling Method (Agent must follow)
- Confirm installation: (if it fails, execute
58pic --helpornpm install -g @58pic/cliaccording to README).github:58pic-open/cli - Confirm credentials: ; If there is no Key, you must first guide the user to obtain it according to the above "When API Key is missing" section, then run
58pic auth status(do not write the Key into a repository that can be submitted).58pic config init --api-key "<key>" - Add when automatically parsing responses.
--format json - For interfaces that may deduct points (download, create same style, etc.), use first or remind users to confirm.
58pic dry-run …
Common Commands
| Scenario | Command |
|---|---|
| Keyword search | |
| AI vector search | |
| Category directory | |
| Model list | |
| Fetch download information by pid | |
| Create same style | |
| Task status | |
| Unencapsulated route | |
Credential priority and environment variables , are described in README (note that bash/zsh cannot variable names starting with numbers, local configuration files or are preferred).
58PIC_API_KEY58PIC_BASE_URLexport--api-keySecurity
API Key has the same permissions as the account: limit the exposure scope, do not transmit it in plain text in untrusted environments; users must be informed or confirmed before automatically calling interfaces that may deduct points.