跨境卫士客户端
/install kuajingvs
\r \r
跨境卫士客户端\r
\r Use this skill when the task involves interacting with the 跨境卫士客户端 API, including:\r \r
- understanding available endpoints\r
- generating curl commands\r
- filling path, query, header, and body parameters\r
- handling authentication\r
- testing API requests\r
- debugging request and response failures\r
- translating user intent into concrete API calls\r \r
Bundled references\r
\r Before making assumptions about endpoints, request bodies, or response schemas, read the bundled OpenAPI specification from one of the following files:\r \r
references/openapi.yaml\rreferences/openapi.json\r \r If present, also read:\r \rreferences/auth.md\r \r Do not invent endpoints, fields, enum values, request formats, or response shapes that are not defined by the bundled specification or auth notes.\r \r
Workflow\r
\r
- Read the OpenAPI spec and identify the correct path and HTTP method.\r
- Determine:\r
- base URL or server\r
- authentication scheme\r
- required headers\r
- path parameters\r
- query parameters\r
- request body schema\r
- expected response schema\r
- Translate the user's goal into a concrete API call.\r
- Prefer showing the exact curl command before or alongside execution when that improves transparency.\r
- Use safe shell quoting when constructing commands.\r
- Never expose secrets in full.\r
- Summarize the result clearly, including the HTTP status code and important response fields.\r \r
Authentication rules\r
\r
- First inspect the OpenAPI spec for the declared security scheme.\r
- If
references/auth.mdexists, follow it as the source of truth for authentication details not fully expressed in the OpenAPI document.\r - If credentials are already available in environment variables or local config, use them.\r
- Never print secret values in full.\r
- If a token or key must be shown for debugging, redact the middle portion.\r \r Common environment variable patterns to check:\r \r
BASE_URL\rAPI_APP_ID\rAPI_APP_SECRET\rX_APP_ID\rX_APP_SECRET\rAPI_KEY\rACCESS_TOKEN\rBEARER_TOKEN\r \r If the local auth notes define different names, follow those instead.\r \r
Request construction rules\r
\r
Path parameters\r
\r Always substitute all required path parameters.\r \r
Query parameters\r
\r Only include query parameters that are relevant or explicitly requested. Do not send null or empty values unless the API expects them.\r \r
Request body\r
\r Build JSON request bodies that conform to the schema in the OpenAPI specification. If the schema has required fields, ensure they are present before sending the request.\r \r
Headers\r
\r Always include:\r \r
Accept: application/json\r \r Include:\r \rContent-Type: application/json\r \r when sending JSON request bodies.\r \r If the API uses custom authentication headers such asx-app-idandx-app-secret, include them on every authenticated request.\r \r
Execution pattern\r
\r Prefer this style for JSON requests:\r \r
curl -sS \\r
-X POST "$BASE_URL/example/path" \\r
-H "Accept: application/json" \\r
-H "Content-Type: application/json" \\r
--data '{...}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kuajingvs - After installation, invoke the skill by name or use
/kuajingvs - Provide required inputs per the skill's parameter spec and get structured output
What is 跨境卫士客户端?
Use this skill when the user wants to call, test, debug, or integrate the 跨境卫士客户端 API defined by the bundled OpenAPI specification. Handles endpoint discover... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install 跨境卫士客户端?
Run "/install kuajingvs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 跨境卫士客户端 free?
Yes, 跨境卫士客户端 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 跨境卫士客户端 support?
跨境卫士客户端 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 跨境卫士客户端?
It is built and maintained by mosquitood (@mosquitood); the current version is v1.0.0.