← Back to Skills Marketplace
Ai Intelligent Api Management
by
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
207
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-api-manager
Description
API 管理,接口设计 + 文档 + 测试。
README (SKILL.md)
AI 智能 API 管理系统
描述
API 管理,接口设计 + 文档 + 测试。
功能
- API 设计(可视化设计)
- 文档生成(自动生成)
- 接口测试(自动化测试)
- 版本管理(版本控制)
- 性能监控(API监控)
定价
- 基础版:¥99/月(100 API)
- 专业版:¥499/月(1000 API)
- 企业版:¥1999/月(无限 API)
适用场景
- API 开发
- 接口管理
- 文档生成
- 接口测试
技术栈
- Python + FastAPI
- OpenAPI/Swagger
- 接口测试
- 性能监控
安装
git clone https://github.com/openclaw-skills/ai-intelligent-api-management
cd ai-intelligent-api-management
pip install -r requirements.txt
python app.py
创建:2026-03-13 作者:OpenClaw Skills Team
Usage Guidance
This skill bundle contains only instructions and no code; following it will clone and run code from a GitHub repo and install its Python dependencies. Before installing or running anything: (1) Inspect the linked GitHub repository and review its code, startup scripts, and requirements.txt; (2) Review the repo for any network endpoints, telemetry, or credential usage; (3) Run the project in an isolated environment or container (not on a production machine); (4) Prefer skills that include their code in the package or come from a vetted source; (5) If you must proceed, at minimum audit requirements and run static checks on the cloned code, and avoid supplying sensitive credentials until you confirm what the software needs and why.
Capability Analysis
Type: OpenClaw Skill
Name: ai-api-manager
Version: 1.0.0
The skill bundle contains no functional code and instead provides instructions in SKILL.md for the agent to clone an external GitHub repository and execute its contents (git clone https://github.com/openclaw-skills/ai-intelligent-api-management && python app.py). This 'fetch-and-execute' pattern is a supply chain risk that bypasses static analysis of the actual application logic, although no explicitly malicious intent is found in the provided metadata files.
Capability Assessment
Purpose & Capability
The declared purpose (API design, docs, testing, monitoring) matches what an API-management project would do. However, the packaged skill contains no implementation and instead tells the user/agent to clone and run an external GitHub repo — an inconsistency between the skill bundle and the runtime instructions.
Instruction Scope
The SKILL.md instructs running commands that fetch and execute third-party code (git clone, pip install -r requirements.txt, python app.py). Those steps would cause the agent/user to download and execute arbitrary code outside the skill package and could lead to code execution or data exfiltration. The instructions do not limit or describe what the external code does, nor do they declare any environment/credential needs that external components might require.
Install Mechanism
There is no install spec in the skill bundle, but the README-style instructions direct cloning from a GitHub repo and installing Python dependencies. While GitHub is a common host, this still results in arbitrary remote code being installed and executed (moderate-to-high risk). The skill package itself contains no code to vet.
Credentials
The skill declares no required environment variables or credentials, which is appropriate for the manifest. However, because the agent is instructed to run external software, that external code may request or use secrets/configuration not declared by the skill. The lack of declared env vars therefore provides limited assurance.
Persistence & Privilege
The skill does not request always: true and is user-invocable only. That is reasonable. Still, the instructions run a server (python app.py) which implies long-running network services and potential persistent presence on the host — behavior not captured in the skill metadata and worth considering before running.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-api-manager - After installation, invoke the skill by name or use
/ai-api-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AI 智能 API 管理系统:
- Provides visual API design, automated documentation, and interface testing.
- Supports version management and API performance monitoring.
- Offers tiered pricing for different usage scales.
- Built with Python, FastAPI, and OpenAPI/Swagger standards.
Metadata
Frequently Asked Questions
What is Ai Intelligent Api Management?
API 管理,接口设计 + 文档 + 测试。 It is an AI Agent Skill for Claude Code / OpenClaw, with 207 downloads so far.
How do I install Ai Intelligent Api Management?
Run "/install ai-api-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Intelligent Api Management free?
Yes, Ai Intelligent Api Management is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Intelligent Api Management support?
Ai Intelligent Api Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Intelligent Api Management?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.
More Skills