CLI-Anything for OpenClaw Use this skill when the user wants OpenClaw to act like the builder. If this skill is being used from inside the repository, read before implementation. That file is the full methodology source of truth. If it is not available, follow the condensed rules below. Inputs Accept either: - A local source path such as or - A GitHub repository URL Derive the software name from the local directory name after cloning if needed. Modes Build Use when the user wants a new harness. Produce this structure: Implement a stateful Click CLI with: - one-shot subcommands - REPL mode as…