harness-runtime-help
Displays Harness CLI help commands and usage instructions.
Install
mkdir -p .claude/skills/harness-runtime-help && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12908" && unzip -o skill.zip -d .claude/skills/harness-runtime-help && rm skill.zipInstalls to .claude/skills/harness-runtime-help
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Show harness runtime command help. Use when the user asks for available harness commands, command usage, CLI help, or `harness help` output.Key capabilities
- →Show general harness runtime help
- →Show command-specific harness runtime help
- →Summarize usage of harness commands
- →Summarize important options for harness commands
- →Provide CLI help for harness
How it works
This skill executes `./harness help` for general help or `./harness help <command>` for specific command help, then summarizes the usage and important options.
Inputs & outputs
When to use harness-runtime-help
- →Checking harness command options
- →Verifying cli syntax
- →Retrieving runtime help
About harness-runtime-help
Summarizes command-line arguments and flags for the Harness runtime. It serves as a quick-reference guide for terminal-based operations.
Show harness runtime command help. Use when the user asks for available harness commands, command usage, CLI help, or `harness help` output.
When not to use it
- →When the user needs to execute a harness command
- →When the user needs detailed documentation beyond CLI help
Limitations
- →Does not execute harness commands, only provides help
- →Does not paste full help output unless specifically requested
- →The help output is limited to what the `harness` CLI provides
How it compares
This skill provides direct, summarized CLI help for the harness runtime, which is faster and more focused than searching through full documentation or guessing command syntax.
Compared to similar skills
harness-runtime-help side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| harness-runtime-help (this skill) | 0 | 1mo | No flags | Beginner |
| setup | 12 | 1mo | No flags | Beginner |
| tmux | 20 | 2mo | Review | Intermediate |
| macos-cleaner | 16 | 1mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by omegafrog
View all by omegafrog →You might also like
setup
barefootford
Sets up a Mac for ButterCut. Installs all required dependencies (Homebrew, Ruby, Python, FFmpeg, WhisperX). Use when user says "install buttercut", "set up my mac", "get started", "first time setup", "install dependencies" or "check my installation".
tmux
openclaw
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
macos-cleaner
daymade
Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation before any deletions.
ms365-tenant-manager
alirezarezvani
Microsoft 365 tenant administration for Global Administrators. Automate M365 tenant setup, Office 365 admin tasks, Azure AD user management, Exchange Online configuration, Teams administration, and security policies. Generate PowerShell scripts for bulk operations, Conditional Access policies, license management, and compliance reporting. Use for M365 tenant manager, Office 365 admin, Azure AD users, Global Administrator, tenant configuration, or Microsoft 365 automation.
agent-workflow-automation
ruvnet
Agent skill for workflow-automation - invoke with $agent-workflow-automation
tmux-terminal
mikeyobrien
Interactive terminal control via tmux for TUI apps, prompts, and long-running CLI workflows.