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 input: Type definitions

Browse skills that use this input.

  • typescript - TypeScript Patterns and Best Practices
    typescripttype-systemgenericstype-guards

    ★ 0 · Updated 2026-09-15

    Provides TypeScript design patterns covering utility types, generics, discriminated unions, type guards, declaration files, and strict mode best practices.

    ⚙ Apply TypeScript utility types⚙ Implement generic types and components⚙ Construct custom type guards
  • e3 - East Execution Engine for Durable Dataflow
    execution enginedataflowEastworkflow orchestration

    ★ 18 · Updated 2026-03-19

    Durable dataflow execution engine for East programs with content-addressable caching

    ⚙ define input⚙ define task⚙ define custom task
  • add-nodebridge-handler - Add new message handler to NodeBridge system
    nodebridgehandlertypescriptbackend

    ★ 18 · Updated 2026-03-09

    Adds new message handlers to enable communication between UI and Node.js backend

    ⚙ Add handler to src/nodeBridge.ts⚙ Update types in src/nodeBridge.types.ts⚙ Update test script HANDLERS object
  • python-pro - Expert Python Development for Type-Safe Async Applications
    PythonType SafetyAsync ProgrammingTesting

    ★ 0 · Updated 2026-02-18

    Build Python 3.11+ applications with type safety, async programming, and production-grade patterns

    ⚙ Write Python code with type hints⚙ Implement async/await patterns⚙ Create pytest test suites
  • typescript - TypeScript Strict Patterns and Best Practices
    TypeScriptCode QualityStatic TypingDevelopment Tools

    ★ 1 · Updated 2026-02-14

    Enforce TypeScript strict patterns and best practices in .ts/.tsx files

    ⚙ Implement TypeScript types and interfaces⚙ Refactor TypeScript code⚙ Use const object patterns