stingray

Solid

Trading strategy builder for coding agents. Use when Codex, Claude, Cursor, or a SKILL.md host needs to turn a trading idea into market Evidence, an inspectable Signal, a private Replay, Replay status, or an opt-in Studio Publication. Stingray does not place trades.

Code & Development 5 stars 0 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
26
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Stingray Stingray is a trading strategy builder. Use it when the user wants a coding agent to turn a trading idea into Stingray Studio Ideas, Evidence, Signals, private Replays, and opt-in Studio Publications. Generic coding agents can plan and orchestrate. Stingray handles the market context, product objects, and Replay processing. ## Credentials Check first, set up only if missing. Prefer `STINGRAY_PAT` from the environment if present: ```bash if [ -n "$STINGRAY_PAT" ]; then echo "configured" elif [ -f ~/.stingray/credentials ]; then source ~/.stingray/credentials 2>/dev/null echo "configured" else echo "not configured" fi ``` ### First-Time Setup When `not configured`, send the user this short message: the secret stays in their terminal, not in the agent's context. > Welcome to Stingray. I do not see an API token on this machine yet. > > Studio Skills API tokens are currently provisioned for the private-beta Skills > API surface. Ask your Stingray contact for a token with the `skills:full` > scope. It starts with `sa_pat_`. Then paste this into your terminal, replacing > `<token>` with the value: > > ``` > mkdir -p ~/.stingray && printf 'STINGRAY_PAT=<token>\n' > ~/.stingray/credentials && chmod 600 ~/.stingray/credentials > ``` > > Once that is done, ask me to check Stingray again. I will confirm the > connection and run one small Studio example. > > Prefer env vars? Set `STINGRAY_PAT=<token>` in your shell config instead. **Do not accept the token via c...

Details

Author
MantaDigital
Repository
MantaDigital/stingray-agent-skills
Created
4 months ago
Last Updated
1 weeks ago
Language
Shell
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category