api-integration

api-integration is a skill for Claude Code from ShurikenTrade/shuriken-skills. It costs 68 tokens per session (1,156 once invoked), scanned A, original, MIT.

A guide for building software integrations with Shuriken, a trading platform, through its API or software development kit. It helps choose between a ready-made starter project, direct HTTP requests, or an SDK based on the developer's experience and needs.

In plain words
What is it for?
Use it when calling Shuriken programmatically, assessing the developer's experience, selecting a quickstart, using the raw API, or working with an SDK.
Why use it?
It helps you choose an integration path and find the right technical reference before writing code.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the shuriken-skills plugin — 5 skills shipped together

Good fit Use it when calling Shuriken programmatically, assessing the developer's experience, selecting a quickstart, using the raw API, or working with an SDK.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shurikentrade/shuriken-skills/api-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ShurikenTrade/shuriken-skills --skill api-integration
Clone the repo
git clone --depth 1 https://github.com/ShurikenTrade/shuriken-skills

Made for: Claude Code.

Or install shuriken-skills, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for api-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/shurikentrade/shuriken-skills/api-integration/github.svg)](https://agentmods.dev/skills/shurikentrade/shuriken-skills/api-integration)
Your own site
<a href="https://agentmods.dev/skills/shurikentrade/shuriken-skills/api-integration"><img src="https://agentmods.dev/badge/skills/shurikentrade/shuriken-skills/api-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for api-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/shurikentrade/shuriken-skills/api-integration"><img src="https://agentmods.dev/badge/skills/shurikentrade/shuriken-skills/api-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.01156
Opus 5 $0.00034 $0.00578
Sonnet 5 $0.00014 $0.00231
Haiku 4.5 $0.00007 $0.00116

Measured 12d ago against content hash e65fa7393d4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

api-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/api-integration/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Integrating and building with Shuriken

This skill covers the full "I want to call Shuriken programmatically" surface. It is intentionally thin up front — use the deepening tools below rather than pasting long code into the session.

Phase 1 — orient before writing anything

Before pointing the user at code, establish two things:

1. Technical proficiency

  • Absolute beginner. New to programming, or scripting at the level of "I can run a CLI if someone tells me exactly what to type." Needs hand-holding, copy-pasteable examples, environment setup spelled out.
  • Intermediate / power user. Comfortable with a terminal, editing configs, running scripts. Will follow a README but gets stuck on non-obvious toolchain setup.
  • Software engineer. Fluent in at least one language, reads types and API surfaces, skims READMEs and dives into code. Wants reference material, not prose.

Calibrate vocabulary and level of detail to this. If ambiguous, ask one clarifying question before firing off a long answer.

2. Integration path

Three ways to call Shuriken. Help the user pick.

Rough default: quickstart for beginners/intermediates, SDK for software engineers, raw HTTP only when they've said why.

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 74 lines · 68 tokens per session scan A e65fa7393d4b

Subscribe to this mod's changes

api-integration is a skill published in the GitHub repository ShurikenTrade/shuriken-skills (90 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 1,156 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

crypto-market-data-service-guide

Guide to the Crypto Market Data TypeScript service — clean market data APIs for token prices, candles, market cap, and volume across multiple chains. Features caching, rate limiting, fallback sources, and WebSocket subscriptions. Built for production DeFi applications.

nirholas/three.ws · 56 tokens

coinversaa-pulse

Read-only crypto intelligence for AI agents. 103 tools (OAuth 2.1 on the hosted endpoint, API key for local stdio) for Hyperliquid trader analytics, builder-fee revenue analytics, position lifecycles with MAE/MFE execution quality, trader archetype discovery, behavioral cohorts, HIP-4 outcome contracts, outcome/perp…

Coinversaa/mcp-server · 161 tokens

decker-developer

Use when a developer asks about Decker's Public API — obtaining API keys, authentication, rate limits, signal endpoints, SDK usage. Triggers: API key, dklive, X-API-Key, public API, /public/signals, REST API, developer, integrate Decker, rate limit.

gigshow/decker-ai · 66 tokens

sumup-mcp

Use the SumUp MCP server (https://mcp.sumup.com/mcp) from Cursor, Claude Code, Codex, or any MCP-capable client. Use when the user mentions SumUp MCP, needs to wire mcp.sumup.com, or wants tool-based access to SumUp APIs.

sumup/sumup-skills · 66 tokens

crypto-report

Analyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.

claude-office-skills/skills · 24 tokens

crypto-analyze

Full Crypto Analysis Orchestrator — launches 5 parallel subagents for comprehensive multi-dimensional token analysis with composite Crypto Score.

zubair-trabzada/ai-crypto-claude · 27 tokens