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

Browse skills that share this tag.

  • newm-chain-grpc - Interact with NEWM Chain gRPC endpoints using grpcurl
    newm-chaingrpcgrpcurlprotobuf

    ★ 16 · Updated 2026-09-22

    Call, inspect, and troubleshoot newm-chain gRPC endpoints using grpcurl for UTXO queries, stream monitoring, transaction building, and submission.

    ⚙ Discover API from proto definitions⚙ Inspect request and response templates⚙ Invoke unary gRPC methods
  • protobuf-grpc-reverse-engineering - Recover unknown Protobuf and gRPC message structures
    protobufgrpcreverse-engineeringgrpc-web

    ★ 0 · Updated 2026-09-15

    Recover and validate unknown Protobuf, gRPC, and gRPC-Web message structures from captures, assets, binaries, or traces.

    ⚙ Strip gRPC transport framing⚙ Decode raw Protobuf payloads⚙ Infer provisional proto definitions
  • grpc-best-practices - gRPC Best Practices
    grpcprotobufbufstreaming

    ★ 0 · Updated 2026-09-10

    Provides gRPC design patterns including protobuf well-known types, streaming, deadlines, and status codes.

    ⚙ Version proto files with Buf⚙ Use protobuf well known types⚙ Set deadlines and propagate context
  • 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