← ClaudeAtlas

hyper-clilisted

Use the Hyper CLI to run Hyper marketing skills from a terminal. Use when the user wants to use `hyperai`, inspect live tool schemas, translate MCP tool names from a skill into CLI commands, switch connected accounts, or run marketing tools outside an MCP-native agent host.
hyperfx-ai/marketing-skills · ★ 32 · AI & Automation · score 82
Install: claude install-skill hyperfx-ai/marketing-skills
# Hyper CLI Use `hyperai` to run Hyper tools from a terminal. This skill is a bridge for using the marketing skills in this repo through the CLI. Marketing skills usually name the MCP/raw tools, such as `gmail_send_message` or `meta_business_list_ad_accounts`. The CLI also exposes friendly aliases, such as `gmail messages send` or `meta-ads ad-accounts list`. Pick one surface per call. ## Requirements - **Hyper MCP configured for the workspace.** [https://app.hyperfx.ai/mcp](https://app.hyperfx.ai/mcp) - **Required integrations connected** at [https://app.hyperfx.ai/integrations](https://app.hyperfx.ai/integrations). Use the sibling marketing skill to know which integrations are required. - **Hyper CLI installed and authenticated.** Verify with `hyperai info`. If `hyperai info` fails, stop and tell the user to authenticate the CLI before calling tools. ## Tool surface | Need | Command | | --- | --- | | Confirm auth/workspace | `hyperai info` | | Find tools by intent or raw MCP name | `hyperai search "<intent or raw tool name>" --json --signature` | | Browse friendly aliases in a namespace | `hyperai describe <namespace>` | | Inspect a friendly alias schema | `hyperai describe <alias path> --parameters` | | Call a friendly alias | `hyperai call <alias path> --json '{...}'` | | Inspect a raw toolkit tool | `hyperai tools describe <toolkit> <tool_name> --parameters` | | Call a raw toolkit tool | `hyperai tools call <toolkit> <tool_name> --json '{...}'` | | List connected