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: python

Browse skills that share this tag.

  • temporal-python-pro - Temporal workflow orchestration with Python SDK
    temporalpythonworkflow-orchestrationdistributed-systems

    Updated 2026-09-23

    Guides Temporal workflow design, Python SDK implementation, testing strategies, saga patterns, and production deployment.

    ⚙ Configure and initialize workers⚙ Implement workflows and activities⚙ Configure retry policies and timeouts
  • temporal-python-pro - Build durable workflows with Temporal Python SDK
    temporalpythonworkfloworchestration

    ★ 129 · Updated 2026-09-23

    Provides guidance for building durable workflows, saga patterns, testing, and production worker deployment using the Temporal Python SDK.

    ⚙ Configure Temporal workers and queues⚙ Implement deterministic workflows⚙ Define async and sync activities
  • polars - Fast in-memory DataFrame library based on Apache Arrow
    polarsdataframeetlpython

    ★ 0 · Updated 2026-09-22

    Provides data manipulation capabilities, lazy query optimization, file I/O operations, and pandas migration patterns using Polars.

    ⚙ Query and manipulate tabular data⚙ Perform group aggregations⚙ Apply window functions
  • py-perf - Measure, diagnose, and optimize Python code performance.
    pythonperformanceprofilingbenchmarking

    ★ 1 · Updated 2026-09-22

    Diagnose and improve Python performance using benchmarks, profiling tools, memory analysis, concurrency, and regression tests.

    ⚙ Profile CPU execution time⚙ Track memory allocations⚙ Run reproducible performance benchmarks
  • mastering-langgraph - Build stateful AI agents and workflows with LangGraph.
    langgraphagentworkflowpython

    ★ 41 · Updated 2026-09-22

    Build stateful AI agents and multi-step workflows in Python covering tools, memory, conditional branching, human-in-the-loop, and production monitoring.

    ⚙ Define graph nodes and edges⚙ Implement tool-using agent loops⚙ Add persistent conversation memory
  • 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
  • latchbio-integration - LatchBio Bioinformatics Workflow Integration
    bioinformaticslatchbioworkflowpython

    ★ 0 · Updated 2026-09-22

    Build and deploy serverless bioinformatics workflows on the Latch platform using Python SDK, task decorators, and cloud storage abstractions.

    ⚙ Define serverless workflows using decorators⚙ Deploy pipelines to Latch platform⚙ Manage cloud data using LatchFile
  • 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
  • openclaw-rpa - LLM-based RPA agent framework for browser, API & files
    rpabrowser-automationplaywrightpython

    ★ 0 · Updated 2026-09-21

    Records browser, Excel, Word, and API actions once using AI and compiles them into standalone Playwright Python scripts for execution without LLM calls.

    ⚙ Execute browser navigation and interaction⚙ Extract web text and DOM structure⚙ Execute HTTP API requests
  • azure-ai-voicelive-py - Build real-time voice AI applications with Azure SDK
    azurevoice-aiwebsocketrealtime

    ★ 0 · Updated 2026-09-21

    Provides patterns and tools for building real-time voice AI applications using bidirectional WebSocket communication with Azure AI Voice Live SDK.

    ⚙ Connect to Azure Voice Live API⚙ Configure session and audio settings⚙ Stream base64 PCM16 audio input
  • telnyx-ai-outbound-voice-python - Make outbound AI voice calls with Telnyx in Python
    telnyxvoiceai-assistantoutbound-call

    ★ 217 · Updated 2026-09-21

    Set up Telnyx AI assistants to place outbound phone calls using the Python SDK and scheduled events.

    ⚙ Purchase Telnyx phone number⚙ Create TeXML application⚙ Assign phone number to application
  • pdf - PDF Processing Guide and Toolkit
    pdfdocument-processingtext-extractiontable-extraction

    ★ 123 · Updated 2026-09-21

    Toolkit for extracting text and tables, creating PDFs, merging or splitting documents, and handling PDF forms.

    ⚙ Extract text and tables⚙ Create PDF documents⚙ Merge and split PDFs
  • mcp-builder - MCP Server Development Guide
    mcpmodel-context-protocolserver-developmenttypescript

    ★ 1 · Updated 2026-09-21

    Guide for creating high-quality Model Context Protocol (MCP) servers in Python or Node/TypeScript to integrate external APIs with LLMs.

    ⚙ Research MCP protocol specifications⚙ Plan MCP server implementation⚙ Set up project structure
  • exception-taxonomy - Hierarchical exception system for API error handling
    errorsexception-handlingapipython

    ★ 1 · Updated 2026-09-21

    Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consistent API error handling.

    ⚙ Define machine-readable error codes⚙ Map exceptions to HTTP status codes⚙ Format structured error responses
  • visualization - Data Visualization Guidance and Python Code Patterns
    data-visualizationchart-selectionpythonmatplotlib

    ★ 0 · Updated 2026-09-21

    Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations.

    ⚙ Select charts by data relationship⚙ Generate Python visualization code⚙ Format numbers for chart labels
  • poetry - Manage Python project dependencies and environments with Poetry.
    poetrypythondependency-managementpackage-manager

    ★ 5 · Updated 2026-09-21

    Manage Python dependencies, lock files, and project environments using Poetry.

    ⚙ Add runtime dependencies⚙ Remove runtime dependencies⚙ Add dev dependencies
  • odoo-debugger - Odoo 16.0 Debugger and Issue Resolver
    odoodebuggingtroubleshootingsvl

    ★ 602 · Updated 2026-09-21

    Analyzes and resolves Odoo 16.0 issues including SVL linking problems, queue job failures, view errors, and business logic bugs.

    ⚙ Analyze stock valuation layer linking⚙ Investigate queue job failures⚙ Debug view and XML errors
  • mcp-builder - MCP Server Development Guide
    mcptypescriptpythonapi-integration

    ★ 1 · Updated 2026-09-21

    Guide for building Model Context Protocol servers in Python or TypeScript to integrate external APIs and services.

    ⚙ Plan MCP server architecture⚙ Set up project structure⚙ Implement MCP server tools
  • mcp-builder - MCP Server Development Guide
    mcpmcp-servertypescriptpython

    ★ 1 · Updated 2026-09-21

    Guides the creation of Model Context Protocol servers in Python or TypeScript to enable LLMs to interact with external services.

    ⚙ Research MCP specifications and documentation⚙ Plan MCP server tool architecture⚙ Implement MCP tools and shared utilities

Scroll to load more