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: api-testing

Browse skills that share this tag.

  • models-config - Model configuration editor with multi-protocol testing support
    model-configapi-testingcurlprice-update

    ★ 1 · Updated 2026-09-17

    Edits ~/.pi/agent/models.json, tests multi-protocol APIs via curl, and updates model prices from models.dev.

    ⚙ Edit model configuration file⚙ Validate JSON configuration format⚙ Test Anthropic Messages API
  • prowler-test-api - Testing patterns for Prowler API
    prowlerapi-testingpytestjson-api

    ★ 18 · Updated 2026-09-14

    Provides testing patterns for Prowler API including JSON:API requests, Celery task testing, RLS tenant isolation, and RBAC.

    ⚙ Test JSON:API endpoints⚙ Test cross-tenant RLS isolation⚙ Test Celery async tasks
  • generate-api-test - Generate Playwright API tests using local LLM or Claude
    playwrightapi-testingtest-generationllm

    ★ 0 · Updated 2026-09-13

    Generates Playwright API tests using local LLM with Claude fallback, saves to tests/api/, and records results in TESTS_API.md.

    ⚙ Generate Playwright API test files⚙ Auto-detect API test type⚙ Run generated test specs automatically
  • api-testing-observability-api-mock - Design realistic API mocks for development and testing
    api-mockingapi-testingobservabilitytest-fixtures

    ★ 1 · Updated 2026-09-10

    Simulates real API behaviors and creates mock services to support development, testing, and demonstration workflows.

    ⚙ Design realistic mock API services⚙ Simulate third-party API behaviors⚙ Validate API contracts before backend
  • 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
  • dci-dogfooding - Verify DCI Swarm Code Changes Through Live System Testing
    testingverificationapi-testingintegration-testing

    ★ 0 · Updated 2026-02-18

    Exercises new features and endpoints via API calls against the running DCI swarm to verify code changes.

    ⚙ Make API calls⚙ Run CLI commands⚙ Verify response behavior
  • curl - curl HTTP Client Examples and Commands
    http-clientnetwork-toolcommand-linefile-transfer

    ★ 602 · Updated 2026-02-14

    HTTP client examples including download, POST, auth, JSON, headers, proxy, and FTP operations

    ⚙ download files⚙ send POST requests⚙ handle authentication