← Back to Skills Marketplace
mickmicksh

Lap Adyen Recurring Api

by mickmicksh · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install lap-adyen-recurring-api
Description
Adyen Recurring API skill. Use when working with Adyen Recurring for createPermit, disable, disablePermit. Covers 6 endpoints.
README (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

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

What is Lap Adyen Recurring Api?

Adyen Recurring API skill. Use when working with Adyen Recurring for createPermit, disable, disablePermit. Covers 6 endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Lap Adyen Recurring Api?

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

Is Lap Adyen Recurring Api free?

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

Which platforms does Lap Adyen Recurring Api support?

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

Who created Lap Adyen Recurring Api?

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

💬 Comments