← Back to Skills Marketplace
mickmicksh

Lap Abuse Api

by mickmicksh · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
305
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install lap-abuse-api
Description
Abuse API skill. Use when working with Abuse for abuse. Covers 6 endpoints.
README (SKILL.md)

Abuse API

API version: 2.0.0

Auth

No authentication required.

Base URL

https://api.ote-godaddy.com

Setup

  1. No auth setup needed
  2. GET /v1/abuse/tickets -- verify access
  3. POST /v1/abuse/tickets -- create first tickets

Endpoints

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

abuse

Method Path Description
GET /v1/abuse/tickets List all abuse tickets ids that match user provided filters
POST /v1/abuse/tickets Create a new abuse ticket
GET /v1/abuse/tickets/{ticketId} Return the abuse ticket data for a given ticket id
GET /v2/abuse/tickets List all abuse tickets ids that match user provided filters
POST /v2/abuse/tickets Create a new abuse ticket
GET /v2/abuse/tickets/{ticketId} Return the abuse ticket data for a given ticket id

Common Questions

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

  • "List all tickets?" -> GET /v1/abuse/tickets
  • "Create a ticket?" -> POST /v1/abuse/tickets
  • "Get ticket details?" -> GET /v1/abuse/tickets/{ticketId}
  • "List all tickets?" -> GET /v2/abuse/tickets
  • "Create a ticket?" -> POST /v2/abuse/tickets
  • "Get ticket details?" -> GET /v2/abuse/tickets/{ticketId}

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 abuse-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search abuse-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 a simple instruction-only wrapper for an 'abuse tickets' API and won't install code, but exercise caution: 1) Confirm the API base URL (api.ote-godaddy.com looks like a test environment) and whether you intend requests to go there. 2) Verify whether the real API requires authentication — SKILL.md says 'No authentication required', which is uncommon for endpoints that create tickets; if authentication is actually needed, the skill may be incomplete or misleading. 3) Because the setup suggests creating tickets, be aware that using the skill will send data to an external service and can create real records. 4) Ask the publisher for a homepage or source repo and for the full API spec (references/api-spec.lap) before installing. If you cannot verify these points, avoid granting the agent network access or limit use to a safe test environment.
Capability Analysis
Type: OpenClaw Skill Name: lap-abuse-api Version: 1.0.1 The skill bundle provides a standard interface for interacting with GoDaddy's Abuse API (OTE environment) for managing abuse tickets. The SKILL.md file contains legitimate API documentation, endpoint mappings, and CLI instructions for the LAP platform (@lap-platform/lapsh) without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description match the provided endpoints (abuse ticket listing/creation for v1 and v2). The skill requests no binaries or credentials, which is proportionate for a read-only API client — though the spec includes POST endpoints (creating tickets) which implies write access to a third-party service.
Instruction Scope
SKILL.md instructs the agent to call external endpoints (GET/POST) and even suggests creating tickets as part of setup. It claims 'No authentication required' — if the real API requires credentials, that is an inconsistency. The instructions reference fetching a local spec file (references/api-spec.lap) and running npx @lap-platform/lapsh, but do not ask the agent to read unrelated files or environment variables. However, the setup step to 'create first tickets' performs writes to an external service and could have side effects.
Install Mechanism
No install spec and no code files — instruction-only — so nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requires no environment variables or credentials in its metadata. That is consistent with the declared 'No authentication required' in SKILL.md, but unusual for an API that supports creating tickets. Confirm whether the real API truly allows unauthenticated POSTs; if not, the missing credential requirements are an incoherence to resolve.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify system or other skills' configs. Agent autonomous invocation is allowed (default) but not combined here with other alarming privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lap-abuse-api
  3. After installation, invoke the skill by name or use /lap-abuse-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a new "CLI" section with example commands for updating the spec and searching related APIs. - No changes to API endpoints or behavior.
v1.0.0
Initial release of lap-abuse-api. - Provides integration with Abuse API, covering 6 endpoints for abuse ticket management. - Supports listing, retrieving, and creating abuse tickets for API versions 1 and 2. - No authentication setup required. - Includes endpoint usage patterns and response tips for users. - Reference to the full API specification included for detailed usage.
Metadata
Slug lap-abuse-api
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Lap Abuse Api?

Abuse API skill. Use when working with Abuse for abuse. Covers 6 endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 305 downloads so far.

How do I install Lap Abuse Api?

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

Is Lap Abuse Api free?

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

Which platforms does Lap Abuse Api support?

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

Who created Lap Abuse Api?

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

💬 Comments