factset-cli

Installation
SKILL.md

FactSet CLI

Use the factset CLI to discover, inspect, and run FactSet API operations instead of guessing API names, request bodies, or raw HTTP routes.

Treat this file as the thin agent-facing wrapper. The synced references are the source of truth for exact command syntax and request-shape guidance.

If you are reading the authored repo copy under skills/factset-cli, the generated references/docs/ tree may not exist yet. In that case, use the canonical repo files under docs/. In the public install surface, that same content lives under references/docs/.

Working Rules

  • Start from the user’s business question, not from an API guess.
  • Use factset list, then factset <api>, then factset <api> <operation> --help before falling back to raw schema inspection.
  • Prefer --example over --template, and prefer --template=full over reading raw OpenAPI when you still need more input detail.
  • Use the narrowest operation that directly answers the question.
  • Report exact commands, identifiers, filters, and absolute dates for time-sensitive results.
  • If a request needs input and none was provided, use the CLI’s missing-input guidance instead of inventing your own request shape.
  • Treat 403 Forbidden as an entitlement hint unless the response clearly says auth failed.

Local References

Related skills
Installs
4
First Seen
Mar 20, 2026