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 dolphindb/DolphinX_Skill --skill dolphindb-hfdataimport-check-envgit clone --depth 1 https://github.com/dolphindb/DolphinX_SkillWrote 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/dolphindb/dolphinx_skill/dolphindb-hfdataimport-check-env)<a href="https://agentmods.dev/skills/dolphindb/dolphinx_skill/dolphindb-hfdataimport-check-env"><img src="https://agentmods.dev/badge/skills/dolphindb/dolphinx_skill/dolphindb-hfdataimport-check-env/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.
<a href="https://agentmods.dev/skills/dolphindb/dolphinx_skill/dolphindb-hfdataimport-check-env"><img src="https://agentmods.dev/badge/skills/dolphindb/dolphinx_skill/dolphindb-hfdataimport-check-env.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00037 | $0.02616 |
| Opus 5 | $0.00018 | $0.01308 |
| Sonnet 5 | $0.00007 | $0.00523 |
| Haiku 4.5 | $0.00004 | $0.00262 |
Grade A, and why
dolphindb-hfdataimport-check-env 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 9d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
38 files 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.
- .claude/settings.local.json 251 B
- scripts/check_env.dos 3.1 KB
- scripts/DolphinDBModules/easy_csmar/easy_csmar.dos 532 B
- scripts/DolphinDBModules/easy_csmar/stock/create_stock_db.dos 1.3 KB
- scripts/DolphinDBModules/easy_csmar/stock/create_stock_tb.dos 20 KB
- scripts/DolphinDBModules/easy_csmar/stock/load_stock_data.dos 8.4 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_csv_schema/entrust_csv_schema.dos 2.2 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_csv_schema/orderqueue_csv_schema.dos 7.1 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_csv_schema/snapshot_csv_schema.dos 7.6 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_csv_schema/trade_csv_schema.dos 1.5 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_load_data/load_one_day_entrust.dos 9.8 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_load_data/load_one_day_orderqueue.dos 11 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_load_data/load_one_day_snapshot.dos 16 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_load_data/load_one_day_tick.dos 18 KB
- scripts/DolphinDBModules/easy_csmar/stock/stock_load_data/load_one_day_trade.dos 10.0 KB
- scripts/DolphinDBModules/easy_csmar/utils.dos 10 KB
- scripts/DolphinDBModules/easy_datayes/createDbAndTb/createDB.dos 1.1 KB
- scripts/DolphinDBModules/easy_datayes/createDbAndTb/createTB.dos 2.7 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadData.dos 8.2 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadOneDayData/loadOneDayEntrust.dos 3.0 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadOneDayData/loadOneDayOrderQueue.dos 6.3 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadOneDayData/loadOneDaySnapshot.dos 13 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadOneDayData/loadOneDayTick.dos 5.5 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadOneDayData/loadOneDayTrade.dos 3.4 KB
- scripts/DolphinDBModules/easy_datayes/loadData/loadOneDayData/loadOneDayTradeEntrust.dos 2.2 KB
- scripts/DolphinDBModules/easy_datayes/loadTLData.dos 6.8 KB
- scripts/DolphinDBModules/easy_datayes/setconfig.dos 10 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/csvSchema/entrustCsvSchema.dos 1.3 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/csvSchema/orderQueueCsvSchema.dos 1.1 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/csvSchema/snapshotCsvSchema.dos 8.0 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/csvSchema/tradeCsvSchema.dos 1.8 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/csvSchema/tradeEntrustCsvSchema.dos 564 B
- scripts/DolphinDBModules/easy_datayes/tbSchema/dfsSchema/entrustSchema.dos 1.4 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/dfsSchema/orderQueueSchema.dos 1.3 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/dfsSchema/snapshotSchema.dos 5.9 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/dfsSchema/tickSchema.dos 1.3 KB
- scripts/DolphinDBModules/easy_datayes/tbSchema/dfsSchema/tradeSchema.dos 1.4 KB
- scripts/DolphinDBModules/easy_datayes/utils.dos 10 KB
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.
- 9d ago First seen · 197 lines · 37 tokens per session scan A 1f68c6fdadf4
dolphindb-hfdataimport-check-env is a skill published in the GitHub repository dolphindb/DolphinX_Skill (8 stars, last pushed 26d ago), with no licence file. It adds 37 tokens to every session and 2,616 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-08-31.
Other skills, from other repositories
tiledbvcf
Efficient storage and retrieval of genomic variant data using TileDB. Scalable VCF/BCF ingestion, incremental sample addition, compressed storage, parallel queries, and export capabilities for population genomics.
database-optimizer
Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.
postgres-pro
Use when optimizing PostgreSQL queries, configuring replication, or implementing advanced database features. Invoke for EXPLAIN analysis, JSONB operations, extension usage, VACUUM tuning, performance monitoring.
design-postgis-tables
Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications.
pgvector-semantic-search
Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: Store or search vector embeddings in PostgreSQL Set up semantic search, similarity search, or nearest neighbor search Create HNSW or IVFFlat indexes for vectors…
find-hypertable-candidates
Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables. Trigger when user asks to: Analyze database tables for hypertable conversion potential Identify time-series or event tables in an existing schema Evaluate if a table would…