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 agentmods add skills/x402agent/solana-clawd/dflow-docsnpx skills add x402agent/solana-clawd --skill dflow-docsgit clone --depth 1 https://github.com/x402agent/solana-clawdWrote 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/x402agent/solana-clawd/dflow-docs)<a href="https://agentmods.dev/skills/x402agent/solana-clawd/dflow-docs"><img src="https://agentmods.dev/badge/skills/x402agent/solana-clawd/dflow-docs.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00051 | $0.00640 |
| Opus 5 | $0.00026 | $0.00320 |
| Sonnet 5 | $0.00010 | $0.00128 |
| Haiku 4.5 | $0.00005 | $0.00064 |
Grade C, and why
dflow-docs scanned grade C with 2 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 4d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsS https://cli.dflow.net | sh Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://pond.dflow.net/llms.txt -o skills/dflow-docs/llms.txt How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DFlow Docs
Use this skill as the DFlow routing layer for agents in this repo.
Required First Step
Before exploring individual pages, read the local documentation index:
sed -n '1,220p' skills/dflow-docs/llms.txt
The canonical remote index is:
https://pond.dflow.net/llms.txt
Refresh the local copy when needed:
curl -fsSL https://pond.dflow.net/llms.txt -o skills/dflow-docs/llms.txt
Reference Entrypoints
- Local index:
skills/dflow-docs/llms.txt - Hosted docs MCP:
https://pond.dflow.net/mcp
If a field shape, endpoint parameter, error code, or compliance detail matters, prefer the hosted DFlow docs MCP or the local OpenAPI spec over memory.
Agent CLI
Install:
curl -fsS https://cli.dflow.net | sh
Set up:
dflow setup
Common read-only commands:
dflow whoami
dflow positions
dflow guardrails show
Trading commands submit real transactions. Only run them when the operator explicitly asks for live execution and local DFlow guardrails have been checked.
Skill Routing
Use the focused skill when the task matches:
dflow-spot-trading: Solana spot swaps, quotes, sponsored swaps, priority fees.dflow-kalshi-trading: buy, sell, redeem YES/NO prediction market tokens.dflow-kalshi-market-scanner: discover/filter events, markets, series, tags, candles.dflow-kalshi-market-data: orderbook, live data, trades, WebSocket streams.dflow-kalshi-portfolio: positions, P&L, rent reclaim.dflow-proof-kyc: wallet identity verification for Kalshi markets.dflow-platform-fees: builder fees throughplatformFeeBpsorplatformFeeScale.dflow-phantom-connect: full-stack Phantom wallet apps with DFlow trading.
Safety Defaults
- CLI amounts are atomic units, not UI amounts.
- Prediction market buys require Proof KYC and jurisdiction checks.
- Kalshi maintenance is Thursdays, 3:00 AM to 5:00 AM ET.
- Use
dflow guardrails showbefore autonomous execution. - Do not ask for or print private keys, vault passwords, mnemonics, or exported wallet material.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 85 lines · 51 tokens per session scan C cd7c1eb08a33
dflow-docs is a skill published in the GitHub repository x402agent/solana-clawd (24 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 640 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
sector-rotation
行业轮动分析——申万行业景气度评分、行业动量排名、产业链传导、估值/盈利/资金流多维比较框架.
convex-add
Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability…
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
chenhao-limit-up
Use when evaluating A-share limit-up (涨停板) setups through Chen Hao's sentiment and momentum lens: market emotion cycles, board strength, follow-through, and short-term aggressive momentum trading.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.