Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Help coding agents integrate with the Shuriken trading platform via its API, SDK, and CLI.
npx claudepluginhub shurikentrade/shuriken-skills --plugin shurikenTest fixture, ignored by render_index in release builds
Use when a user asks how to authenticate as an agent, create or rotate API credentials, or understand the lifecycle of agent keys on Shuriken.
Use when a user wants to integrate with or develop against the Shuriken API or SDK — covers proficiency assessment, path routing (quickstart / raw API / SDK), and tells you which deepening reference tool to reach for (OpenAPI for HTTP endpoints, the stream catalog for WebSockets, platform docs as fallback).
Use when a user asks conceptual questions about Shuriken — what it does, what features exist, how a feature works, or "what is X on Shuriken?" Does not cover programmatic integration (that's `shuriken:api-integration`).
Use when a user asks what an agent key can do, how Shuriken permissions work, or which scopes they need for a given integration.
Share bugs, ideas, or general feedback.
Agents can do almost everything now. Except trade.
Until now.
Shuriken is the infrastructure for agentic trading. Every major asset class, 24/7. Onchain tokens, perpetuals, real-world assets, pre-IPO equity, prediction markets.
Plug your agent into the sources where information breaks first. Twitter, Telegram, Discord, on-chain activity. Your agent acts before the market does.
Your agent only does what you permit. Granular permissions, no seed phrases in your runtime.
We are at the beginning of autonomous finance.
This is where it starts.
Agent-consumable integration guidance for the Shuriken platform.
This repository packages guidance skills that help any LLM-backed agent reason about integrating with Shuriken: how to authenticate, how to scope permissions, how to call the API or SDK. It is consumed by Shuriken's internal NLP stack (via the Rust crate at the repo root) and by external coding/agentic assistants (via their native plugin loaders).
skills/ — one directory per skill, each containing a SKILL.md in the Claude Code format (name, description frontmatter + markdown body). External agents read this tree.src/, Cargo.toml — a thin Rust crate (shuriken-skills) that bakes the skill markdown into a binary at compile time. Consumed internally by shuriken-api.The repo ships native plugin/extension manifests for every major coding agent. Install via your agent's own plugin command — skills surface as shuriken:<skill-name> (e.g. shuriken:api-integration).
/plugin marketplace add ShurikenTrade/shuriken-skills
/plugin install shuriken@shuriken
codex plugin marketplace add ShurikenTrade/shuriken-skills
codex plugin install shuriken@shuriken-skills
copilot plugin marketplace add ShurikenTrade/shuriken-skills
copilot plugin install shuriken@shuriken-skills
gemini extensions install https://github.com/ShurikenTrade/shuriken-skills
Use Cursor's /add-plugin from the Agent chat and point at this repo, or install from the Cursor Marketplace once we are listed.
Add to the plugin array in opencode.json:
{
"plugin": ["shuriken-skills@git+https://github.com/ShurikenTrade/shuriken-skills.git"]
}
Cursor (rules), Aider, Zed, Windsurf, Cline, and Roo Code auto-detect AGENTS.md at the repo root. Clone the repo into the consuming project (or a parent directory) and the agent will pick up the skill index automatically.
Each marketplace consumes the manifests already committed to this repo:
| Marketplace | Manifest | Publish path |
|---|---|---|
| Claude Code (third-party) | .claude-plugin/plugin.json + .claude-plugin/marketplace.json | Tag a release; users run /plugin marketplace add ShurikenTrade/shuriken-skills. |
| Claude Code (official directory) | same as above | Submit at https://claude.ai/settings/plugins/submit for human review. |
| Codex | .codex-plugin/plugin.json | Tag a release; users run codex plugin marketplace add ShurikenTrade/shuriken-skills. PR to community lists when desired. |
| Copilot CLI (third-party) | .claude-plugin/marketplace.json (Copilot reads this path too) | Tag a release; users run copilot plugin marketplace add ShurikenTrade/shuriken-skills. |
| Copilot CLI (default marketplace) | same | Open a PR to https://github.com/github/awesome-copilot to land in the marketplace shipped with Copilot CLI. |
| Gemini CLI | gemini-extension.json + GEMINI.md | Tag a release. Add the gemini-cli-extension GitHub topic to the repo so Google's crawler indexes it for https://geminicli.com/extensions/browse/. |
| Cursor | .cursor-plugin/plugin.json | Submit at https://cursor.com/marketplace/publish for review. |
| OpenCode | package.json + .opencode/plugins/shuriken-skills.js | No registry; users install by git URL. PR to https://github.com/awesome-opencode/awesome-opencode for discovery. |
Release procedure:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills for crypto trading and DeFi operations by AureHub
Expert agents for cryptocurrency trading, DeFi strategies, and market analysis
Developer toolkit for building applications on top of the Bankr Agent API - scaffold projects, understand API patterns, and build integrations
Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Available --services: market (default), trade, account, advanced, margin, staking, funding, fiat. Update args in MCP settings to expand capabilities.
Agent-first CLI for trading crypto, stocks, forex, and derivatives on Kraken. Paper trading by default; live trading opt-in via API keys.
Agent-first CLI for trading perpetual futures on Phoenix DEX (Solana). Paper trading and read-only market data work out of the box; live trading opt-in via wallet password + dangerous-mode flag.