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: C# code

Browse skills that use this input.

  • unity-skill-create - Create Unity Skill in C#
    UnityC#skill creation

    ★ 0 · Updated 2026-05-09

    Create new Unity skill as .cs file with C# code and compile it

    ⚙ create C# skill file⚙ write code to project⚙ compile skill in Unity
  • nunit-skill - Generate NUnit 3 Unit Tests in C#
    unit-testingC#NUnittest-automation

    ★ 62 · Updated 2026-03-09

    Generates NUnit 3 test code for C# applications with constraint model and Moq mocking

    ⚙ generate NUnit test fixtures⚙ create constraint model assertions⚙ write parameterized test cases
  • dotnet-async-lite - Core async programming patterns for .NET
    .NETasyncprogrammingpatterns

    ★ 602 · Updated 2026-02-12

    Core patterns for .NET asynchronous programming

    ⚙ use Task vs ValueTask appropriately⚙ handle cancellation tokens⚙ avoid async anti-patterns
  • unity-unitask - UniTask Expert for Allocation-Free Async Programming in Unity
    UnityasyncperformanceC#

    ★ 18 · Updated 2026-02-11

    Specializes in allocation-free async/await patterns, coroutine migration, and Unity-optimized asynchronous programming with UniTask library

    ⚙ implement allocation-free async patterns⚙ migrate coroutines to UniTask⚙ optimize async performance