← Back to Skills Marketplace
mickmicksh

Lap Adyen Data Protection Api

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-adyen-data-protection-api
Description
Adyen Data Protection API skill. Use when working with Adyen Data Protection for requestSubjectErasure. Covers 1 endpoint.
README (SKILL.md)

Adyen Data Protection API

API version: 1

Auth

ApiKey X-API-Key in header | Bearer basic

Base URL

https://ca-test.adyen.com/ca/services/DataProtectionService/v1

Setup

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

Endpoints

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

requestSubjectErasure

Method Path Description
POST /requestSubjectErasure Submit a Subject Erasure Request.

Common Questions

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

  • "Create a requestSubjectErasure?" -> POST /requestSubjectErasure
  • "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-data-protection-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adyen-data-protection-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 mostly matches its stated purpose (calling Adyen's requestSubjectErasure endpoint) but the documentation is inconsistent about authentication. Before installing or supplying credentials: 1) Confirm whether the API expects an X-API-Key header or a Bearer token and update the skill or your usage accordingly. 2) Prefer using a test/sandbox API key (the base URL is a test host) — do not supply production secrets until the auth method is clarified. 3) Be aware the SKILL.md suggests running npx/lapsh commands; the skill doesn't install that tooling, so the agent might try to run or install it. 4) If you accept this skill, monitor outgoing requests and limit the credential scope (use least-privilege/test keys). If the source of the skill is unknown or you cannot clarify the auth mismatch, avoid providing sensitive keys.
Capability Analysis
Type: OpenClaw Skill Name: lap-adyen-data-protection-api Version: 1.0.0 The skill is a standard API wrapper for the Adyen Data Protection API, specifically focusing on the 'requestSubjectErasure' endpoint. It uses a legitimate Adyen test environment URL (ca-test.adyen.com) and follows standard authentication patterns via environment variables. No malicious code, data exfiltration, or prompt injection attempts were found in SKILL.md or the metadata.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
Name, description, and declared environment variable (ADYEN_DATA_PROTECTION_API_KEY) align with an Adyen Data Protection API skill for requestSubjectErasure. The base URL is the Adyen test endpoint (ca-test.adyen.com), which is plausible for a test integration.
Instruction Scope
SKILL.md instructs only to POST /requestSubjectErasure and to set an Authorization header, but the doc is inconsistent: it lists both "ApiKey X-API-Key in header" and "Set Authorization header with your Bearer token." That conflict means the instructions could cause the agent to send the wrong credential type. The doc also suggests running npx @lap-platform/lapsh commands (external CLI usage) with no install spec or guarantee that lapsh is available.
Install Mechanism
Instruction-only skill with no install steps or packages — lowest-risk install footprint. However, the instructions reference running npx/lapsh which are not provided by the skill and may fail or lead the agent to attempt installing external tooling.
Credentials
Only a single env var (ADYEN_DATA_PROTECTION_API_KEY) is declared, which is proportionate for an API integration. The concern is that the SKILL.md's auth guidance doesn't clearly map to that env var (X-API-Key header vs Bearer token), so it's unclear what credential you'll actually be giving the agent or how it will be used.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not request unusual privileges or system config paths. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-adyen-data-protection-api
  3. After installation, invoke the skill by name or use /lap-adyen-data-protection-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
lap-adyen-data-protection-api v1.0.0 - Initial release of Adyen Data Protection API skill. - Supports the requestSubjectErasure endpoint for submitting Subject Erasure Requests. - Includes setup instructions, authentication details, and usage tips. - Requires the environment variable: ADYEN_DATA_PROTECTION_API_KEY.
Metadata
Slug lap-adyen-data-protection-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 Data Protection Api?

Adyen Data Protection API skill. Use when working with Adyen Data Protection for requestSubjectErasure. Covers 1 endpoint. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Lap Adyen Data Protection Api?

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

Is Lap Adyen Data Protection Api free?

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

Which platforms does Lap Adyen Data Protection Api support?

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

Who created Lap Adyen Data Protection Api?

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

💬 Comments