ziniao-store
Original:🇨🇳 Chinese
Translated
Ziniao Store Management (ZClaw Local Browser Bridge): List, open, and close stores in Ziniao Browser. Used when users need to view the store list, open/close store browser windows.
1installs
Sourceziniao-open/skills
Added on
NPX Install
npx skill4agent add ziniao-open/skills ziniao-storeTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Store Management (ZClaw)
CRITICAL — MUST read before starting
CRITICAL — Be sure to read the corresponding references/ documentation before executing Shortcuts.
CRITICAL — When calling ZClaw local interfaces, you must use the ziniao-cli commands in this skill, do not call them using the ziniao-assistant skill on your own.
../ziniao-shared/SKILL.mdPrerequisite: Ziniao Browser client must be running. Use to check.
ziniao-cli doctorPriority usewhen getting store list (local ZClaw Bridge), because regular members do not have serverstore listpermissions. Member type can be judged by theaccount listfield in the result ofisBoss.ziniao-cli config show
ZClaw Authentication Failure Troubleshooting: If API Key authentication fails after initializing the application, remind users to go to https://open.ziniao.com to check whether the current terminal identification code (viewed in Ziniao Browser settings) has been bound to the user application's "Terminal Management".
Store commands control Ziniao Browser through the local ZClaw Bridge (), using the same unified apiKey as the server API.
127.0.0.1:9481Note the difference: Thecommand controls local browser windows (open/close/list connected stores). For backend management operations on stores (create, delete, authorize, tag), please use thestorecommand (via server API).account
Shortcuts
| Command | Description | Detailed Documentation |
|---|---|---|
| List all stores | |
| Open store browser | |
| Resolve store by name/ID | |
| Close store | |
| Prepare Agent resources | No parameters |
General zclaw Override
All store operations can also be called via the general zclaw invoke command:
bash
ziniao-cli zclaw invoke list_stores
ziniao-cli zclaw invoke open_store --args '{"storeName":"Rosehut"}'
ziniao-cli zclaw invoke close_store --args '{"storeId":"abc123"}'
ziniao-cli zclaw invoke prepare_agentError Handling
| Error | Solution |
|---|---|
| Cannot connect to Bridge | Start Ziniao Browser client |
| API Key authentication failed (still reports error after initialization) | Go to https://open.ziniao.com user application "Terminal Management" to bind the current terminal identification code |
| Store does not exist | Check available stores with |