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/dolphindb/dolphinx_skill/dolphindb-opsnpx skills add dolphindb/DolphinX_Skill --skill dolphindb-opsgit 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-ops)<a href="https://agentmods.dev/skills/dolphindb/dolphinx_skill/dolphindb-ops"><img src="https://agentmods.dev/badge/skills/dolphindb/dolphinx_skill/dolphindb-ops.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.1 | $0.00090 | $0.04176 |
| Opus 5 | $0.00045 | $0.02088 |
| Sonnet 5 | $0.00018 | $0.00835 |
| Haiku 4.5 | $0.00009 | $0.00418 |
Grade A, and why
dolphindb-ops 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 6d 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
24 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.
- references/architecture-overview.md 3.7 KB
- references/async-replication.md 5.6 KB
- references/backup-restore.md 2.4 KB
- references/execution-failure-metadata.md 3.2 KB
- references/execution-failure-query.md 4.4 KB
- references/execution-failure-streaming.md 1.8 KB
- references/execution-failure-system.md 1.5 KB
- references/job-issues.md 9.3 KB
- references/metadata-repair.md 7.1 KB
- references/oom.md 11 KB
- references/partition-version-inconsistency.md 6.8 KB
- references/security-guide.md 4.4 KB
- references/slow-query.md 5.7 KB
- references/stream-delay.md 1.7 KB
- references/unexpected-return.md 1.3 KB
- scripts/backup.dos 3.7 KB
- scripts/job.dos 7.1 KB
- scripts/partition.dos 12 KB
- scripts/replication.dos 3.2 KB
- scripts/resource.dos 5.4 KB
- scripts/security.dos 2.9 KB
- scripts/session.dos 5.4 KB
- scripts/streaming.dos 7.1 KB
- scripts/transaction.dos 1.1 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.
- 6d ago First seen · 229 lines · 90 tokens per session scan A 40411af68c75
dolphindb-ops is a skill published in the GitHub repository dolphindb/DolphinX_Skill (8 stars, last pushed 23d ago), with no licence file. It adds 90 tokens to every session and 4,176 once invoked, about $0.0005 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.
sql-pro
Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Use when a user asks why their query is slow, needs help writing complex joins or aggregations, mentions database performance issues, or wants to design or migrate a schema. Invoke for complex queries, window functions, CTEs…
design-postgis-tables
Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications.
setup-timescaledb-hypertables
Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. Trigger when user asks to: Create or design SQL schemas/tables AND…