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
Added on

NPX Install

npx skill4agent add ziniao-open/skills ziniao-store

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Store Management (ZClaw)

CRITICAL — MUST read
../ziniao-shared/SKILL.md
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.
Prerequisite: Ziniao Browser client must be running. Use
ziniao-cli doctor
to check.
Priority use
store list
when getting store list
(local ZClaw Bridge), because regular members do not have server
account list
permissions. Member type can be judged by the
isBoss
field in the result of
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 (
127.0.0.1:9481
), using the same unified apiKey as the server API.
Note the difference: The
store
command controls local browser windows (open/close/list connected stores). For backend management operations on stores (create, delete, authorize, tag), please use the
account
command (via server API).

Shortcuts

CommandDescriptionDetailed Documentation
store list
List all stores
references/ziniao-store-list.md
store open
Open store browser
references/ziniao-store-open.md
store resolve
Resolve store by name/ID
--name "xxx"
or
--id xxx
--expected-name "yyy"
store close
Close store
--id xxx
store prepare-agent
Prepare Agent resourcesNo 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_agent

Error Handling

ErrorSolution
Cannot connect to BridgeStart 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 existCheck available stores with
ziniao-cli store list