shortcut-api-lookup

Look up Shortcut REST API methods, schemas, and signatures. Use this instead of fetching the documentation webpages.

$ 安裝

git clone https://github.com/jinnovation/shortcut.el /tmp/shortcut.el && cp -r /tmp/shortcut.el/.claude/skills/shortcut-api-lookup ~/.claude/skills/shortcut-el

// tip: Run this command in your terminal to install the skill


name: shortcut-api-lookup description: Look up Shortcut REST API methods, schemas, and signatures. Use this instead of fetching the documentation webpages.

Shortcut API Lookup

  1. Download the Shortcut REST API OpenAPI spec from here: https://developer.shortcut.com/api/rest/v3/shortcut.openapi.json. Save it in a temporary location on the local filesystem.
  2. Use jq to filter for the fields, endpoints, etc. that you are interested in.