jinnovation

shortcut-api-lookup

@jinnovation/shortcut-api-lookup
jinnovation
1
0 forks
Updated 1/6/2026
View on GitHub

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

Installation

$skills install @jinnovation/shortcut-api-lookup
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/shortcut-api-lookup/SKILL.md
Branchmain
Scoped Name@jinnovation/shortcut-api-lookup

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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.