← Back to Skills Marketplace
mickmicksh

Lap Adyen Test Cards Api

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-adyen-test-cards-api
Description
Adyen Test Cards API skill. Use when working with Adyen Test Cards for createTestCardRanges. Covers 1 endpoint.
README (SKILL.md)

Adyen Test Cards API

API version: 1

Auth

ApiKey X-API-Key in header | Bearer basic

Base URL

https://pal-test.adyen.com/pal/services/TestCard/v1

Setup

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

Endpoints

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

createTestCardRanges

Method Path Description
POST /createTestCardRanges Creates one or more test card ranges.

Common Questions

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

  • "Create a createTestCardRange?" -> POST /createTestCardRanges
  • "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-test-cards-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adyen-test-cards-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 is small and generally matches its purpose (calling Adyen test-card endpoint), but the authentication instructions are inconsistent. Before installing or using it: 1) Confirm whether the API expects an X-API-Key header or a Bearer token for this endpoint (check Adyen docs or your account's test credentials). 2) Only set ADYEN_TEST_CARDS_API_KEY to a test-key for the Adyen test environment — avoid supplying production account secrets. 3) Be cautious if you run the provided 'npx' commands: npx will download and run packages from npm. If you plan to execute those commands, review the package source first or run them in an isolated environment. If the developer can clarify the exact auth header required and remove the mixed 'Bearer/basic' wording, the remaining issues are minor.
Capability Analysis
Type: OpenClaw Skill Name: lap-adyen-test-cards-api Version: 1.0.0 The skill bundle is a standard API wrapper for the Adyen Test Cards API. It correctly identifies the official Adyen test endpoint (pal-test.adyen.com) and requires a specific environment variable (ADYEN_TEST_CARDS_API_KEY) for authentication. No malicious logic, data exfiltration, or harmful prompt injection attempts were found in SKILL.md or _meta.json.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
The name/description and required env var (ADYEN_TEST_CARDS_API_KEY) align with a small API integration for Adyen test cards and the base URL is the Adyen test endpoint. This is proportional to the stated single-endpoint purpose.
Instruction Scope
The SKILL.md's auth guidance is inconsistent: it lists both 'ApiKey X-API-Key in header' and 'Bearer', then tells the user to 'Set Authorization header with your Bearer token'. The document also says 'Bearer basic' (mixed terms). This ambiguity could cause the agent to send the wrong credential header. The instructions otherwise do not request unrelated files, paths, or extra environment secrets.
Install Mechanism
No install spec or code files are present (lower risk). However the CLI examples call 'npx @lap-platform/lapsh', which would fetch and run a package from npm if executed — this is optional documentation but could run remote code if the agent or user follows it. The skill metadata does not declare Node/npm as a required binary, creating a mild mismatch.
Credentials
Only one env var is declared (ADYEN_TEST_CARDS_API_KEY), which is reasonable for an API integration. The main concern is that the SKILL.md asks for a 'Bearer token' while the declared env var name implies an API key (X-API-Key); the discrepancy should be clarified before supplying credentials. Do not provide production Adyen credentials to a test-only tool unless you understand which environment is targeted.
Persistence & Privilege
The skill is instruction-only, has no install, and is not always-enabled. It does not request system-wide config changes or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-adyen-test-cards-api
  3. After installation, invoke the skill by name or use /lap-adyen-test-cards-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of lap-adyen-test-cards-api skill. - Provides access to Adyen Test Cards API for creating test card ranges. - Supports 1 endpoint: POST /createTestCardRanges. - Requires ADYEN_TEST_CARDS_API_KEY environment variable for authentication. - Includes setup instructions, authentication guide, and endpoint details. - Reference to full API spec included for parameter and schema details.
Metadata
Slug lap-adyen-test-cards-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 Test Cards Api?

Adyen Test Cards API skill. Use when working with Adyen Test Cards for createTestCardRanges. Covers 1 endpoint. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Lap Adyen Test Cards Api?

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

Is Lap Adyen Test Cards Api free?

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

Which platforms does Lap Adyen Test Cards Api support?

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

Who created Lap Adyen Test Cards Api?

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

💬 Comments