← Back to Skills Marketplace
xueyetianya

Apicheck

by bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
353
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install apicheck
Description
API请求构造、curl命令生成、Mock数据、API文档、HTTP状态码速查、Headers说明。API request builder, curl generator, mock data, API documentation, HTTP status codes.
README (SKILL.md)

API Tester — API 测试助手

API请求构造、curl命令生成、Mock数据生成、API文档撰写、HTTP状态码速查、Headers说明。

使用方式

Agent 根据用户需求,运行对应脚本命令,获取提示词后执行任务。

可用命令

命令 说明 示例
request 构造API请求 "帮我构造一个POST请求"
curl 生成curl命令 "帮我写个curl命令"
mock 生成Mock数据 "生成用户列表的Mock数据"
doc 编写API文档 "帮我写个API接口文档"
status HTTP状态码速查 "404是什么意思"
headers HTTP Headers说明 "Content-Type有哪些值"

运行方式

bash scripts/api.sh \x3Ccommand>

触发关键词

api、接口、curl、http、rest、restful、请求、mock、接口文档、状态码、status code、headers、请求头、post请求、get请求、api测试、接口测试

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run apicheck help for all commands

Commands

Run apicheck help to see all available commands.

Usage Guidance
This skill appears to be what it claims: a set of helper scripts and templates for API work. Before installing or running, note that the included script will create a per-user data directory (APICHECK_DIR or default ~/.local/share/apicheck) and write small log files there. The skill does not request credentials, but avoid pasting real tokens or secrets into prompts or example fields. If you prefer tighter control, inspect the scripts locally and run them in a sandboxed environment; you can also set APICHECK_DIR to a location you control. Autonomous invocation is allowed by default on the platform (not unique to this skill) — if you are concerned about automatic execution, use platform controls to restrict autonomous skill execution.
Capability Analysis
Type: OpenClaw Skill Name: apicheck Version: 2.0.0 The skill bundle is a developer utility for API testing, documentation, and mock data generation. The scripts (api.sh and script.sh) provide templated instructions and basic project management functions (init, build, test) with local logging, showing no signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (API request builder, curl, mock data, docs, status codes, headers) match the provided scripts and SKILL.md. No unrelated env vars, binaries, or permissions are requested.
Instruction Scope
SKILL.md and scripts only produce templates and examples; they do not instruct reading arbitrary system files, exfiltrating data, or calling external endpoints beyond example image URLs in mock data. There is no vague 'gather whatever context you need' instruction.
Install Mechanism
No install spec is provided (instruction-only). The included scripts are plain shell templates; nothing is downloaded or extracted from third-party URLs at install time.
Credentials
The skill declares no required env vars or credentials. The scripts reference common environment variables (APICHECK_DIR, XDG_DATA_HOME, HOME) only to determine a data directory; this is proportionate to a local CLI tool that writes its own logs.
Persistence & Privilege
The skill does write logs and data to a per-user data directory (APICHECK_DIR or default $XDG_DATA_HOME/$HOME/.local/share/apicheck). It does not request always:true and does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apicheck
  3. After installation, invoke the skill by name or use /apicheck
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v1.0.0
Initial release
Metadata
Slug apicheck
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 9
Frequently Asked Questions

What is Apicheck?

API请求构造、curl命令生成、Mock数据、API文档、HTTP状态码速查、Headers说明。API request builder, curl generator, mock data, API documentation, HTTP status codes. It is an AI Agent Skill for Claude Code / OpenClaw, with 353 downloads so far.

How do I install Apicheck?

Run "/install apicheck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Apicheck free?

Yes, Apicheck is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Apicheck support?

Apicheck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Apicheck?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.

💬 Comments