hktitan/cursor-sdk · Archived

cursor-models

Model discovery and selection on Cursor SDK — Cursor.models.list, ModelSelection, parameters (e.g. thinking levels), per-run sticky overrides.

First seen May 3, 2026

Installation

$ npx skills add hktitan/cursor-sdk --skill cursor-models

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hktitan/cursor-sdk · top by installs.

npx skills add hktitan/cursor-sdk

Browse all from hktitan/cursor-sdk

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents cursor
More metadata
internal
source
https://cursor.com/docs/sdk/typescript

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,314 B
  • docs SUMMARY.md 165 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

cursor-models

The SDK exposes the same model catalog as the Cursor app. Pick at create time, override per run, and tune via params.

When to use

  • Listing available models for a UI / config
  • Choosing between cost and capability (Composer 2 vs GPT-5.5 etc.)
  • Tuning model parameters like thinking depth
  • Routing different workload classes to different models

Catalog

  • [[references/list]] — Cursor.models.list() returns SDKModel[]
  • [[references/model-shape]] — id, displayName, description, parameters, variants
  • [[references/parameters]] — ModelParameterDefinition and value enums

Selection

  • [[references/model-selection]] — { id, params? }
  • [[references/sticky-model]] — per-run override semantics
  • [[references/routing]] — pattern for class→model maps

Cross-links

  • Agent.create({ model }) → [[../cursor-sdk/references/agent-create]]
  • Per-run override → [[../cursor-runs/references/send-options]]
  • Subagent inheritance → [[../cursor-subagents/references/model-inheritance]]