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

Browse skills that share this tag.

  • auditing-windows-named-pipe-and-rpc-exposure - Audit Windows named pipe, RPC, and COM exposures
    windowsnamed-piperpccom

    ★ 5 · Updated 2026-09-22

    Audits Windows services exposing named pipes, RPC endpoints, or COM servers to low-privileged callers without proper authorization checks.

    ⚙ Enumerate service inter-process interfaces⚙ Inspect interface access permissions⚙ Map reachable operations to actions
  • tot-spec - YAML model and RPC code generator
    code-generatoryamlrpccross-language

    ★ 0 · Updated 2026-09-16

    Generates type-safe data structures and RPC service interfaces from YAML specifications across multiple programming languages.

    ⚙ Generate Rust code⚙ Generate Python code⚙ Generate TypeScript code
  • frappe-api-design - Frappe API Design and Implementation
    frappeapi-designrestrpc

    ★ 2 · Updated 2026-09-15

    Defines and implements whitelisted RPC methods and REST endpoints in Frappe with standardized responses, authentication, pagination, and error handling.

    ⚙ Create whitelisted RPC methods⚙ Design REST endpoints⚙ Define API contracts
  • Tonic gRPC - gRPC framework standards and examples for Rust using Tonic
    rusttonicgrpcprotobuf

    ★ 602 · Updated 2026-09-09

    gRPC framework for Rust built on Tokio and Tower.

    ⚙ Compile Protobuf files into Rust⚙ Implement gRPC servers and clients⚙ Handle gRPC streaming communication
  • Tonic gRPC - Rust gRPC Framework with Tonic
    rustgrpcprotobufrpc

    ★ 18 · Updated 2026-03-19

    Build gRPC services and clients in Rust using Tokio and Tower

    ⚙ define services⚙ compile proto files⚙ implement servers
  • Tonic gRPC - Rust gRPC Framework with Tokio
    rustgrpctonicnetworking

    ★ 2 · Updated 2026-03-19

    gRPC framework for Rust built on Tokio and Tower

    ⚙ define proto files⚙ compile proto files⚙ create gRPC server
  • orpc - ORPC RPC Framework for Server Routes and API Endpoints
    rpcapiservermiddleware

    ★ 0 · Updated 2026-02-13

    ORPC RPC framework for server routes, middleware, and client setup

    ⚙ create API endpoints⚙ setup server routes⚙ handle RPC layer