Register Api banner
initialneil initialneil

Register Api

Development community

Description

--- description: "Register an HTTP/WebSocket API as a connection skill (key in env) — project-with-reflect" argument-hint: "<name> (+ its url / docs / key env-var — natural language ok)" --- Run the **register-api** action of the `project-with-reflect` skill with arguments: $ARGUMENTS **The user can describe the API in plain language** — its base URL, docs link, and which env var holds the key. Extract those from `$ARGUMENTS` and ask only for what's missing; they don't type positional args. Cr

Installation

Installs to ~/.claude/skills/initialneil-project-with-reflect-register-api/SKILL.md

Terminal
mkdir -p ~/.claude/skills/initialneil-project-with-reflect-register-api && curl -fsSL https://raw.githubusercontent.com/initialneil/project-with-reflect/HEAD/commands/register-api.md -o ~/.claude/skills/initialneil-project-with-reflect-register-api/SKILL.md

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

Full documentation available on GitHub

View Source Repository