← 返回 Skills 市场
mickmicksh

Lap Adyen Data Protection Api

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

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

Lap Adyen Data Protection Api 是什么?

Adyen Data Protection API skill. Use when working with Adyen Data Protection for requestSubjectErasure. Covers 1 endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Lap Adyen Data Protection Api?

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

Lap Adyen Data Protection Api 是免费的吗?

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

Lap Adyen Data Protection Api 支持哪些平台?

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

谁开发了 Lap Adyen Data Protection Api?

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

💬 留言讨论