← 返回 Skills 市场
Lap Adyen Test Cards Api
作者
mickmicksh
· GitHub ↗
· v1.0.0
· MIT-0
94
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lap-adyen-test-cards-api
功能描述
Adyen Test Cards API skill. Use when working with Adyen Test Cards for createTestCardRanges. Covers 1 endpoint.
使用说明 (SKILL.md)
Adyen Test Cards API
API version: 1
Auth
ApiKey X-API-Key in header | Bearer basic
Base URL
https://pal-test.adyen.com/pal/services/TestCard/v1
Setup
- Set Authorization header with your Bearer token
- POST /createTestCardRanges -- create first createTestCardRanges
Endpoints
1 endpoints across 1 groups. See references/api-spec.lap for full details.
createTestCardRanges
| Method | Path | Description |
|---|---|---|
| POST | /createTestCardRanges | Creates one or more test card ranges. |
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Create a createTestCardRange?" -> POST /createTestCardRanges
- "How to authenticate?" -> See Auth section
Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints typically return the created/updated object
CLI
# Update this spec to the latest version
npx @lap-platform/lapsh get adyen-test-cards-api -o references/api-spec.lap
# Search for related APIs
npx @lap-platform/lapsh search adyen-test-cards-api
References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
Generated from the official API spec by LAP
安全使用建议
This skill is small and generally matches its purpose (calling Adyen test-card endpoint), but the authentication instructions are inconsistent. Before installing or using it: 1) Confirm whether the API expects an X-API-Key header or a Bearer token for this endpoint (check Adyen docs or your account's test credentials). 2) Only set ADYEN_TEST_CARDS_API_KEY to a test-key for the Adyen test environment — avoid supplying production account secrets. 3) Be cautious if you run the provided 'npx' commands: npx will download and run packages from npm. If you plan to execute those commands, review the package source first or run them in an isolated environment. If the developer can clarify the exact auth header required and remove the mixed 'Bearer/basic' wording, the remaining issues are minor.
功能分析
Type: OpenClaw Skill
Name: lap-adyen-test-cards-api
Version: 1.0.0
The skill bundle is a standard API wrapper for the Adyen Test Cards API. It correctly identifies the official Adyen test endpoint (pal-test.adyen.com) and requires a specific environment variable (ADYEN_TEST_CARDS_API_KEY) for authentication. No malicious logic, data exfiltration, or harmful prompt injection attempts were found in SKILL.md or _meta.json.
能力标签
能力评估
Purpose & Capability
The name/description and required env var (ADYEN_TEST_CARDS_API_KEY) align with a small API integration for Adyen test cards and the base URL is the Adyen test endpoint. This is proportional to the stated single-endpoint purpose.
Instruction Scope
The SKILL.md's auth guidance is inconsistent: it lists both 'ApiKey X-API-Key in header' and 'Bearer', then tells the user to 'Set Authorization header with your Bearer token'. The document also says 'Bearer basic' (mixed terms). This ambiguity could cause the agent to send the wrong credential header. The instructions otherwise do not request unrelated files, paths, or extra environment secrets.
Install Mechanism
No install spec or code files are present (lower risk). However the CLI examples call 'npx @lap-platform/lapsh', which would fetch and run a package from npm if executed — this is optional documentation but could run remote code if the agent or user follows it. The skill metadata does not declare Node/npm as a required binary, creating a mild mismatch.
Credentials
Only one env var is declared (ADYEN_TEST_CARDS_API_KEY), which is reasonable for an API integration. The main concern is that the SKILL.md asks for a 'Bearer token' while the declared env var name implies an API key (X-API-Key); the discrepancy should be clarified before supplying credentials. Do not provide production Adyen credentials to a test-only tool unless you understand which environment is targeted.
Persistence & Privilege
The skill is instruction-only, has no install, and is not always-enabled. It does not request system-wide config changes or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lap-adyen-test-cards-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/lap-adyen-test-cards-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of lap-adyen-test-cards-api skill.
- Provides access to Adyen Test Cards API for creating test card ranges.
- Supports 1 endpoint: POST /createTestCardRanges.
- Requires ADYEN_TEST_CARDS_API_KEY environment variable for authentication.
- Includes setup instructions, authentication guide, and endpoint details.
- Reference to full API spec included for parameter and schema details.
元数据
常见问题
Lap Adyen Test Cards Api 是什么?
Adyen Test Cards API skill. Use when working with Adyen Test Cards for createTestCardRanges. Covers 1 endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Lap Adyen Test Cards Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lap-adyen-test-cards-api」即可一键安装,无需额外配置。
Lap Adyen Test Cards Api 是免费的吗?
是的,Lap Adyen Test Cards Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lap Adyen Test Cards Api 支持哪些平台?
Lap Adyen Test Cards Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lap Adyen Test Cards Api?
由 mickmicksh(@mickmicksh)开发并维护,当前版本 v1.0.0。
推荐 Skills