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 aliyun/data-agent-skill --skill alibabacloud-data-agent-skillgit clone --depth 1 https://github.com/aliyun/data-agent-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/aliyun/data-agent-skill/alibabacloud-data-agent-skill)<a href="https://agentmods.dev/skills/aliyun/data-agent-skill/alibabacloud-data-agent-skill"><img src="https://agentmods.dev/badge/skills/aliyun/data-agent-skill/alibabacloud-data-agent-skill.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.00159 | $0.04696 |
| Opus 5 | $0.00079 | $0.02348 |
| Sonnet 5 | $0.00032 | $0.00939 |
| Haiku 4.5 | $0.00016 | $0.00470 |
Grade A, and why
alibabacloud-data-agent-skill 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 8d 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
41 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.
- .env.example 1.5 KB
- assets/example_game_data.csv 1580 KB
- assets/HEARTBEAT.md 1.2 KB
- assets/LICENSE 11 KB
- references/ANALYSIS_MODE.md 1.8 KB
- references/COMMANDS.md 7.9 KB
- references/RAM-POLICIES.md 1.8 KB
- references/WORKFLOWS.md 6.9 KB
- scripts/cli/__init__.py 1.6 KB runs code
- scripts/cli/cmd_agent.py 5.7 KB runs code
- scripts/cli/cmd_attach.py 18 KB runs code
- scripts/cli/cmd_db.py 15 KB runs code
- scripts/cli/cmd_dms.py 5.6 KB runs code
- scripts/cli/cmd_file.py 15 KB runs code
- scripts/cli/cmd_import.py 2.7 KB runs code
- scripts/cli/cmd_ls.py 5.4 KB runs code
- scripts/cli/cmd_reports.py 2.1 KB runs code
- scripts/cli/cmd_workspace.py 3.9 KB runs code
- scripts/cli/dual_logger.py 1.7 KB runs code
- scripts/cli/formatters.py 18 KB runs code
- scripts/cli/log_handler.py 3.0 KB runs code
- scripts/cli/notify.py 5.1 KB runs code
- scripts/cli/parser.py 20 KB runs code
- scripts/cli/streaming_utils.py 7.6 KB runs code
- scripts/cli/streaming.py 39 KB runs code
- scripts/cli/worker_lock.py 2.1 KB runs code
- scripts/cli/worker_utils.py 4.9 KB runs code
- scripts/data_agent_cli.py 569 B runs code
- scripts/data_agent/__init__.py 2.0 KB runs code
- scripts/data_agent/api_adapter.py 4.1 KB runs code
- scripts/data_agent/client.py 61 KB runs code
- scripts/data_agent/config.py 8.3 KB runs code
- scripts/data_agent/exceptions.py 3.1 KB runs code
- scripts/data_agent/file_manager.py 19 KB runs code
- scripts/data_agent/mcp_tools.py 17 KB runs code
- scripts/data_agent/message.py 15 KB runs code
- scripts/data_agent/models.py 6.2 KB runs code
- scripts/data_agent/session.py 16 KB runs code
- scripts/data_agent/sse_client.py 29 KB runs code
- scripts/requirements.txt 389 B
- scripts/verify_active_route_unit.py 8.3 KB runs code
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.
- 8d ago First seen · 371 lines · 159 tokens per session scan A 04bd1190ac63
alibabacloud-data-agent-skill is a skill published in the GitHub repository aliyun/data-agent-skill (49 stars, last pushed 7d ago), with no licence file. It adds 159 tokens to every session and 4,696 once invoked, about $0.0008 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-30.
Other skills, from other repositories
developing-with-streamlit
Use for ALL Streamlit tasks: creating, editing, debugging, beautifying, styling, theming, optimizing, or deploying Streamlit apps. Also custom components, st.components.v2, HTML/JS/CSS work. Discovers and loads version-matched reference docs from the user's installed Streamlit (>=1.57). Triggers: streamlit, st.…
marimo-pair
Work inside the user's live marimo notebook from the code editor: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes through code mode. Use whenever you create, analyze, or improve the user's marimo notebook.
cnsplots
Create, revise, and troubleshoot publication-ready scientific plots in Python with cnsplots, including distribution, regression, heatmap, genomics, survival, set, flow, and multi-panel figures. Use when a user asks for cnsplots code, Cell/Nature/Science-style visualization, precise physical figure dimensions…
malloy-model
Build Malloy semantic models with base source and joined source files. Use when creating or modifying .malloy files, user asks to "create a malloy model", "add dimensions", "add measures", "create a source", or any Malloy model authoring task.
malloy-materialization
Add and debug Malloy Persistence materializations in a package - persist an expensive source so queries read a pre-built table. Read this whenever the user wants to materialize a source, add a persist annotation, speed up a slow source, or asks why a persist source isn't building.
eval-loop
Conduct a local Publisher evaluation loop in five steps: scrape/run, eval, diagnose, improve, checkpoint. You are the conductor: import cases into the file ledger, spawn a blind answerer, then run eval-answer, eval-diagnose, and eval-improve. Persistence is plain files under the model package's evals/ directory…