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 capability: remove unused imports

Browse skills that share this capability.

  • code-simplifier - Code Simplification and Refactoring
    code processingrefactoringcode qualitycode cleanup

    ★ 0 · Updated 2026-03-23

    Analyze code to extract functions, remove redundancies, and apply refactoring techniques

    ⚙ extract functions⚙ remove dead code⚙ apply idiomatic patterns
  • code-simplifier - Simplify and Refactor Code
    code refactoringcode simplificationcode qualityRust

    ★ 0 · Updated 2026-03-20

    Simplify code for clarity, consistency, and maintainability while preserving exact functionality

    ⚙ simplify code⚙ refactor code⚙ reduce complexity
  • cleanup - Code Cleanup and Refactoring
    code refactoringcode cleanuptest optimization

    ★ 18 · Updated 2026-03-19

    Remove unnecessary comments, simplify docstrings, parameterize tests, and clean up code

    ⚙ remove comments⚙ simplify docstrings⚙ parameterize tests
  • tech-debt - Technical Debt Cleanup and Code Refactoring
    code-qualityrefactoringmaintenancetechnical-debt

    ★ 0 · Updated 2026-02-18

    Detects duplicate code, removes dead code, and cleans up codebase technical debt

    ⚙ detect duplicate code⚙ find similar logic components⚙ remove unused imports
  • cleanup - Code Cleanup: Remove Dead Code and Fix Quality Issues
    code-qualitymaintenancerefactoringcode-cleanup

    ★ 0 · Updated 2026-02-14

    Removes dead code, unused imports, stale files, and fixes code quality issues identified by audit

    ⚙ run audit to identify issues⚙ remove unused imports⚙ remove dead functions