← 返回 Skills 市场
mickmicksh

Lap Adyen Balance Control Api

作者 mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
111
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lap-adyen-balance-control-api
功能描述
Adyen Balance Control API skill. Use when working with Adyen Balance Control for balanceTransfer. Covers 1 endpoint.
使用说明 (SKILL.md)

Adyen Balance Control API

API version: 1

Auth

ApiKey X-API-Key in header | Bearer basic

Base URL

https://pal-test.adyen.com/pal/servlet/BalanceControl/v1

Setup

  1. Set Authorization header with your Bearer token
  2. POST /balanceTransfer -- create first balanceTransfer

Endpoints

1 endpoints across 1 groups. See references/api-spec.lap for full details.

balanceTransfer

Method Path Description
POST /balanceTransfer Start a balance transfer

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "Create a balanceTransfer?" -> POST /balanceTransfer
  • "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-balance-control-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adyen-balance-control-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 mostly coherent for calling Adyen's balanceTransfer endpoint, but before installing: (1) confirm which auth method you should use (Adyen commonly uses X-API-Key; the doc's mix of 'X-API-Key' and 'Bearer' is contradictory), (2) verify whether you need to call the test base URL (pal-test.adyen.com) or a production URL, (3) ensure you have a safe place for ADYEN_BALANCE_CONTROL_API_KEY and don't paste production keys into unknown tools, and (4) be aware the skill references references/api-spec.lap and npx @lap-platform/lapsh to fetch a spec — those artifacts are not included and must be available in your environment for the CLI commands to work. If you need higher assurance, ask the publisher for a clarified SKILL.md and the referenced API spec before use.
功能分析
Type: OpenClaw Skill Name: lap-adyen-balance-control-api Version: 1.0.0 The skill bundle is a standard API wrapper for the Adyen Balance Control service. It defines legitimate endpoints, requires standard environment variables for authentication (ADYEN_BALANCE_CONTROL_API_KEY), and points to official Adyen test infrastructure (pal-test.adyen.com). No malicious code, data exfiltration, or harmful prompt injection instructions were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the single endpoint described. Requesting an ADYEN_BALANCE_CONTROL_API_KEY is proportionate for calling Adyen APIs.
Instruction Scope
SKILL.md stays within the API calling scope (authenticate and POST /balanceTransfer) but contains inconsistencies: it lists both 'ApiKey X-API-Key in header' and 'Bearer' auth and then tells the user to set an Authorization Bearer token. It also references a local file (references/api-spec.lap) and suggests using npx @lap-platform/lapsh to fetch the spec — that file/tool are not included in the skill and may not exist in the runtime environment.
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing will be written to disk by the skill itself. Commands shown (npx lapsh) are optional guidance and not executed automatically by the skill package.
Credentials
Only a single API key environment variable (ADYEN_BALANCE_CONTROL_API_KEY) is required, which fits the described API integration. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system privileges or modify other skills' configs. Normal autonomous invocation remains allowed by platform defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lap-adyen-balance-control-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lap-adyen-balance-control-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the lap-adyen-balance-control-api skill. - Supports balance transfers via the POST /balanceTransfer endpoint. - Provides setup instructions, authentication details, and example CLI commands. - Requires the ADYEN_BALANCE_CONTROL_API_KEY environment variable for authentication. - Includes references for full endpoint documentation and response details.
元数据
Slug lap-adyen-balance-control-api
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lap Adyen Balance Control Api 是什么?

Adyen Balance Control API skill. Use when working with Adyen Balance Control for balanceTransfer. Covers 1 endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Lap Adyen Balance Control Api?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lap-adyen-balance-control-api」即可一键安装,无需额外配置。

Lap Adyen Balance Control Api 是免费的吗?

是的,Lap Adyen Balance Control Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lap Adyen Balance Control Api 支持哪些平台?

Lap Adyen Balance Control Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lap Adyen Balance Control Api?

由 mickmicksh(@mickmicksh)开发并维护,当前版本 v1.0.0。

💬 留言讨论