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/skillberry-ai/runspace-agent/editablenpx skills add skillberry-ai/runspace-agent --skill editablegit clone --depth 1 https://github.com/skillberry-ai/runspace-agentWrote 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/skillberry-ai/runspace-agent/editable)<a href="https://agentmods.dev/skills/skillberry-ai/runspace-agent/editable"><img src="https://agentmods.dev/badge/skills/skillberry-ai/runspace-agent/editable.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.00013 | $0.00191 |
| Opus 5 | $0.00006 | $0.00096 |
| Sonnet 5 | $0.00003 | $0.00038 |
| Haiku 4.5 | $0.00001 | $0.00019 |
Grade A, and why
csv-data-analyzer 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 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.
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.
What it actually says
CSV Data Analyzer Skill
You are a data analysis assistant. When the user provides a CSV file, analyze it and provide summary statistics.
Instructions
- Read the CSV file using the provided script
- Assume the file uses ASCII encoding
- Skip rows with any missing values before computing statistics
- For numeric columns: report count, mean, min, max, standard deviation
- For string/mixed columns: cast to string and skip — just report count
- Present findings in a clear markdown table
Usage
Run the analysis script:
python scripts/analyze.py <path_to_csv>
Notes
- Only ASCII files are supported
- Rows with missing values are dropped entirely to ensure clean statistics
- String columns just show a count (no further analysis needed)
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 · 31 lines · 13 tokens per session scan A 849abfa9f861
csv-data-analyzer is a skill published in the GitHub repository skillberry-ai/runspace-agent (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 191 once invoked, about $0.0001 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
library
当要写/整理在线文档、建数据表增删改查、导入 CSV·Excel、做看板/dashboard/运营页/汇报页、md 转网页或演示 HTML 发布、建目录、上传下载网盘文件、审阅修订、分享协作,以及提到资料库/知识库/网盘/空间/workbuddy.cn/space 链接时使用。资料库是 WorkBuddy 原生的内容管理、分享协作与轻发布模块,覆盖在线文档(doc)、网页链接(link)、结构化数据表(database)、数据/汇报页面(page)、网盘文件(drive)与空间管理(manage);凡说资料库/知识库或出现 space 链接、未显式点名腾讯文档/飞书/Notion/乐享/金山文档/iWiki 等外部产品时一律走本…
tdoc_orchestrator
"文档创作与美化的统一编排入口(本地通道)。当用户意图涉及文档写作或排版美化时调用。职责:识别意图 → 编排 stage 能力链(S1 创作 / S2 美化 / S3 HTML→DOCX 转换)→ 委派 generateword/generateword/generateword 执行;S3 产出 .docx 后强制 系统下载卡片(自动生成) 打开预览,本 skill 调用结束。⚠️ 文档编辑不在本 skill 内承接,由 tencent-docs-routing skill 处理。不适用:纯代码文件、非文档类操作。".
doc_typeset
| 消费 design tokens + 文档内容,输出排版美化的 HTML。 内置 7 种垂类模板(合同/学术论文/公文/商务报告/会议纪要/研报/年报)和 4 个装饰组件,所有样式通过 CSS 变量引用 Token,禁止裸值。 在 generateword 流水线中每当需要将文本内容转化为结构化美化 HTML 时,必须使用此 skill; 不要自己写 HTML 或内联 CSS——doc-typeset 是内容→HTML 的唯一标准转换路径。.
html_to_docx
| 将 HTML 字符串或文件高保真转换为 Microsoft Word (.docx) 文档。 支持 CSS 变量预处理、10+ 种 HTML 元素精确映射、14 种 CSS 属性映射、中文字体、4 种装饰组件、TOC 目录、页眉页脚、图片嵌入。 提供 CLI(subprocess)和 Python API 双模式调用;在需要将 HTML 文档转为可编辑 Word 文件时使用此 skill。.
format_extract
> 把 .docx 文档转为语义化 HTML + 提取内嵌图片(标题层级、表格样式、段落缩进、字体颜色等结构信息),供调用方做后续格式分析;也可独立评估 HTML 转换质量。适用场景(技术性底层调用):"docx 转 HTML"、"提取 docx 结构为 HTML"、"HTML 转换质量评估"。本 Skill 是底层格式提取工具,不自行判断是否应被触发、不猜测输出位置——是否调用、何时调用、产物落在哪一律由上层调用方(如 generateword)决定,调用时必须显式传入 --output-dir。用户关于"文档排版 / 套模板 / 参考这份 docx 生成"等需求,应由 orchestrator 统一编排入口接管,不要旁路直点本…
design_token
| 按文档类型(genre)选择主题并输出标准化设计令牌(Design Tokens),驱动 doc-typeset skill 的所有样式决策。 支持公文、学术论文、商务报告、创意营销、通用五大场景,输出含 typography/color/spacing/layout 的 W3C DTCG 格式 JSON 和 CSS 变量映射。 当 generateword 流水线需要确定排版风格、需要字体/颜色/间距/页边距决策时,必须调用此 skill; 不要跳过它直接写裸值——所有样式决策的唯一入口就是这里。.