Cli Anything Macrocli
Skill Verified ActiveUse when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run <name>` and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).
To enable AI agents to interact with and execute GUI workflows through a stable, parameterized CLI interface, abstracting away direct GUI manipulation.
Features
- Define, list, inspect, and execute parameterized CLI macros
- Abstracts GUI interaction through macro execution
- Supports multiple execution backends (native_api, file_transform, etc.)
- Provides JSON output for programmatic agent consumption
- Includes dry-run capability for parameter validation
Use Cases
- Agents defining and executing complex GUI-based workflows programmatically.
- Automating repetitive tasks by creating reusable, parameterized macros.
- Inspecting available macros and their parameters before execution.
- Validating macro parameters safely using a dry-run mode before committing to execution.
Non-Goals
- Directly interacting with GUIs.
- Replacing the need for defined macros.
- Operating outside the defined macro execution workflow.
Installation
npx skills add hkuds/cli-anythingRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Acp Router
100Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Telegram Crabbox E2e Proof
100Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.
Agent Browser
100Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.