← Back to Skills Marketplace
mickmicksh

Lap Adyen Payout Api

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-adyen-payout-api
Description
Adyen Payout API skill. Use when working with Adyen Payout for confirmThirdParty, declineThirdParty, payout. Covers 6 endpoints.
README (SKILL.md)

Adyen Payout API

API version: 68

Auth

ApiKey X-API-Key in header | Bearer basic

Base URL

https://pal-test.adyen.com/pal/servlet/Payout/v68

Setup

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

Endpoints

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

confirmThirdParty

Method Path Description
POST /confirmThirdParty Confirm a payout

declineThirdParty

Method Path Description
POST /declineThirdParty Cancel a payout

payout

Method Path Description
POST /payout Make an instant card payout

storeDetail

Method Path Description
POST /storeDetail Store payout details

storeDetailAndSubmitThirdParty

Method Path Description
POST /storeDetailAndSubmitThirdParty Store details and submit a payout

submitThirdParty

Method Path Description
POST /submitThirdParty Submit a payout

Common Questions

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

  • "Create a confirmThirdParty?" -> POST /confirmThirdParty
  • "Create a declineThirdParty?" -> POST /declineThirdParty
  • "Create a payout?" -> POST /payout
  • "Create a storeDetail?" -> POST /storeDetail
  • "Create a storeDetailAndSubmitThirdParty?" -> POST /storeDetailAndSubmitThirdParty
  • "Create a submitThirdParty?" -> POST /submitThirdParty
  • "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-payout-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adyen-payout-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 appears to implement Adyen Payout endpoints for the Adyen test PAL URL and only asks for a single environment variable, which is reasonable — but there are small yet important inconsistencies you should resolve before installing: - Confirm the correct auth method: does your integration need an X-API-Key header (ADYEN_PAYOUT_API_KEY) or a Bearer token? The SKILL.md mixes both. Provide only a test-scoped credential, not a production key, until you verify. - Verify the base URL (pal-test.adyen.com) matches your intended environment (test vs live) so you don't accidentally use production credentials. - The README references a local spec (references/api-spec.lap) and npx @lap-platform/lapsh commands — these are optional developer utilities but could cause an agent to execute npm commands if it follows instructions. Only run those commands in a safe environment and review what they download. - Principle of least privilege: if possible, create a key limited to payout operations and to the test environment, and rotate it after use. If the author can clarify the auth flow (exact header name and whether a Bearer token is required) and remove/clarify the npx instructions, this would move the skill from 'suspicious' to 'benign'.
Capability Analysis
Type: OpenClaw Skill Name: lap-adyen-payout-api Version: 1.0.0 The skill is a standard API wrapper for the Adyen Payout service, facilitating interactions with legitimate endpoints like /payout and /confirmThirdParty. It correctly identifies the need for an ADYEN_PAYOUT_API_KEY environment variable and points to official Adyen test URLs (pal-test.adyen.com) in SKILL.md, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
Name, description, and listed endpoints align with an Adyen Payout API wrapper for the v68 pal-test endpoint; requiring an ADYEN_PAYOUT_API_KEY is plausible. However the doc alternates between API key (X-API-Key) and Bearer token semantics, creating ambiguity about the actual credential type the skill needs.
Instruction Scope
SKILL.md is instruction-only and does not attempt to read unrelated system files, but it contains conflicting auth guidance: metadata requires ADYEN_PAYOUT_API_KEY, the Auth section says 'ApiKey X-API-Key in header | Bearer basic', and the Setup section says 'Set Authorization header with your Bearer token'. The skill also references a local file (references/api-spec.lap) and suggests running npx @lap-platform/lapsh — these are examples but could prompt an agent to run network/npm commands if it follows the README literally.
Install Mechanism
No install spec and no code files—lowest-risk instruction-only skill. There is no packaged download or archive that would write code to disk.
Credentials
Only ADYEN_PAYOUT_API_KEY is required which is proportionate for an API skill. However the naming suggests an API key while parts of the doc ask for a Bearer token; this ambiguity could lead to providing the wrong secret (e.g., a production key) or the agent trying multiple auth methods.
Persistence & Privilege
always is false, no config paths requested, and the skill is user-invocable only. It does not request persistent system presence or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-adyen-payout-api
  3. After installation, invoke the skill by name or use /lap-adyen-payout-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of lap-adyen-payout-api. - Provides integration with Adyen Payout API (v68) covering 6 endpoints: confirmThirdParty, declineThirdParty, payout, storeDetail, storeDetailAndSubmitThirdParty, and submitThirdParty. - Requires the ADYEN_PAYOUT_API_KEY environment variable for authentication. - Includes endpoint reference and authentication setup in documentation. - Guides on mapping user requests to relevant endpoints. - CLI instructions for updating and searching the API spec included.
Metadata
Slug lap-adyen-payout-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 Payout Api?

Adyen Payout API skill. Use when working with Adyen Payout for confirmThirdParty, declineThirdParty, payout. Covers 6 endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install Lap Adyen Payout Api?

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

Is Lap Adyen Payout Api free?

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

Which platforms does Lap Adyen Payout Api support?

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

Who created Lap Adyen Payout Api?

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

💬 Comments