generated: '2026-08-02' method: searched source: https://github.com/clear-street/clearstreet-skills notes: > These are Clear Street's OWN published Agent Skills, saved verbatim from the clear-street/clearstreet-skills repository (Apache-2.0). Nothing here was generated by API Evangelist. The repo also ships a Claude Code plugin marketplace (/plugin marketplace add clear-street/clearstreet-skills) and supports the cross-agent `npx skills add clear-street/clearstreet-skills` installer. Each upstream skill directory additionally carries a reference.md and a scripts/ directory (stdlib-only Python); only the SKILL.md workflow files are mirrored here. distribution: repository: https://github.com/clear-street/clearstreet-skills license: Apache-2.0 claude_plugin_marketplace: clear-street/clearstreet-skills claude_plugin: clearstreet-skills@clearstreet cross_agent_installer: npx skills add clear-street/clearstreet-skills conventions: https://github.com/clear-street/clearstreet-skills/blob/main/AGENTS.md authentication: env: CLEARSTREET_API_KEY format: '.' header: 'Authorization: Bearer ' optional_env: CLEARSTREET_ACCOUNT_ID note: Raw bearer token — no OAuth exchange. posture: read_only_by_default: true note: > Upstream AGENTS.md mandates skills default to GET; any write/trade action must be explicit and called out under a Safety section. Skills emitting market data include an informational-only disclosure in their output. skills: - file: clearstreet-fundamentals-deep-dive.md name: clearstreet-fundamentals-deep-dive description: One-page research brief — fundamentals, analyst consensus, earnings history, income and cash-flow statements for a single ticker. api: openapi/clear-street-trading-api-openapi.yml operations: [get_instrument_fundamentals, get_instrument_analyst_consensus, get_instrument_events, get_instrument_income_statements, get_instrument_cash_flow_statements, search_instruments] - file: clearstreet-earnings-radar.md name: clearstreet-earnings-radar description: Forward earnings calendar between two dates with EPS/revenue estimates and prior-quarter surprises. api: openapi/clear-street-trading-api-openapi.yml operations: [get_all_instrument_events, get_instrument_events] - file: clearstreet-borrow-check.md name: clearstreet-borrow-check description: Borrow / short-sale / margin status for a US stock or ETF — ETB flag, threshold security, short-prohibited, margin rates, PTP flag, liquidation-only. api: openapi/clear-street-trading-api-openapi.yml operations: [get_instrument_by_id, search_instruments, get_instruments] - file: clearstreet-screener.md name: clearstreet-screener description: Fundamentals-and-analyst-aware screener across roughly 11,000 US instruments. api: openapi/clear-street-trading-api-openapi.yml operations: [search_screener, get_screeners, create_screener] - file: clearstreet-omni-research.md name: clearstreet-omni-research description: Send a prompt to Omni, Clear Street's financial AI copilot, in INSTANT or DEEP_INSIGHTS mode and return the answer. api: openapi/clear-street-trading-api-openapi.yml operations: [create_thread, create_message, get_thread_response, get_response_by_id, get_messages, get_entitlements] x-evidence: fetched: '2026-08-02' url: https://github.com/clear-street/clearstreet-skills http_status: 200 note: > SKILL.md bodies are verbatim. The `operations:` lists are DERIVED — mapped from each skill's stated workflow to verified operationIds in openapi/clear-street-trading-api-openapi.yml. Upstream frontmatter carries only `name` and `description` (an AGENTS.md rule), so no operation list was overwritten.