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: C programming

Browse skills that share this tag.

  • make-doom-for-mips - Cross-compile C for MIPS VM
    cross-compilationMIPSembeddedC programming

    ★ 602 · Updated 2026-03-26

    Guide for cross-compiling complex C programs for embedded MIPS environments with custom VM runtimes.

    ⚙ Analyze VM implementation⚙ Implement syscalls⚙ Create custom stdlib
  • c-pro - Expert C programming for systems and performance-critical code
    C programmingsystems programmingmemory managementperformance optimization

    ★ 23 · Updated 2026-02-12

    Writes efficient C code with proper memory management, pointer arithmetic, and system calls

    ⚙ write C code⚙ manage memory⚙ use pointer arithmetic