← Back to Skills Marketplace
mickmicksh

Lap Adyen Balance Control Api

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
111
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-adyen-balance-control-api
Description
Adyen Balance Control API skill. Use when working with Adyen Balance Control for balanceTransfer. Covers 1 endpoint.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-adyen-balance-control-api
  3. After installation, invoke the skill by name or use /lap-adyen-balance-control-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug lap-adyen-balance-control-api
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Lap Adyen Balance Control Api?

Adyen Balance Control API skill. Use when working with Adyen Balance Control for balanceTransfer. Covers 1 endpoint. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Lap Adyen Balance Control Api?

Run "/install lap-adyen-balance-control-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lap Adyen Balance Control Api free?

Yes, Lap Adyen Balance Control Api is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lap Adyen Balance Control Api support?

Lap Adyen Balance Control Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lap Adyen Balance Control Api?

It is built and maintained by mickmicksh (@mickmicksh); the current version is v1.0.0.

💬 Comments