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: Rust source code

Browse skills that use this input.

  • rust-pro - Master modern Rust 1.75+ and systems programming.
    rustasyncsystems-programmingtokio

    ★ 4 · Updated 2026-09-20

    Provides expertise in Rust 1.75+ async patterns, type system features, memory safety, and production systems programming.

    ⚙ Build Rust services libraries and tools⚙ Solve lifetime ownership and async issues⚙ Develop web services using modern frameworks
  • senior-rust - Senior Rust patterns for async, FFI, and embedded.
    rusttokioasyncffi

    ★ 1 · Updated 2026-09-13

    Provides Rust patterns for workspace structure, Tokio async tasks, error handling, unsafe guidelines, FFI, embedded development, testing, and profiling.

    ⚙ Configure Rust Cargo workspaces⚙ Implement Tokio async tasks⚙ Handle Rust errors with crates
  • security-audit - Security Audit for Rust and WebAssembly
    securityauditrustwebassembly

    ★ 2 · Updated 2026-03-20

    Security auditing for Rust/WebAssembly applications, identifying vulnerabilities and reviewing unsafe code

    ⚙ identify vulnerabilities⚙ review unsafe code⚙ validate input handling
  • security-audit - Rust/WebAssembly Security Audit
    securityauditrustwebassembly

    ★ 1 · Updated 2026-03-20

    Security auditing for Rust/WebAssembly applications identifying vulnerabilities and reviewing unsafe code

    ⚙ identify vulnerabilities⚙ review unsafe code⚙ validate input handling
  • security-audit - Rust and WebAssembly Security Audit
    securityauditrustwebassembly

    ★ 2 · Updated 2026-03-20

    Security auditing for Rust and WebAssembly applications

    ⚙ Identify vulnerabilities⚙ Review unsafe code⚙ Validate inputs
  • ordo-testing - Ordo Testing and Benchmarking Guide
    testingbenchmarkingrustload testing

    ★ 26 · Updated 2026-03-20

    Guide for running unit tests, integration tests, benchmarks, and load tests for Ordo project

    ⚙ run unit tests⚙ run integration tests⚙ run benchmarks
  • kani-verifier - Rust Formal Verification with Kani
    rustformal verificationmodel checkingsymbolic execution

    ★ 18 · Updated 2026-03-20

    Model checker proving Rust code properties for all possible inputs using symbolic execution.

    ⚙ verify Rust code⚙ check memory safety⚙ detect undefined behavior
  • rust-anti-pattern - Rust Anti-Pattern and Code Review Assistant
    code-reviewrustanti-patternrefactoring

    ★ 18 · Updated 2026-03-09

    Identifies and explains Rust anti-patterns and common mistakes in code.

    ⚙ review Rust code⚙ identify anti-patterns⚙ detect common mistakes
  • Bevy Game Engine - Data-Driven Game Engine with ECS Architecture
    rustbevygameecs

    ★ 0 · Updated 2026-03-09

    Game engine using Entity Component System architecture for game development

    ⚙ create game application⚙ define components⚙ implement systems
  • Bevy Game Engine - Data-driven ECS game engine development
    rustbevygameecs

    ★ 2 · Updated 2026-03-09

    Build games using Bevy's Entity Component System architecture

    ⚙ create App instance⚙ add plugins to App⚙ add systems to App
  • Clap CLI Framework - Rust CLI Argument Parser with Derive Macros
    rustclapcliargs

    ★ 602 · Updated 2026-03-09

    Parse command-line arguments with derive macros for Rust applications

    ⚙ parse command-line arguments⚙ handle subcommands⚙ validate argument values
  • gpui - Build Rust desktop applications with GPUI framework
    rustdesktopuigpu

    ★ 18 · Updated 2026-02-24

    Create desktop applications using GPUI, a GPU-accelerated UI framework for Rust

    ⚙ build desktop apps⚙ create UI layouts⚙ manage entity state
  • code-review-rust - Rust Code Review with Safety Guidelines
    developmentcode-reviewrustsafety

    ★ 18 · Updated 2026-02-24

    Review Rust code focusing on error handling, safety, and idiomatic patterns

    ⚙ read Rust code⚙ flag unsafe patterns⚙ check error handling
  • code-review-rust - Rust Code Review Guidelines for Safety and Quality
    code-reviewrustdevelopmentsafety

    ★ 602 · Updated 2026-02-24

    Reviews Rust code for error handling, safety, and adherence to idiomatic patterns.

    ⚙ flag unwrap in non-test code⚙ flag panic in non-test code⚙ flag unreachable usage
  • Complete Rust Development - Comprehensive Rust Development with Error Handling, Testing, and Logging
    rustcompleteexample

    ★ 602 · Updated 2026-02-14

    Combines error handling, testing, and logging patterns for Rust development.

    ⚙ Follow Rust idioms⚙ Use clippy for linting⚙ Format code with rustfmt