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: dependency management

Browse skills that share this tag.

  • fix-bot-prs - Automatically Fix Bot PRs
    dependency managementpull requestCI/CDautomation

    ★ 73 · Updated 2026-06-15

    Workflow that finds, diagnoses, and fixes broken dependency bot PRs

    ⚙ scan failing PRs⚙ rebase PR onto main⚙ fetch CI logs
  • workflow-orchestrator - Multi-Phase Pentest Workflow Orchestrator
    penetration testingworkflow orchestrationdependency managementstate management

    ★ 458 · Updated 2026-05-09

    Orchestrates multi-phase penetration testing workflows with dependency chaining and state management

    ⚙ coordinate tool execution⚙ manage dependencies⚙ implement fallback strategies
  • search-first - Research Before Coding
    code developmenttechnology researchtool discoverydependency management

    ★ 1,961 · Updated 2026-03-24

    Search for existing tools, libraries, and patterns before writing custom code

    ⚙ analyze requirements⚙ search npm packages⚙ search PyPI packages
  • iikit-05-tasks - Generate Dependency-Ordered Task Breakdown
    task planningdependency managementproject breakdownsoftware development

    ★ 0 · Updated 2026-03-23

    Generate actionable, dependency-ordered tasks.md from plan and specification

    ⚙ load constitution⚙ check prerequisites⚙ validate plan readiness
  • parallel - Parallel Task Orchestrator
    task orchestrationparallel executiondependency managementagent coordination

    ★ 1,032 · Updated 2026-03-23

    Orchestrates parallel subagent execution with dependency inference and task validation

    ⚙ parse plan files⚙ infer task dependencies⚙ build dependency graph
  • project-analysis - Analyze Codebase Structure and Patterns
    code analysisproject assessmentarchitecture reviewdependency management

    ★ 602 · Updated 2026-03-22

    Systematically analyze codebase structure, dependencies, patterns, and conventions for project onboarding or audit.

    ⚙ check project structure⚙ list directory contents⚙ read configuration files
  • sync-deps - Sync Python Dependencies from Source Code
    dependency managementPythonpackage synchronizationrequirements.txt

    ★ 1 · Updated 2026-03-22

    Scans Python source files for third-party imports and synchronises all dependency files

    ⚙ scan Python source files⚙ detect third-party imports⚙ resolve PyPI package names
  • kanban-batch - Local Kanban Task Batch Orchestrator
    kanbantask orchestrationparallel executionautomation

    ★ 9 · Updated 2026-03-22

    Read local Kanban todo tasks, analyze priority and dependencies, generate execution plan, then execute in parallel.

    ⚙ read kanban tasks⚙ analyze task dependencies⚙ generate execution plan
  • Monorepo Governance - Enforce structural rules in Nx monorepos
    monorepoNx workspacedependency managementarchitectural constraints

    ★ 0 · Updated 2026-03-21

    Provides governance patterns for maintaining architectural integrity in large Nx workspaces

    ⚙ define dependency policies⚙ enforce project boundaries⚙ configure architectural constraints
  • elixir-cyclic-deps - Detect and fix cyclic compile-time dependencies in Elixir code
    Elixirdependency managementcode analysisrefactoring

    ★ 59 · Updated 2026-03-09

    Detects and removes cyclic compile-time dependencies in Elixir codebases using mix xref

    ⚙ check Elixir version⚙ run mix xref commands⚙ detect cyclic dependencies
  • node-deps - Update Node.js Dependencies
    nodejsdependency managementnpmpackage management

    ★ 602 · Updated 2026-03-09

    Update Node.js package dependencies using taze CLI

    ⚙ scan package.json dependencies⚙ run taze commands⚙ auto-apply minor updates
  • perplexity-upgrade-migration - Perplexity SDK Upgrade and Migration Tool
    SDK upgrademigrationbreaking changesdependency management

    ★ 0 · Updated 2026-02-15

    Analyzes, plans, and executes Perplexity SDK upgrades with breaking change detection

    ⚙ check current SDK version⚙ review changelog⚙ create upgrade branch
  • beads - Issue tracking with Beads CLI
    issue trackingtask managementdependency managementcli

    ★ 602 · Updated 2026-02-13

    Issue tracking using Beads (bd CLI) for creating, querying, updating, and managing issues

    ⚙ create issue⚙ query issue⚙ update issue status
  • manifold-suggest - Analyze task parallelization opportunities
    task analysisparallelizationworkflow optimizationdependency management

    ★ 8 · Updated 2026-02-13

    Examines tasks to recommend safe parallel execution groups based on file overlap and dependencies

    ⚙ Parse task descriptions⚙ Detect file overlap⚙ Form safe parallel groups