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.
npx skills add nirholas/three.ws --skill crypto-market-dashboard-guidegit clone --depth 1 https://github.com/nirholas/three.wsWrote 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.
[](https://agentmods.dev/skills/nirholas/three.ws/crypto-market-dashboard-guide)<a href="https://agentmods.dev/skills/nirholas/three.ws/crypto-market-dashboard-guide"><img src="https://agentmods.dev/badge/skills/nirholas/three.ws/crypto-market-dashboard-guide.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.01168 |
| Opus 5 | $0.00024 | $0.00584 |
| Sonnet 5 | $0.00010 | $0.00234 |
| Haiku 4.5 | $0.00005 | $0.00117 |
Grade A, and why
crypto-market-dashboard-guide 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Crypto Market Dashboard Guide
A production-ready crypto market dashboard template built with Next.js, React, and TradingView charts. Track portfolios, monitor DeFi positions, and visualize market data.
Features
| Feature | Description |
|---|---|
| Live Prices | Real-time token prices with WebSocket updates |
| TradingView Charts | Professional candlestick and line charts |
| Portfolio Tracker | Multi-chain wallet portfolio overview |
| DeFi Positions | LP, lending, staking position monitoring |
| Price Alerts | Configurable price notifications |
| Watchlists | Custom token watchlists |
| Market Overview | Top gainers, losers, trending tokens |
| Social Sentiment | X/Twitter sentiment indicators |
Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js 14+ (App Router) |
| UI | React 19, Ant Design, TailwindCSS |
| Charts | TradingView Lightweight Charts |
| Data | SWR, WebSocket, CoinGecko API |
| State | Zustand |
| Auth | Web3Auth + RainbowKit |
Project Structure
crypto-market-dashboard/
├── src/
│ ├── app/
│ │ ├── dashboard/ # Main dashboard page
│ │ ├── portfolio/ # Portfolio tracker
│ │ ├── markets/ # Market overview
│ │ └── alerts/ # Price alerts
│ ├── components/
│ │ ├── charts/ # TradingView chart components
│ │ ├── portfolio/ # Portfolio widgets
│ │ ├── tokens/ # Token list, search, details
│ │ └── layout/ # Navigation, sidebar
│ ├── hooks/
│ │ ├── useTokenPrice.ts
│ │ ├── usePortfolio.ts
│ │ └── useWebSocket.ts
│ ├── store/
│ │ ├── portfolio.ts
│ │ ├── watchlist.ts
│ │ └── alerts.ts
│ └── services/
│ ├── market-data.ts
│ └── portfolio.ts
Chart Component
import { createChart, CandlestickSeries } from 'lightweight-charts';
function TokenChart({ symbol }: { symbol: string }) {
const containerRef = useRef<HTMLDivElement>(null);
const { data } = useSWR(`/api/candles/${symbol}`);
useEffect(() => {
if (!containerRef.current || !data) return;
const chart = createChart(containerRef.current, {
width: 800,
height: 400,
layout: { background: { color: '#1a1a2e' }, textColor: '#e0e0e0' }
});
const series = chart.addSeries(CandlestickSeries);
series.setData(data);
return () => chart.remove();
}, [data]);
return <div ref={containerRef} />;
}
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.
- 5d ago First seen · 156 lines · 49 tokens per session scan A 177e4c5ab8b4
crypto-market-dashboard-guide is a skill published in the GitHub repository nirholas/three.ws (111 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 1,168 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
frontend-design
Create distinctive, production-grade Stellar dApp UI. Combines bold aesthetic direction with smart contract integration patterns — wallet connection flows, transaction UX, contract data displays, and agentic kit hook wiring. No generic "AI slop" aesthetics.
ts-sdk-wallet-adapter
How to integrate wallet connection in React frontends using @aptos-labs/wallet-adapter-react. Covers AptosWalletAdapterProvider setup, useWallet() hook, frontend transaction submission, and wallet connection UI. Triggers on: 'wallet adapter', 'connect wallet', 'useWallet', 'AptosWalletAdapterProvider'…
midnight-dapp-dev
Comprehensive guide for Midnight Network DApp frontend development covering project scaffolding with Vite and React 19 plus shadcn/ui templates, Next.js wallet connector patterns via the DApp Connector API with App Router, React wallet connector with Vite setup, provider architecture including MidnightProviders, proof…
emblem-ai-react
React integration skill for EmblemAI's one-shot user management. Use when the user wants to add website authentication plus wallet-enabled users to a React app with EmblemAuthProvider, ConnectButton, social/email/wallet login, chat components, React auth hooks, React composition patterns, or Migrate.fun React hooks.
flow-react-sdk
Guide for building React applications on the Flow blockchain using @onflow/react-sdk. Covers FlowProvider setup, Cadence hooks (useFlowQuery, useFlowMutate, useFlowCurrentUser, useFlowEvents), Cross-VM hooks for EVM bridging and batch transactions, and UI components (Connect, TransactionButton, TransactionDialog…
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.