← Back to Skills Marketplace
mickmicksh

Lap Aftermarket Api

by mickmicksh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
120
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lap-aftermarket-api
Description
Aftermarket API skill. Use when working with Aftermarket for customers, aftermarket. Covers 3 endpoints.
README (SKILL.md)

Aftermarket API

API version: 1.0.0

Auth

No authentication required.

Base URL

Not specified.

Setup

  1. No auth setup needed
  2. GET /v1/customers/{customerId}/auctions/listings -- verify access
  3. POST /v1/aftermarket/listings/expiry -- create first expiry

Endpoints

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

customers

Method Path Description
GET /v1/customers/{customerId}/auctions/listings Get listings from GoDaddy Auctions

aftermarket

Method Path Description
DELETE /v1/aftermarket/listings Remove listings from GoDaddy Auction
POST /v1/aftermarket/listings/expiry Add expiry listings into GoDaddy Auction

Common Questions

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

  • "List all listings?" -> GET /v1/customers/{customerId}/auctions/listings
  • "Create a expiry?" -> POST /v1/aftermarket/listings/expiry

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • List endpoints may support pagination; check for limit, offset, or cursor params
  • Create/update endpoints typically return the created/updated object

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get aftermarket-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search aftermarket-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
Do not trust this skill as-is. Before installing or enabling it, ask the publisher for: (1) the API base URL(s) to be used; (2) explicit authentication requirements (API keys/OAuth) and how they are stored; (3) the references/api-spec.lap file or a link to the official API spec; (4) confirmation that destructive endpoints (DELETE, POST) require and enforce auth. Be aware that SKILL.md suggests running `npx @lap-platform/lapsh` — that will download/execute code from npm, so only run it if you trust the @lap-platform package. If you need this capability, prefer a version that: includes the base URL, documents auth and required env vars, lists required binaries (node/npm) or provides an audited install mechanism, and includes the referenced API spec file. If the publisher cannot supply those, treat the skill as incomplete and potentially unsafe.
Capability Analysis
Type: OpenClaw Skill Name: lap-aftermarket-api Version: 1.0.0 The skill bundle provides documentation and instructions for an AI agent to interact with an Aftermarket API (GoDaddy Auctions) via the LAP platform. It defines three standard REST endpoints and includes CLI commands for updating the API specification using the '@lap-platform/lapsh' package. No indicators of malicious intent, data exfiltration, or prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill claims to target an Aftermarket API / GoDaddy Auctions endpoints, including DELETE and POST actions. However, it declares no base URL, no authentication, and no required binaries, which is unexpected for an API that appears to perform state-changing operations. The lack of declared dependencies (Node/npm or lapsh) is inconsistent with the CLI usage in the instructions.
Instruction Scope
SKILL.md instructs the agent to verify access (GET) and to create or remove listings (POST/DELETE) but gives no base URL or auth method. It references a local file (references/api-spec.lap) that is not included and provides npx commands that will fetch remote tooling. The presence of destructive endpoints (DELETE /v1/aftermarket/listings) without authentication details is particularly risky/incoherent.
Install Mechanism
There is no install spec (instruction-only), which is low risk by itself. However, the README encourages running npx @lap-platform/lapsh, which implies a Node/npm runtime and network access to install packages — yet the skill does not declare these requirements. That mismatch is an omission to be clarified.
Credentials
The skill declares no required environment variables or credentials and explicitly states "No authentication required." That is surprising for endpoints that modify auctions and likely require API credentials. The absence of any credential requirements is disproportionate and suggests the spec is incomplete or incorrect.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not claim to modify other skills or system-wide settings. It is user-invocable and allows autonomous invocation per platform defaults, which is normal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-aftermarket-api
  3. After installation, invoke the skill by name or use /lap-aftermarket-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the lap-aftermarket-api skill. - Provides coverage for 3 main endpoints related to Aftermarket and GoDaddy Auctions. - Supports listing, removing, and adding expiry to auction listings. - No authentication required for API access. - Includes CLI commands for updating and searching the API spec. - Documentation points to references/api-spec.lap for detailed endpoint information.
Metadata
Slug lap-aftermarket-api
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Lap Aftermarket Api?

Aftermarket API skill. Use when working with Aftermarket for customers, aftermarket. Covers 3 endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.

How do I install Lap Aftermarket Api?

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

Is Lap Aftermarket Api free?

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

Which platforms does Lap Aftermarket Api support?

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

Who created Lap Aftermarket Api?

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

💬 Comments