← 返回 Skills 市场
mickmicksh

Lap Abuse Api

作者 mickmicksh · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
305
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install lap-abuse-api
功能描述
Abuse API skill. Use when working with Abuse for abuse. Covers 6 endpoints.
使用说明 (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

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

Lap Abuse Api 是什么?

Abuse API skill. Use when working with Abuse for abuse. Covers 6 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 305 次。

如何安装 Lap Abuse Api?

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

Lap Abuse Api 是免费的吗?

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

Lap Abuse Api 支持哪些平台?

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

谁开发了 Lap Abuse Api?

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

💬 留言讨论