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, thenfactset <api>, thenfactset <api> <operation> --helpbefore falling back to raw schema inspection. - Prefer
--exampleover--template, and prefer--template=fullover 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 Forbiddenas an entitlement hint unless the response clearly says auth failed.
Local References
Related skills