A complete engineering methodology for designing, building, and securing production-grade APIs throughout their entire lifecycle.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install afrexai-api-architect
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install afrexai-api-architect using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
API Architect is a robust framework for managing the complete API engineering lifecycle, from initial schema design to production monitoring. It provides developers using Openclaw Skills with a structured approach to building REST, GraphQL, or gRPC services that are consistent, secure, and scalable. Instead of just executing curl commands, this skill enforces industry best practices for resource modeling, status code selection, and response envelope standardization to ensure professional-grade output.
The skill emphasizes a design-first approach where the specification acts as the primary contract. By integrating this methodology into Openclaw Skills, teams can automate the generation of OpenAPI specs, create comprehensive test pyramids, and conduct rigorous security audits, ensuring that every endpoint is resilient against common vulnerabilities and performance bottlenecks.
To integrate this lifecycle methodology into your environment using Openclaw Skills, define your base variables and testing aliases for consistent CLI interaction.
# Define base environment variables for API testing
export BASE="https://api.example.com/v1"
export TOKEN="your_bearer_token"
# Set up a convenient alias for authenticated JSON requests
alias api='curl -s -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json"'
The skill organizes API architectural data using the following taxonomy to ensure clarity and standard compliance:
| Component | Format | Description |
|---|---|---|
| Resource Model | YAML | Defines service paths, operations, states, and transitions. |
| OpenAPI Spec | YAML/JSON | The version 3.1.0 contract defining the entire API interface. |
| Test Checklist | Markdown/YAML | A per-endpoint list of scenarios covering validation, auth, and edge cases. |
| Quality Rubric | Table/Score | A 100-point scoring system across design, security, and performance. |
| Structured Logs | JSON | Standardized log format including request_id, duration, and user_id. |
Loading
Automate the creation of comprehensive, board-ready annual business reports from raw financial and operational data.

A professional framework to audit company AI spending, identify waste, and measure ROI to right-size your technology stack.

A comprehensive safety and alignment framework to audit AI agent deployments against international regulatory standards.

A comprehensive auditing framework that scores eight organizational dimensions to produce a prioritized 90-day AI implementation plan.

Automate the creation of OpenAPI specs, human-readable markdown references, and developer SDK quickstart guides from endpoint descriptions.

A comprehensive framework for evaluating, pricing, and launching internal APIs as profitable commercial products.








































