By treasures-io
Agent skill for the Treasures public B2B API: discover tokenized stocks, quote/execute trades, bridge USDC across Solana and Ethereum, and read portfolio + trade history.
Agent Skills for building AI agents on the Treasures finance APIs.
A skill is a folder of plain-Markdown instructions (SKILL.md) that a coding agent loads on demand. The skills here teach an agent to call the Treasures public B2B API correctly — discover tokenized stocks, quote and execute trades, bridge USDC across chains, and read portfolios — including the signing details and footguns that are easy to get wrong.
| Skill | What it does |
|---|---|
treasures-b2b-api | Build an agent on the Treasures public B2B API: discover tokenized stocks, quote/execute trades, bridge USDC across Solana and Ethereum, and read portfolio + trade history for a single end-user wallet pair. Covers endpoint selection, ownership-proof signing (incl. embedded wallets), trade/bridge execution, and error handling. |
npx skillsnpx skills installs SKILL.md files into the right place for 70+ coding agents (Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, Cline, OpenCode, …) and auto-detects which ones you have. From your project root:
npx skills add treasures-io/treasures-finance-agent-skills
Target specific agents with -a:
npx skills add treasures-io/treasures-finance-agent-skills -a claude-code -a codex -a cursor
It reads this repo's skills/<name>/SKILL.md layout directly, so no extra setup is required.
Each agent loads skills from its own directory — for example Claude Code from ~/.claude/skills/ (or a project's .claude/skills/), Codex from ~/.codex/skills/, and several agents from a shared .agents/skills/. Clone the repo and drop the skill folder into your agent's skills directory:
git clone https://github.com/treasures-io/treasures-finance-agent-skills.git
# example: Claude Code, available in all projects
mkdir -p ~/.claude/skills
cp -r treasures-finance-agent-skills/skills/treasures-b2b-api ~/.claude/skills/
Check your agent's docs for its exact skills path, or just use Option A, which handles this for you.
This repo also doubles as a Claude Code plugin marketplace. Inside Claude Code:
/plugin marketplace add treasures-io/treasures-finance-agent-skills
/plugin install treasures-finance-agent-skills@treasures-finance-agent-skills
Manage anytime with /plugin; pull updates with /plugin marketplace update. Add --scope project to the install to share it with everyone on a project.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub treasures-io/treasures-finance-agent-skills --plugin treasures-finance-agent-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.