← Back to Skills Marketplace
🔌

Short Menu

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
28
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-short-menu
Description
Short Menu (shortmenu.com). Use this skill for ANY Short Menu request — reading, creating, updating, and deleting data. Whenever a task involves Short Menu,...
README (SKILL.md)

Short Menu

Operate Short Menu through your OOMOL-connected account. This skill calls the short_menu connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Marketing, Data & Analytics. Exposes 3 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Short Menu. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "short_menu" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "short_menu" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • create_link — Create a Short Menu short link.
  • delete_link — Delete an existing Short Menu short link.
  • update_link — Update an existing Short Menu short link.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Short Menu state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Short Menu is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=short_menu
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Install only if you trust OOMOL's oo CLI and are comfortable connecting your Short Menu account. Before any create, update, or delete operation, verify the exact payload and target link, and prefer a documented, verifiable CLI install path over running remote scripts directly in your shell.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose matches the artifacts: operate Short Menu through OOMOL's oo CLI for create, update, and delete link actions. These are account-mutating capabilities, so user confirmation is important.
Instruction Scope
The description says to use the skill for ANY Short Menu request, which is broader than the three documented actions and could route casual or read-only Short Menu mentions into a tool that has write and delete workflows.
Install Mechanism
First-time setup recommends remote installer execution with curl piped to bash and PowerShell irm piped to iex, without checksum, signature, version pinning, or inspection steps.
Credentials
The allowed tool scope is Bash(oo *), which is coherent with an OOMOL connector skill but grants access to the installed oo CLI rather than only the specific Short Menu actions.
Persistence & Privilege
The skill relies on an OOMOL login and connected Short Menu API key, with credentials injected server-side. It does not ask for raw tokens or define background persistence, but it does depend on an authenticated account connection.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-short-menu
  3. After installation, invoke the skill by name or use /oo-short-menu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds a Short Menu skill for operating a connected `short_menu` OOMOL account through the `oo` CLI. - Supports creating Short Menu short links via the `create_link` action. - Supports updating existing short links via the `update_link` action. - Supports deleting existing short links via the `delete_link` action. - Documents the schema-first workflow for each action, including how to inspect live connector contracts before sending payloads. - Includes safety guidance for write and destructive operations, plus first-time setup troubleshooting for authentication, connection, and billing issues.
Metadata
Slug oo-short-menu
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Short Menu?

Short Menu (shortmenu.com). Use this skill for ANY Short Menu request — reading, creating, updating, and deleting data. Whenever a task involves Short Menu,... It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Short Menu?

Run "/install oo-short-menu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Short Menu free?

Yes, Short Menu is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Short Menu support?

Short Menu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Short Menu?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments