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

Browse skills that share this tag.

  • pseudocode-to-java-code - Convert pseudocode and algorithm specifications to Java code
    pseudocodejavacode-generationalgorithm

    ★ 18 · Updated 2026-09-18

    Converts pseudocode descriptions and algorithm specifications into complete, executable Java code while preserving logic and control flow.

    ⚙ Convert pseudocode into Java code⚙ Generate Java test cases⚙ Provide mapping summaries
  • MATLAB LDR Matrix Decomposition - Implement iterative MATLAB LDR matrix decomposition.
    matlabmatrix-decompositionldrqr-factorization

    ★ 91 · Updated 2026-09-12

    Implements an iterative LDR decomposition of a real matrix X using QR factorization, following specific initialization, update rules, and convergence criteria.

    ⚙ Implement iterative LDR matrix decomposition⚙ Perform QR-based matrix updates⚙ Evaluate Frobenius norm convergence criteria
  • tweet-crafter - X/Twitter Post Optimizer
    TwitterXcontent-creationsocial-media

    ★ 5 · Updated 2026-03-20

    Craft tweets, threads, and long-form X posts optimized for current algorithm signals and engagement patterns

    ⚙ craft tweet⚙ create thread⚙ write long-form post
  • aoc - Advent of Code Puzzle Solver
    algorithmprogrammingpuzzlecompetitive-coding

    ★ 18 · Updated 2026-02-17

    Solves Advent of Code puzzles, algorithm challenges, and competitive programming problems

    ⚙ read problem descriptions⚙ parse structured input⚙ select algorithms