← 返回 Skills 市场
mickmicksh

Lap Adyen Payout Api

作者 mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lap-adyen-payout-api
功能描述
Adyen Payout API skill. Use when working with Adyen Payout for confirmThirdParty, declineThirdParty, payout. Covers 6 endpoints.
使用说明 (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

安全使用建议
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'.
功能分析
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.
能力标签
requires-oauth-token
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lap-adyen-payout-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lap-adyen-payout-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lap-adyen-payout-api
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lap Adyen Payout Api 是什么?

Adyen Payout API skill. Use when working with Adyen Payout for confirmThirdParty, declineThirdParty, payout. Covers 6 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Lap Adyen Payout Api?

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

Lap Adyen Payout Api 是免费的吗?

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

Lap Adyen Payout Api 支持哪些平台?

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

谁开发了 Lap Adyen Payout Api?

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

💬 留言讨论