shuriken
v0.2.0Help coding agents integrate with the Shuriken trading platform via its API, SDK, and CLI.
By ShurikenLicense: MIT90 GitHub starsUpdated 4 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- May 10, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install shuriken for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add shuriken@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ShurikenTrade/shuriken-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/agent-keys/SKILL.md├── skills/api-integration/SKILL.md├── skills/learn-about-shuriken/SKILL.md└── skills/scoping/SKILL.md
Included Skills4
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.
Plugin manifests2
{
"name": "shuriken",
"version": "0.2.0",
"description": "Help coding agents integrate with the Shuriken trading platform via its API, SDK, and CLI.",
"author": {
"name": "Shuriken",
"url": "https://app.shuriken.trade"
},
"homepage": "https://github.com/ShurikenTrade/shuriken-skills",
"repository": "https://github.com/ShurikenTrade/shuriken-skills",
"license": "MIT",
"keywords": [
"trading",
"shuriken",
"agentic-trading",
"trading-bot",
"ai-trading",
"crypto",
"blockchain"
],
"skills": "./skills/",
"interface": {
"displayName": "Shuriken",
"shortDescription": "Integrate agents with the Shuriken trading platform via API, SDK, or CLI",
"longDescription": "Use these skills to integrate any coding agent with the Shuriken trading platform. They cover agent-key authentication, least-privilege scoping, and choosing the right interface — API, SDK, or CLI — for what you're building.",
"developerName": "Shuriken",
"category": "Trading",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Build me a trading bot on Shuriken.",
"Wire up an agent to monitor my Shuriken positions.",
"Connect my strategy to Shuriken with the right permissions."
],
"websiteURL": "https://app.shuriken.trade"
}
}{
"name": "shuriken",
"description": "Help coding agents integrate with the Shuriken trading platform via its API, SDK, and CLI.",
"version": "0.2.0",
"author": {
"name": "Shuriken",
"url": "https://app.shuriken.trade"
},
"homepage": "https://github.com/ShurikenTrade/shuriken-skills",
"repository": "https://github.com/ShurikenTrade/shuriken-skills",
"license": "MIT",
"keywords": [
"trading",
"shuriken",
"agentic-trading",
"trading-bot",
"ai-trading",
"crypto",
"blockchain"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shuriken on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shuriken)