agentsclimarketplace

Skill

Skill clear-street/clearstreet-skills/templates/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

Install
npx -y skills add clear-street/clearstreet-skills --skill skill

Assembled 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_KEY set in the environment — see the repo README

Quick start

python3 scripts/<entrypoint>.py <args>

Usage

<entrypoint>.py ARG [--flag VALUE]
ArgumentDefaultDescription
ARG(required)
--flag

Examples

AskCommand
"…"<entrypoint>.py …

Workflow

  1. Run python3 scripts/<entrypoint>.py ….
  2. 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/

Keep looking

Skills are one crate of 326,758. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.