← 返回 Skills 市场
243
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-by-test
功能描述
Create and manage test payment links for one-time, recurring, plans, multi-product, custom pricing, and donations in a sandbox environment.
安全使用建议
This skill appears to be a test/sandbox helper but contains several inconsistencies: the documentation promises many features while the code only implements a single 'one-time' endpoint; SKILL.md lists TEST_API_KEY but the registry doesn't require it and the script doesn't read env vars; the script hardcodes API_KEY and targets http://localhost:4000/v1. Before installing or enabling this skill, ask the author to: (1) clarify the authoritative name and homepage, (2) confirm which environment variables (if any) are required and remove hardcoded keys, (3) provide the real sandbox endpoint(s) and explain why SKILL.md demands HTTPS while code uses localhost HTTP, and (4) supply a complete implementation or reduce the documentation to match the actual capabilities. If you must run it, prefer running in an isolated environment (no sensitive network access) and inspect how the agent will invoke the script and what payloads it may send to localhost.
功能分析
Type: OpenClaw Skill
Name: skill-by-test
Version: 1.0.0
The skill bundle is a development utility for testing payment link creation against a local API. The SKILL.md file contains standard operational instructions for an AI agent without any malicious prompt injection, and the scripts/test-scrpt.js file performs basic HTTP POST requests to a localhost endpoint (http://localhost:4000) using a placeholder API key.
能力评估
Purpose & Capability
The skill description and SKILL.md claim broad payment-link capabilities (one-time, recurring, plans, multi-product, webhooks, etc.), but the shipped script only implements a single 'onetime' POST to /test/onetime. The SKILL.md title ('upload-skill') differs from registry name ('skill-by-test'), and SKILL.md metadata lists TEST_API_KEY even though the registry metadata lists no required env vars. These mismatches indicate the implementation does not match the claimed purpose.
Instruction Scope
SKILL.md contains detailed runtime rules and security guidance (e.g., 'use HTTPS only', 'never expose API keys'), yet the code uses a local HTTP BASE (http://localhost:4000/v1) and contains a hardcoded API_KEY constant. The instructions require strict validation and many features, but there are no instructions or code to interact with external sandbox APIs beyond the single local endpoint. The SKILL.md also references an env var (TEST_API_KEY) not used by the script.
Install Mechanism
There is no install spec — this is instruction-only plus a small script. Nothing is downloaded from remote URLs and no installers are invoked. This is the lowest-risk install pattern.
Credentials
SKILL.md metadata declares TEST_API_KEY, but the registry lists no required env vars and the script does not read environment variables (it uses a hardcoded API_KEY = 'abc'). This inconsistency is disproportionate and unclear: either the skill should require a TEST_API_KEY or the metadata is stale/incorrect. The script does not use any other credentials and communicates to localhost only.
Persistence & Privilege
The skill does not request elevated or persistent privileges (always: false, no config paths, no credentials). It is user-invocable and can be called autonomously by the agent (default), which is normal. There is no evidence it modifies other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-by-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-by-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of test payment link skill.
- Create and manage a wide range of payment links: one-time, recurring, payment plans, multi-product, and custom options.
- Strict input validation, security, error handling, and output formatting rules included.
- Advanced features: coupon codes, tiered and dynamic pricing, multi-currency support, affiliate tracking, tax calculation, partial payments, reminders, and more.
- Robust webhook management and sandbox testing features for simulations and thorough validation.
- Designed for testing in a sandbox environment only; no real payment processing.
元数据
常见问题
skill-by-test 是什么?
Create and manage test payment links for one-time, recurring, plans, multi-product, custom pricing, and donations in a sandbox environment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 skill-by-test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-by-test」即可一键安装,无需额外配置。
skill-by-test 是免费的吗?
是的,skill-by-test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
skill-by-test 支持哪些平台?
skill-by-test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-by-test?
由 yaggit(@yaggit)开发并维护,当前版本 v1.0.0。
推荐 Skills