Skill
One sentence on what this skill does, then the trigger phrases. Use when the user asks "…", "…", or "…". Cross-reference sibling skills where relevant (for X use clearstreet-...; for Y use clearstreet-...).From its SKILL.md
npx -y skills add clear-street/clearstreet-skills --skill skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 231 tokens by cl100k_base, as published. Nobody here has run it
<Skill Title>
One or two sentences describing what the skill produces and when to reach for it.
Prerequisites
- Python 3.9+ (standard library only)
CLEARSTREET_API_KEYset in the environment — see the repo README
Quick start
python3 scripts/<entrypoint>.py <args>
Usage
<entrypoint>.py ARG [--flag VALUE]
| Argument | Default | Description |
|---|---|---|
ARG | (required) | … |
--flag | … | … |
Examples
| Ask | Command |
|---|---|
| "…" | <entrypoint>.py … |
Workflow
- …
- Run
python3 scripts/<entrypoint>.py …. - Present the output to the user.
See reference.md for endpoint and field details.
Safety
Read-only by default. Call out any write or trade behavior explicitly here. Output is informational, not investment advice.
What ships with it: 2 files
4.0 KB alongside SKILL.md, 1 of them executable
scripts/
- clearstreet_client.pyruns3.8 KB
- reference.md227 B