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 with output: test suite

Browse skills that produce this output.

  • agent-orchestration-improve-agent - Agent Performance Optimization Skill
    agentperformance optimizationprompt engineeringA/B testing

    ★ 18 · Updated 2026-06-30

    Systematically improve existing agents through performance analysis, prompt engineering, and iteration

    ⚙ analyze performance⚙ collect metrics⚙ identify patterns
  • api-to-testcase-generator - Generate API Test Cases Automatically
    api-testingtest-generationpytestjest

    ★ 62 · Updated 2026-06-15

    Generate test cases from API definitions covering happy paths, edge cases, errors, and boundaries

    ⚙ parse API definitions⚙ generate test cases⚙ create test code
  • scaffolding-fastapi-dapr - FastAPI + Dapr Backend Scaffolding
    FastAPIDaprSQLModelREST API

    ★ 18 · Updated 2026-05-28

    Scaffold production-grade FastAPI backends with SQLModel database integration, Dapr event-driven architecture, and JWT authentication

    ⚙ create FastAPI project⚙ define SQLModel schemas⚙ configure async database
  • Smart Contracts - Build and Deploy Smart Contracts
    blockchainsmart contractssolidityweb3

    ★ 1 · Updated 2026-03-25

    Create, deploy, and verify self-executing blockchain programs using Solidity

    ⚙ create contract⚙ deploy contract⚙ verify contract
  • implement-feature - Implement UI Features in Mock App
    mock appfeature implementationUI componentstesting

    ★ 1 · Updated 2026-03-22

    End-to-end workflow for implementing UI-driven mock features with data models, reusable components, and automated testing.

    ⚙ clarify feature requirements⚙ update data model⚙ generate sample data
  • implement-feature - Implement Italian billing features with fiscal compliance
    Italian billingfiscal compliancee-invoicingworkflow automation

    ★ 3 · Updated 2026-03-10

    Implement billing system features that comply with Italian fiscal regulations including VAT, withholding, and split payment

    ⚙ read fiscal rules⚙ analyze domain code⚙ analyze API endpoints
  • tdd-workflow - Test-Driven Development Workflow
    TDDtestingworkflowcode-quality

    ★ 3 · Updated 2026-03-10

    Ensures code development follows TDD principles with comprehensive test coverage

    ⚙ write unit tests⚙ create test cases⚙ implement code