Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

kuajingvskuajingvs 测试

Agent Skill

kuajingvs 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,281

周安装

97

GitHub Stars

公开资料未说明

下载量

799
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kuajingvs(kuajingvs 测试)
来源仓库:https://github.com/mosquitood/kuajingvs
安装命令:
openclaw skills install kuajingvs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kuajingvs

简介

跨境卫士客户端API集成与测试工具,基于OpenAPI规范定义接口进行调试。

  • 适用于开发阶段调用、验证或集成跨境业务相关API服务。
  • 支持端点发现、请求构造与响应解析,简化第三方服务接入流程。
  • 使用前需配置有效凭证并确认网络连通性,避免暴露敏感参数。
  • 建议在非生产环境先行压测,确保接口稳定性后再部署至正式场景。

SKILL.md

name
跨境卫士客户端
description
Use this skill when the user wants to call, test, debug, or integrate the 跨境卫士客户端 API defined by the bundled OpenAPI specification. Handles endpoint discovery, request construction, authentication, parameter validation, curl generation, and response interpretation for this API.
version
1.0.0
metadata
openclaw
requires
bins
["curl", "python3"]

跨境卫士客户端

Use this skill when the task involves interacting with the 跨境卫士客户端 API, including:

  • understanding available endpoints
  • generating curl commands
  • filling path, query, header, and body parameters
  • handling authentication
  • testing API requests
  • debugging request and response failures
  • translating user intent into concrete API calls

Bundled references

Before making assumptions about endpoints, request bodies, or response schemas, read the bundled OpenAPI specification from one of the following files:

  • references/openapi.yaml
  • references/openapi.json

If present, also read:

  • references/auth.md

Do not invent endpoints, fields, enum values, request formats, or response shapes that are not defined by the bundled specification or auth notes.

Workflow

  1. Read the OpenAPI spec and identify the correct path and HTTP method.
  2. Determine:

- base URL or server - authentication scheme - required headers - path parameters - query parameters - request body schema - expected response schema

  1. Translate the user's goal into a concrete API call.
  2. Prefer showing the exact curl command before or alongside execution when that improves transparency.
  3. Use safe shell quoting when constructing commands.
  4. Never expose secrets in full.
  5. Summarize the result clearly, including the HTTP status code and important response fields.

Authentication rules

  • First inspect the OpenAPI spec for the declared security scheme.
  • If references/auth.md exists, follow it as the source of truth for authentication details not fully expressed in the OpenAPI document.
  • If credentials are already available in environment variables or local config, use them.
  • Never print secret values in full.
  • If a token or key must be shown for debugging, redact the middle portion.

Common environment variable patterns to check:

  • BASE_URL
  • API_APP_ID
  • API_APP_SECRET
  • X_APP_ID
  • X_APP_SECRET
  • API_KEY
  • ACCESS_TOKEN
  • BEARER_TOKEN

If the local auth notes define different names, follow those instead.

Request construction rules

Path parameters

Always substitute all required path parameters.

Query parameters

Only include query parameters that are relevant or explicitly requested. Do not send null or empty values unless the API expects them.

Request body

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.

Headers

Always include:

  • Accept: application/json

Include:

  • Content-Type: application/json

when sending JSON request bodies.

If the API uses custom authentication headers such as x-app-id and x-app-secret, include them on every authenticated request.

Execution pattern

Prefer this style for JSON requests:

curl -sS \
  -X POST "$BASE_URL/example/path" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  --data '{...}'

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.86%
按下载量换算662

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills