LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: fastapi

Browse skills that share this tag.

  • python-patterns - Python Development Principles and Decision-Making
    pythonarchitecturefastapidjango

    ★ 0 · Updated 2026-09-22

    Provides principles for Python framework selection, async decision-making, type hints, project structure, background tasks, error handling, and testing.

    ⚙ Select Python frameworks⚙ Decide async versus sync⚙ Apply type hints strategies
  • project-guidelines-example - Project Guidelines and Architecture Template Example
    project-guidelinesarchitecturefastapinextjs

    ★ 1 · Updated 2026-09-22

    Provides architecture overview, code patterns, testing workflows, deployment procedures, and rules for a project.

    ⚙ Provide project architecture and structure⚙ Define API and frontend patterns⚙ Specify testing and deployment workflows
  • FastAPI Caching - Redis caching patterns for FastAPI applications.
    fastapirediscachingmiddleware

    ★ 21 · Updated 2026-09-21

    Provides Redis caching patterns, decorators, middleware, and invalidation strategies for FastAPI applications.

    ⚙ Configure Redis connection pool⚙ Cache async function results⚙ Provide response caching middleware
  • python-patterns - Python development principles and decision-making
    pythonarchitecturefastapidjango

    ★ 129 · Updated 2026-09-21

    Provides decision-making principles for Python framework selection, async patterns, type hints, project structure, and error handling.

    ⚙ Select Python web frameworks⚙ Choose async or sync patterns⚙ Apply Python type hinting strategies
  • azure-cosmos-db-py - Build Azure Cosmos DB NoSQL services in Python
    azure-cosmos-dbpythonfastapinosql

    ★ 602 · Updated 2026-09-21

    Build Python FastAPI services with Azure Cosmos DB using dual authentication, service layer abstractions, parameterized queries, and TDD patterns.

    ⚙ Initialize Cosmos DB client⚙ Implement service layer CRUD⚙ Create Pydantic data models
  • azure-cosmos-db-py - Build Azure Cosmos DB NoSQL services in Python
    azure-cosmos-dbpythonnosqlfastapi

    ★ 129 · Updated 2026-09-20

    Build Azure Cosmos DB NoSQL services following clean code, security best practices, and TDD principles.

    ⚙ Initialize Cosmos DB client⚙ Define Pydantic model hierarchy⚙ Implement Cosmos DB service layer
  • create-python-x402-server - Create x402 Payment-Protected Servers in Python
    pythonx402algorandfastapi

    ★ 0 · Updated 2026-09-19

    Create x402 payment-protected servers with FastAPI or Flask for Algorand.

    ⚙ Install x402 Python dependencies⚙ Set up x402 resource server⚙ Register AVM payment scheme
  • create-python-x402-server - Create x402 payment-protected servers in Python
    pythonfastapiflaskx402

    ★ 0 · Updated 2026-09-19

    Build FastAPI or Flask servers protecting API endpoints with Algorand USDC payments using x402 middleware.

    ⚙ Install x402 Python dependencies⚙ Configure x402 resource server⚙ Define payment route configurations
  • create-python-x402-server - Create x402 Payment-Protected Servers in Python
    pythonfastapiflaskx402

    ★ 2 · Updated 2026-09-19

    Build FastAPI or Flask servers that protect API endpoints with Algorand USDC payments using x402 middleware.

    ⚙ Install x402 server dependencies⚙ Set up x402 resource server⚙ Register AVM server scheme
  • create-python-x402-server - Create x402 Payment-Protected Servers in Python
    pythonfastapiflaskalgorand

    ★ 3 · Updated 2026-09-19

    Create x402 payment-protected servers with FastAPI or Flask for Algorand USDC payments.

    ⚙ Install x402 AVM dependencies⚙ Configure x402 facilitator client⚙ Register AVM server scheme
  • python-development-python-scaffold - Python Project Scaffolding
    pythonscaffoldingfastapidjango

    ★ 0 · Updated 2026-09-19

    Generate production-ready Python project structures with modern tooling, type hints, testing setup, and configuration.

    ⚙ Analyze project architecture types⚙ Initialize projects using uv⚙ Generate FastAPI project structures
  • firestore-service - Create async Firestore services with transactions
    firestoreasyncfastapidatabase

    ★ 18 · Updated 2026-09-19

    Provides guidelines for building async Firestore services with transactions, error handling, audit logging, and FastAPI dependencies.

    ⚙ Create async Firestore service classes⚙ Implement transactional CRUD operations⚙ Record security audit events
  • web-demo - FastAPI Web Demo App and API Surface
    fastapiweb-demoautoreportapi

    ★ 0 · Updated 2026-09-18

    Handle the FastAPI demo app, public HTML surface, generation API behavior, and web-facing tests for autoreport.

    ⚙ Handle FastAPI demo applications⚙ Preserve web route contracts⚙ Process compile preview API routes
  • fastapi-pro - FastAPI async API development guidance and best practices
    fastapipythonasyncapi

    ★ 6 · Updated 2026-09-17

    Provides guidance and best practices for building async APIs using FastAPI, SQLAlchemy 2.0, and Pydantic V2.

    ⚙ Build async APIs with FastAPI⚙ Implement Pydantic V2 data validation⚙ Integrate async SQLAlchemy 2.0 ORM
  • fastapi-pro - Build high-performance async APIs with FastAPI
    fastapipythonasyncsqlalchemy

    ★ 0 · Updated 2026-09-16

    Provides best practices and patterns for building high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2.

    ⚙ Build async APIs with FastAPI⚙ Manage data with async SQLAlchemy⚙ Implement authentication with JWT
  • junta-leiloeiros - Collect and query official Brazilian auctioneer data
    scrapingbrazilian-dataauctioneersapi

    ★ 0 · Updated 2026-09-16

    Scrapes, stores, queries, and exports official auctioneer data from all 27 Brazilian Commercial Boards using SQLite and FastAPI.

    ⚙ Scrape official auctioneer data⚙ Store auctioneer data in SQLite⚙ Serve auctioneer REST API
  • API JWT Authenticator - API JWT Authenticator Skill
    fastapijwtauthenticationsecurity

    ★ 18 · Updated 2026-09-15

    Provides conceptual framework for securing FastAPI REST APIs with JWT authentication.

    ⚙ Extract JWT tokens from headers⚙ Validate token signatures and claims⚙ Verify user identity and permissions
  • python-test-generator - Python Test Generator for FastAPI and SQLAlchemy
    pythonpytestfastapisqlalchemy

    ★ 8 · Updated 2026-09-14

    Generates Python test suites and architecture for FastAPI and SQLAlchemy projects using pytest, testcontainers, and polyfactory.

    ⚙ Scaffold test directory structure⚙ Generate container fixture files⚙ Generate entity factory files
  • smart-memory - Persistent transcript-first memory runtime for OpenClaw.
    memoryopenclawsqlitefastapi

    ★ 24 · Updated 2026-09-12

    Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.

    ⚙ Ingest transcript messages⚙ Retrieve entity-aware context⚙ Commit facts and summaries
  • py-fastapi-patterns - FastAPI API Design Patterns and Best Practices
    fastapiapi-designpythonopenapi

    ★ 422 · Updated 2026-06-30

    Provides FastAPI patterns for API design including dependency injection, response models, error handling, middleware, and OpenAPI schema management.

    ⚙ Define dependency injection chains⚙ Create explicit response models⚙ Handle HTTP exceptions

Scroll to load more