A specialized technical audit tool for FastAPI applications that ensures idiomatic routing, secure dependency injection, and non-blocking asynchronous performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fastapi-code-review
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 fastapi-code-review using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The FastAPI Code Review skill is a high-precision analysis tool designed for Openclaw Skills to maintain the structural integrity of modern Python web applications. It focuses on the specific idioms of the FastAPI framework, ensuring that developers leverage built-in features like Pydantic validation and dependency injection rather than reinventing wheels or introducing technical debt.
By implementing this skill, teams can automate the detection of common pitfalls such as blocking I/O in async handlers, missing response models, and improper status code management. It enforces a standardized review protocol that prioritizes type safety and high-performance asynchronous patterns, making it an essential asset for scaling robust backend services.
To integrate this logic into your agent using Openclaw Skills, ensure the skill directory is accessible and your environment is configured for Python analysis.
# Navigate to your Openclaw Skills directory
cd path/to/skills
# Clone or add the fastapi-code-review skill
git clone [repository-url] fastapi-code-review
# Ensure the review-verification-protocol sibling skill is available
ls ../review-verification-protocol/SKILL.md
The skill utilizes a modular reference system to handle specific FastAPI domains:
| Reference Module | Domain Focus | Key Metrics |
|---|---|---|
routes.md |
Routing & Decorators | response_model, status_codes, HTTP methods |
dependencies.md |
DI Container | Depends(), yield cleanup, shared dependencies |
validation.md |
Schema/Pydantic | Pydantic models, HTTPException, 422 errors |
async.md |
Concurrency | Async def, blocking I/O, background tasks |
All findings are anchored to a specific file:line format to ensure traceability during the verification gate process.
Loading
A professional-grade real estate investment tool that generates comprehensive financial valuations and deal verdicts for rental properties.

A specialized security skill for auditing, hardening, and monitoring the host environment running an AI agent.

A specialized utility for altering FIT file metadata to ensure third-party cycling data is recognized as genuine Garmin hardware.

An advanced authenticity analyzer designed to detect fake reviews, rating manipulation, and suspicious feedback patterns specifically for Walmart product listings.

A comprehensive real estate CRM integration for managing leads, matters, and financial transactions through Openclaw Skills.

A creative video generation tool that produces high-impact makeup transformation sequences featuring anthropomorphic animal characters.








































