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

Browse skills that share this tag.

  • tools-creusot-extract-spec-prop - Extract spec properties and track coverage for Creusot.
    CreusotVerificationSpec DriftCoverage

    ★ 2 · Updated 2026-09-14

    Extracts properties from component specs, tracks assumptions, and generates coverage and drift reports for Creusot verification.

    ⚙ Discover component spec files⚙ Extract verification properties from specs⚙ Assign property ownership to interfaces
  • makepad-skills - Makepad UI development skills for Rust apps
    MakepadRustUIShaders

    ★ 1 · Updated 2026-09-09

    Provides guidance on setup, patterns, shaders, packaging, and troubleshooting for Makepad UI development in Rust applications.

    ⚙ Configure Makepad environment⚙ Apply Makepad UI patterns⚙ Develop Makepad shaders
  • molykit - AI chat toolkit for cross-platform Makepad applications
    AI chatMakepadcross-platformSSE streaming

    ★ 129 · Updated 2026-06-30

    Provides cross-platform async utilities, chat widgets, and LLM client integration for building AI chat interfaces with Makepad.

    ⚙ Build AI chat interfaces with Makepad⚙ Integrate OpenAI and LLM APIs⚙ Implement cross-platform async patterns
  • greeks-pattern - Expose Greeks via GreeksExt trait in stochastic-rs
    Greeksstochastic-rsquantitative financederivatives pricing

    ★ 170 · Updated 2026-06-30

    Implement the GreeksExt trait to compute first- and second-order Greeks (delta, gamma, vega, theta, rho, vanna, charm, volga, veta) for pricers via finite-difference defaults or single-pass Monte Carlo overrides.

    ⚙ Implement GreeksExt trait for pricers⚙ Compute first-order Greeks via finite difference⚙ Compute second-order cross-Greeks
  • multiversx-defi-math - MultiversX DeFi Math Patterns for Smart Contracts
    MultiversXDeFismart contractsfinancial math

    ★ 12 · Updated 2026-06-30

    Reusable financial math patterns for MultiversX smart contracts covering precision management, half-up rounding, safe rescaling, and percentage calculations.

    ⚙ Define precision levels BPS PPM WAD RAY⚙ Perform unsigned half-up multiplication⚙ Perform unsigned half-up division
  • molykit - Cross-platform AI chat toolkit for Makepad
    AI chatcross-platformMakepadOpenAI

    ★ 1 · Updated 2026-06-30

    Toolkit for building cross-platform AI chat interfaces with Makepad, featuring OpenAI integration and SSE streaming

    ⚙ spawn async task⚙ send chat message⚙ parse SSE stream
  • ureq - Simple blocking HTTP client for Rust
    HTTP clientblocking I/OREST APISSE

    ★ 602 · Updated 2026-06-15

    Pure Rust blocking HTTP client for AI provider API calls

    ⚙ send HTTP GET request⚙ send HTTP POST request⚙ set request header
  • rust-reviewer - Rust Code Reviewer
    RustCode ReviewOwnershipLifetimes

    ★ 602 · Updated 2026-05-28

    Reviews Rust code for ownership, lifetimes, error handling, safety, and idiomatic patterns

    ⚙ Analyze Rust project⚙ Review ownership patterns⚙ Review borrowing patterns
  • oris-maintainer - Oris Rust Runtime GitHub Maintenance
    maintenanceGitHubissue trackingRust

    ★ 0 · Updated 2026-05-28

    Maintain Oris Rust runtime via GitHub issue-driven workflow

    ⚙ select GitHub issue⚙ read issue context⚙ plan code changes
  • oris-maintainer - Oris Runtime GitHub Maintenance Agent
    maintenanceRustGitHubrelease

    ★ 18 · Updated 2026-05-28

    Maintain Oris Rust agent runtime through GitHub issue-driven workflow

    ⚙ sync issue context⚙ verify GitHub access⚙ list open issues
  • oris-maintainer - Oris Rust Runtime Issue Maintenance
    RustGitHubissue trackingcrate publishing

    ★ 602 · Updated 2026-05-28

    Maintain Oris Rust runtime with GitHub issue-driven workflow

    ⚙ select GitHub issue⚙ create branch⚙ edit code
  • tui-style-guide - TUI Component Style Guide
    TUIstyle guideterminalUI design

    ★ 10 · Updated 2026-05-09

    Provides styling patterns for consistent terminal interface design

    ⚙ define color palettes⚙ create border styles⚙ style component titles
  • Run CI/CD Pipeline Locally - Run GitHub Actions CI/CD Pipelines Locally
    CI/CDGitHub ActionsDockerRust

    ★ 1 · Updated 2026-05-09

    Run GitHub Actions CI workflows locally using native cargo xtask commands or Docker with act.

    ⚙ Run cargo xtask ci-check⚙ Run cargo xtask validate-template⚙ Run cargo xtask lint
  • Run CI/CD Pipeline Locally - Run CI/CD Pipeline Locally
    CI/CDContinuous IntegrationLocal DevelopmentDocker

    ★ 57 · Updated 2026-05-09

    Test CI workflows locally using native cargo xtask or Docker + act

    ⚙ run xtask commands⚙ execute act commands⚙ validate workflows
  • safe-solana-builder - Build Production-Grade Secure Solana Programs
    blockchainsmart contractSolanasecurity

    ★ 13 · Updated 2026-05-09

    Generates production-grade, secure Solana programs with full project scaffolds, test skeletons, and security checklists.

    ⚙ generate Solana program⚙ create project scaffold⚙ write test skeleton
  • rust-pro - Expert Rust 1.75+ Development & Systems Programming
    Rustsystems programmingasync programmingperformance optimization

    ★ 6 · Updated 2026-03-26

    Master Rust 1.75+ features for building high-performance, memory-safe systems with modern async patterns and advanced type system.

    ⚙ implement const generics⚙ write lifetime annotations⚙ use generic associated types
  • bevy-api - Bevy 0.18 API and Crate Reference
    BevyRustAPI referencegame engine

    ★ 0 · Updated 2026-03-25

    Reference for Bevy 0.18 crate structure, modules, key types, cargo features, and feature profiles.

    ⚙ reference crate architecture⚙ explain module organization⚙ list key types
  • Rust Pro - Rust 1.75+ Expert Development Skill
    RustSystems ProgrammingAsyncWeb Development

    ★ 8 · Updated 2026-03-25

    Develops Rust 1.75+ applications with advanced async patterns and type system features

    ⚙ Implement Rust code⚙ Write async code⚙ Optimize performance
  • modkit-pr-review - Rust PR Review with Inline Comments
    code reviewRustGitHub PRModKit

    ★ 51 · Updated 2026-03-24

    Review Rust pull requests against idiomatic guidelines and ModKit framework rules, post findings as inline GitHub comments

    ⚙ fetch PR metadata⚙ parse PR diff⚙ identify Rust files
  • kos-firmware - Rust-based robot firmware with gRPC services
    roboticsfirmwaregRPCactuator control

    ★ 64 · Updated 2026-03-24

    Robot firmware with gRPC for actuator control, IMU, and sim2real transfer

    ⚙ command actuators⚙ configure actuator⚙ calibrate actuator

Scroll to load more