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: error-handling

Browse skills that share this tag.

  • frontend-error-handling - Frontend Error Handling Patterns for React
    reacterror-handlingfrontendsentry

    ★ 1 · Updated 2026-09-24

    Provides error handling patterns for React applications including API interceptors, error boundaries, async handling, and Sentry tracking.

    ⚙ Intercept API errors globally⚙ Catch component errors with error boundaries⚙ Handle async errors using try-catch
  • angular-ui-patterns - Angular UI Patterns for Loading, Errors, and Data Display
    angularui-patternsloading-stateserror-handling

    ★ 8 · Updated 2026-09-23

    Provides Angular UI patterns for loading states, error handling, control flow, empty states, and forms.

    ⚙ Implement loading state patterns⚙ Handle component errors⚙ Use Angular control flow syntax
  • python-error-handling - Python error handling and validation patterns
    pythonerror-handlingvalidationpydantic

    ★ 0 · Updated 2026-09-23

    Provides Python error handling patterns including input validation, custom exception hierarchies, and batch partial failure handling.

    ⚙ Validate API parameters early⚙ Convert strings to domain types⚙ Validate models with Pydantic
  • effect-ts - Expert guidance for idiomatic Effect-TS code
    effect-tstypescriptfunctional-programmingerror-handling

    ★ 8 · Updated 2026-09-23

    Provides guidance for writing and reviewing Effect-TS code, covering typed errors, dependency injection, concurrency, and resource management.

    ⚙ Write idiomatic Effect-TS code⚙ Review Effect-TS code⚙ Handle typed errors and defects
  • shell-scripting - Write, review, and fix robust Bash scripts.
    bashshell-scriptingshellcheckerror-handling

    ★ 0 · Updated 2026-09-20

    Provides standards and patterns for writing and reviewing Bash scripts with strict error handling, argument parsing, traps, and ShellCheck compliance.

    ⚙ Write Bash scripts⚙ Review Bash scripts⚙ Add error handling
  • Error Boundaries React - Catch JavaScript errors and display fallback UI in React.
    reacterror-handlingbackendapi

    ★ 2 · Updated 2026-09-18

    React components that catch JavaScript errors in their component tree, log those errors, and display a fallback UI instead of crashing.

    ⚙ Catch JavaScript errors⚙ Log component errors⚙ Display fallback UI
  • golang-error-handling - Idiomatic Go Error Handling and Logging Best Practices
    goerror-handlingsloglogging

    ★ 0 · Updated 2026-09-18

    Idiomatic Go error handling and structured logging guidelines, covering error wrapping, inspection, audit modes, slog integration, and production practices.

    ⚙ Write idiomatic Go error handling⚙ Audit error handling practices⚙ Review error handling code changes
  • react-ui-patterns - React UI Patterns for Loading, Errors, and Forms
    reactuiloading-stateerror-handling

    ★ 3 · Updated 2026-09-17

    Provides React UI patterns for loading states, error handling, button states, empty states, and form submission.

    ⚙ Handle loading states⚙ Surface UI errors⚙ Disable buttons during async operations
  • react-ui-patterns - React UI Patterns for Loading, Errors, and Forms
    reactui-patternsloading-stateserror-handling

    ★ 5 · Updated 2026-09-17

    Provides React UI patterns and guidelines for managing loading states, error handling, button states, empty states, and form submissions.

    ⚙ Implement loading state logic⚙ Surface user error notifications⚙ Manage button disabled states
  • code-conventions - Coding Conventions for zoppy-api
    coding-conventionszoppy-apiclean-codelogging

    ★ 0 · Updated 2026-09-17

    Provides coding conventions for zoppy-api, including logging, error handling, validation, queue integration, and code structure rules.

    ⚙ Log mutating operations with LogService⚙ Map errors to HTTP exceptions⚙ Validate requests using ApplicationValidationBase
  • misakanet-failure-memory - Search and record failure-recovery lessons on MisakaNet
    failure-recoverydebuggingmisakaneterror-handling

    ★ 492 · Updated 2026-09-16

    Search and record failure-recovery lessons from real engineering sessions, and submit or verify debugging lessons across the MisakaNet network.

    ⚙ Register agent node⚙ Search failure lessons⚙ Get full lesson content
  • zod - Zod Schema Validation and Type Safety Best Practices
    zodschema-validationtypescripttype-safety

    ★ 44 · Updated 2026-09-16

    Provides guidelines and rules for Zod schema validation, parsing, type inference, and error handling in TypeScript applications.

    ⚙ Define Zod primitive and object schemas⚙ Validate input using parse and safeParse⚙ Infer TypeScript types using z.infer
  • m06-error-handling - Error Handling
    rusterror-handlingresultoption

    ★ 6 · Updated 2026-09-14

    Provides guidelines and patterns for Rust error handling using Result, Option, panic, anyhow, and thiserror.

    ⚙ Select error handling strategies⚙ Distinguish panic from Result⚙ Choose thiserror or anyhow
  • domain-error-handling - Domain Error Strategy
    error-handlingresiliencedomain-designrust

    ★ 1 · Updated 2026-09-14

    Use this skill when designing domain error handling strategies, including error categorization, recovery strategies, and implementation patterns.

    ⚙ Categorize domain errors⚙ Design error recovery strategies⚙ Select error implementation patterns
  • go-patterns - Go Design Patterns and Best Practices
    godesign-patternsconcurrencyarchitecture

    ★ 0 · Updated 2026-09-14

    Provides Go design patterns for concurrency, interfaces, error handling, functional options, middleware, and project structure.

    ⚙ Implement interface-driven design⚙ Handle errors with context⚙ Apply concurrency worker pools
  • api-designer - Senior API architect for REST and GraphQL API design.
    api-designrest-apiopenapigraphql

    ★ 602 · Updated 2026-09-13

    Designs REST and GraphQL APIs, creates OpenAPI specifications, models resources, and plans versioning and error handling strategies.

    ⚙ Analyze business domain requirements⚙ Model resources and relationships⚙ Design API endpoint specifications
  • agent-callbacks - Add callbacks to agents for logging and monitoring
    orxhestracallbacksloggingmonitoring

    ★ 21 · Updated 2026-09-12

    Adds callbacks to orxhestra agents for logging, monitoring, and error handling, covering model, tool, and sub-agent callbacks.

    ⚙ Add model level execution callbacks⚙ Handle LLM model execution errors⚙ Add tool level execution callbacks
  • hono - Hono routing, middleware, and error handling for Avash
    honoapimiddlewarevalidation

    ★ 0 · Updated 2026-09-12

    Use when writing or reviewing Hono routes, middleware, validation, or error handling under apps/api/src.

    ⚙ Write Hono routes and middleware⚙ Validate boundary requests using Zod⚙ Wrap route handlers with error boundary
  • debug-fix - Diagnose and fix application errors
    debuggingtroubleshootingerror-handlingcode-repair

    ★ 0 · Updated 2026-09-11

    Finds the cause of application errors or wrong behavior before modifying code.

    ⚙ Read stack traces and error messages⚙ Read targeted source file⚙ State root cause before editing
  • fp-either-ref - Either Type Quick Reference
    fp-tseithererror-handlingvalidation

    ★ 0 · Updated 2026-09-11

    Provides a quick reference for the Either type in fp-ts for error handling, validation, and chaining operations.

    ⚙ Create Either instances⚙ Transform Right and Left values⚙ Extract values from Either

Scroll to load more