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

Browse skills that share this tag.

  • shell-scripting - Write, review, and fix robust Bash scripts.
    bashshell-scriptingshellcheckerror-handling

    ★ 0 · Updated 2026-09-20

    Provides standards and patterns for writing and reviewing Bash scripts with strict error handling, argument parsing, traps, and ShellCheck compliance.

    ⚙ Write Bash scripts⚙ Review Bash scripts⚙ Add error handling
  • claude-code-bash-patterns - Bash tool patterns and automation workflows for Claude Code
    claude-codebashhooksgit

    ★ 1 · Updated 2026-09-20

    Provides command chaining, background execution, hooks, security configurations, and git workflows for Claude Code Bash tools.

    ⚙ Chain sequential bash commands⚙ Maintain session environment state⚙ Execute processes in background
  • dotnet-test - Selective .NET Test Runner with Build-First Workflow
    dotnetxunittest-runnertesting

    ★ 0 · Updated 2026-09-19

    Runs .NET and xUnit tests selectively using a build-first, test-targeted workflow optimized for development speed.

    ⚙ Build .NET solutions with minimal output⚙ Run specific project tests without rebuilding⚙ Filter tests by name or category
  • mainframe - MAINFRAME agent control plane and bash runtime
    mainframebashcontrol-planeagent

    ★ 12 · Updated 2026-09-18

    Discover MAINFRAME read-only shell helpers and route durable agent authority through its control plane when available.

    ⚙ Load common shell helpers⚙ Query live function registry⚙ Validate input data
  • tk - Minimal Git-native task management system
    task-managementgitbashticket

    ★ 5 · Updated 2026-09-17

    Bash-based and git-native task manager with zero dependencies and ticket status management.

    ⚙ Create tickets⚙ Transition ticket status⚙ Manage ticket dependencies
  • bash-scripting - Defensive Bash Scripting for Production and CI/CD
    bashshell-scriptingautomationci-cd

    ★ 18 · Updated 2026-09-15

    Provides patterns, standards, and techniques for authoring safe, portable, and testable shell scripts for automation and CI/CD pipelines.

    ⚙ Write defensive Bash scripts⚙ Validate script inputs and parameters⚙ Manage temporary files and cleanup
  • knowdb-local-search - Query KnowDB Knowledge Base Using Bash and Grep
    knowdbsearchgrepbash

    ★ 26 · Updated 2026-09-15

    Step-by-step guide for querying a KnowDB knowledge base in the db directory using bash and grep.

    ⚙ Generate session ID⚙ Discover available documents⚙ Read document index
  • bash-linux - Essential terminal patterns for Bash on Linux and macOS
    bashlinuxterminalshell

    ★ 18 · Updated 2026-09-14

    Provides Bash terminal command patterns, file operations, process management, text processing, network requests, scripting templates, and error handling.

    ⚙ Chain execution of terminal commands⚙ Manage files and system processes⚙ Process text using CLI tools
  • wizard - Generate interactive bash wizards for manual procedures
    bashwizardautomationinteractive-script

    ★ 0 · Updated 2026-09-14

    Generates interactive bash wizards to guide humans step-by-step through manual setup, credential provisioning, or migration procedures.

    ⚙ Scope manual procedures and variables⚙ Map stage paths and instructions⚙ Author wizard scripts using template
  • bash-linux - Bash and Linux terminal patterns and command reference.
    bashlinuxmacosterminal

    ★ 11 · Updated 2026-09-13

    Provides Bash terminal patterns, essential commands, text processing tools, and scripting practices for macOS and Linux systems.

    ⚙ Execute chained and piped commands⚙ Perform file operations⚙ Manage system processes
  • shell-conventions - Guidelines for writing bash and helper scripts
    bashshellscriptsconventions

    ★ 0 · Updated 2026-09-13

    Guides writing and updating bash scripts, CLI wrappers, and Node.js helper scripts following strict portability and execution rules.

    ⚙ Write portable bash scripts⚙ Enable bash strict mode⚙ Use explicit ESM extensions
  • bash-scripting - Workflow for creating production-ready bash scripts.
    bashshell-scriptingworkflowautomation

    ★ 0 · Updated 2026-09-13

    Provides a structured workflow for creating production-ready bash scripts with defensive programming, error handling, logging, testing, and documentation.

    ⚙ Design script structure and requirements⚙ Implement strict mode error handling⚙ Configure structured logging mechanisms
  • linux-fundamentals-skill - Linux Fundamentals Skill
    linuxsysadmindevopsbash

    ★ 18 · Updated 2026-09-12

    Complete Linux administration skill covering process management, filesystem, permissions, package management, users, bash scripting, and system monitoring.

    ⚙ Manage process lifecycle⚙ Manage filesystem hierarchy and operations⚙ Manage file permissions
  • bash - Write safe Bash scripts following best practices
    bashshellscriptingautomation

    ★ 0 · Updated 2026-09-11

    Provides templates, safe configurations, error handling, and best practices for creating Bash scripts, automation, and CLI tools.

    ⚙ Write standard Bash script templates⚙ Configure script safety settings⚙ Implement error handling and cleanup
  • nippo-push - Commit and push daily reports in ~/nippo
    gitnippodaily-reportbash

    ★ 0 · Updated 2026-09-10

    Commits and pushes uncommitted daily reports in the ~/nippo repository.

    ⚙ Check uncommitted daily report files⚙ Verify private repository status⚙ Present changed files to user
  • bash-defensive-patterns - Defensive Bash programming patterns for production scripts
    bashshell-scriptingdefensive-programmingerror-handling

    ★ 1 · Updated 2026-09-10

    Provides defensive Bash programming techniques, error handling, and safe scripting practices for production automation.

    ⚙ Enable strict mode and safe defaults⚙ Validate inputs and quote variables⚙ Handle files and edge cases safely
  • background-service-manager - Create and manage background processes.
    process-managementbackground-servicebashoperations

    ★ 17 · Updated 2026-09-09

    Creates service management scripts for background processes with start, stop, status controls, log monitoring, and PID tracking.

    ⚙ Start background processes⚙ Stop running processes⚙ Check process status
  • shellcheck-cicd-2025 - ShellCheck CI/CD Integration 2025
    ShellCheckCI/CDbashstatic analysis

    ★ 38 · Updated 2026-06-30

    Run ShellCheck validation on bash scripts and integrate into CI/CD workflows

    ⚙ run shellcheck⚙ validate bash scripts⚙ interpret warnings
  • version-management - Technology-agnostic Version Management System
    version managementgitsemverbash

    ★ 18 · Updated 2026-06-15

    Version management system using Git tags as source of truth with platform adapters

    ⚙ generate version⚙ bump version⚙ get latest version
  • claude-code-bash-patterns - Bash Command Patterns and Automation
    bashautomationgitcli

    ★ 602 · Updated 2026-05-11

    Provides Bash tool patterns with hooks, automation, and Git workflows for Claude Code

    ⚙ execute bash commands⚙ chain commands⚙ run parallel commands

Scroll to load more