Openhop List banner
naorsabag naorsabag

Openhop List

Development community

Description

--- description: List every OpenHop flow currently stored on the local OpenHop server, with id, title, and per-flow URL. allowed-tools: Bash(openhop:*) Bash(npx openhop:*) Bash(curl:*) --- # /openhop-list Show the user every flow that lives on their local OpenHop server. 1. **Lock in the CLI prefix.** Run `openhop --version`. If it errors, fall back to `npx openhop --version`. Use the form that worked for the rest of this command. 2. **Confirm the server is up.** `curl -s http://localhost:878

Installation

Installs to ~/.claude/skills/naorsabag-openhop-openhop-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naorsabag-openhop-openhop-list && curl -fsSL https://raw.githubusercontent.com/naorsabag/openhop/HEAD/commands/openhop-list.md -o ~/.claude/skills/naorsabag-openhop-openhop-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository