用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lap-Platform/claude-marketplace --skill apidapp命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Configuration API skill. Use when working with Configuration for accountHolders, balanceAccounts, balancePlatforms. Covers 79 endpoints.
Adyen Checkout API skill. Use when working with Adyen Checkout for applePay, cancels, cardDetails. Covers 28 endpoints.
Akamai: Application Security API skill. Use when working with Akamai: Application Security for activations, api-discovery, configs. Covers 213 endpoints.
基于 SOC 职业分类
正在显示 SKILL.md
| name | apidapp |
| description | ApiDapp API skill. Use when working with ApiDapp for root, account, block. Covers 54 endpoints. |
| version | 1.0.0 |
| generator | lapsh |
API version: 2019-02-14T16:47:01Z
ApiKey X-Api-Key in header
https://ethereum.apidapp.com/1
54 endpoints across 11 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| OPTIONS | / |
| Method | Path | Description |
|---|---|---|
| POST | /account | Create new account |
| OPTIONS | /account | |
| GET | /account/{id} | Get account balance |
| OPTIONS | /account/{id} |
| Method | Path | Description |
|---|---|---|
| GET | /block | Access detailed block information |
| OPTIONS | /block | |
| GET | /block/{id} | Get information about particular block |
| OPTIONS | /block/{id} | |
| GET | /block/{id}/transaction | Get transaction count within block |
| OPTIONS | /block/{id}/transaction | |
| GET | /block/{id}/transaction/{index} | Get information about particular transaction within block |
| OPTIONS | /block/{id}/transaction/{index} |
| Method | Path | Description |
|---|---|---|
| GET | /blockchain | Get a list of supported blockchains |
| OPTIONS | /blockchain | |
| GET | /blockchain/{id} | Get information about blockchain woth given id |
| OPTIONS | /blockchain/{id} |
| Method | Path | Description |
|---|---|---|
| POST | /contract | Create a new smart contract |
| OPTIONS | /contract | |
| GET | /contract/{id} | Get contract balance |
| POST | /contract/{id} | Call the contract |
| OPTIONS | /contract/{id} |
| Method | Path | Description |
|---|---|---|
| OPTIONS | /echo |
| Method | Path | Description |
|---|---|---|
| GET | /erc20 | Get token information such as name, total amount in circulation, etc |
| POST | /erc20 | |
| OPTIONS | /erc20 | |
| GET | /erc20/{address} | Get information amout token balance in the account |
| POST | /erc20/{address} | Transfer tokens to another account |
| OPTIONS | /erc20/{address} |
| Method | Path | Description |
|---|---|---|
| GET | /key | |
| POST | /key | |
| OPTIONS | /key | |
| DELETE | /key/{key} | |
| OPTIONS | /key/{key} |
| Method | Path | Description |
|---|---|---|
| POST | /transaction | Create a new transaction. Transfer Ether between accounts |
| OPTIONS | /transaction | |
| GET | /transaction/{hash} | Get information about transaction by the transaction hash value |
| OPTIONS | /transaction/{hash} | |
| GET | /transaction/{hash}/receipt | Get receipt detail information |
| OPTIONS | /transaction/{hash}/receipt |
| Method | Path | Description |
|---|---|---|
| GET | /version | Get API version info |
| OPTIONS | /version |
| Method | Path | Description |
|---|---|---|
| GET | /wallet | Get current account balance |
| POST | /wallet | Create personal wallet |
| OPTIONS | /wallet | |
| GET | /wallet/account | |
| POST | /wallet/account | |
| OPTIONS | /wallet/account | |
| GET | /wallet/account/{id} | Get account balance |
| OPTIONS | /wallet/account/{id} | |
| POST | /wallet/account/{id}/contract | |
| POST | /wallet/account/{id}/erc20 | |
| POST | /wallet/account/{id}/pay | Send payment from the account held within the wallet |
| OPTIONS | /wallet/account/{id}/pay |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
Generated from the official API spec by LAP