← 返回 Skills 市场
mickmicksh

Lap Adyen Recurring Api

作者 mickmicksh · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install lap-adyen-recurring-api
功能描述
Adyen Recurring API skill. Use when working with Adyen Recurring for createPermit, disable, disablePermit. Covers 6 endpoints.
使用说明 (SKILL.md)

Adyen Recurring API

API version: 68

Auth

ApiKey X-API-Key in header | Bearer basic

Base URL

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

Setup

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

Endpoints

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

createPermit

Method Path Description
POST /createPermit Create new permits linked to a recurring contract.

disable

Method Path Description
POST /disable Disable stored payment details

disablePermit

Method Path Description
POST /disablePermit Disable an existing permit.

listRecurringDetails

Method Path Description
POST /listRecurringDetails Get stored payment details

notifyShopper

Method Path Description
POST /notifyShopper Ask issuer to notify the shopper

scheduleAccountUpdater

Method Path Description
POST /scheduleAccountUpdater Schedule running the Account Updater

Common Questions

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

  • "Create a createPermit?" -> POST /createPermit
  • "Create a disable?" -> POST /disable
  • "Create a disablePermit?" -> POST /disablePermit
  • "Create a listRecurringDetail?" -> POST /listRecurringDetails
  • "Create a notifyShopper?" -> POST /notifyShopper
  • "Create a scheduleAccountUpdater?" -> POST /scheduleAccountUpdater
  • "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-recurring-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adyen-recurring-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 be an instruction-only helper for Adyen's recurring endpoints and only asks for one API credential, which is reasonable. Before installing or providing secrets: 1) Confirm the correct auth method with whoever produced the skill — the SKILL.md contradicts itself (X-API-Key vs Bearer token). 2) Note the base URL shown is a test endpoint (pal-test.adyen.com); ensure you use the correct production URL and credentials for live use. 3) Because no source or homepage is provided, prefer to get a copy of the original spec or a vetted implementation (or ask the publisher for source) so you can review exact request formats. 4) Keep ADYEN_RECURRING_API_KEY in a secure secret store and do not paste it into chats; only provide it to the agent if you are sure the auth format and endpoint are correct. If you can, ask the skill author to clarify the auth header and to publish source or documentation to improve trust.
功能分析
Type: OpenClaw Skill Name: lap-adyen-recurring-api Version: 1.0.1 The skill bundle is a standard API integration for the Adyen Recurring API. It defines legitimate endpoints (e.g., createPermit, disable), requires a standard API key environment variable (ADYEN_RECURRING_API_KEY), and uses official Adyen test URLs. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection in SKILL.md or _meta.json.
能力标签
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description describe an Adyen Recurring API helper and the single required env var (ADYEN_RECURRING_API_KEY) is consistent with calling an API. The documented endpoints match the stated purpose. However, the skill has no listed source or homepage which reduces provenance and trust.
Instruction Scope
SKILL.md instructs use of an Authorization Bearer token ('Set Authorization header with your Bearer token') while the Auth section also lists 'ApiKey X-API-Key' and the declared required env var is ADYEN_RECURRING_API_KEY. This is an inconsistency in how credentials should be supplied. The instructions also reference a local file (references/api-spec.lap) and an npx command to fetch specs — those are benign helper steps but the doc does not clarify which auth method the agent must actually use.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing will be written to disk or automatically downloaded by the skill itself. Low install risk.
Credentials
Only a single env var (ADYEN_RECURRING_API_KEY) is required, which is proportionate for an API integration. However, the mismatch between the declared API key env var and the 'Bearer token' wording in the instructions needs clarification: confirm whether the key should be sent as X-API-Key, as a Bearer token, or if both are accepted.
Persistence & Privilege
always:false and default invocation settings. The skill does not request persistent or platform-wide privileges and cannot force-enable itself. No concerns here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lap-adyen-recurring-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lap-adyen-recurring-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated base URL in SKILL.md from paltokenization-test.adyen.com to pal-test.adyen.com for Adyen Recurring API. - No changes to endpoints, description, or other content.
v1.0.0
Initial release of Adyen Recurring API skill. - Provides access to 6 Adyen Recurring API endpoints: createPermit, disable, disablePermit, listRecurringDetails, notifyShopper, and scheduleAccountUpdater. - Includes quick-auth setup using API key or bearer token. - Details example endpoint usage and common user questions. - Requires ADYEN_RECURRING_API_KEY environment variable. - Reference to full API spec included for endpoint details and response schemas.
元数据
Slug lap-adyen-recurring-api
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Lap Adyen Recurring Api 是什么?

Adyen Recurring API skill. Use when working with Adyen Recurring for createPermit, disable, disablePermit. Covers 6 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Lap Adyen Recurring Api?

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

Lap Adyen Recurring Api 是免费的吗?

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

Lap Adyen Recurring Api 支持哪些平台?

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

谁开发了 Lap Adyen Recurring Api?

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

💬 留言讨论