Install
$ agentstack add skill-cuteweather-agent-data-preview ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
纯文本数据查看
请直接调用内置工具读取文本文件,注意请不要一次性全部读取占用上下文,请限制行数,例如先只读前20行。
非纯文本数据查看
pdf(默认使用 marker)
pdf默认使用marker,不要优先用markitdown。
marker 使用 OCR/Layout 模型,默认走 GPU(CUDA)推理;无 GPU 时可运行但速度会明显下降。
要求使用命令:
marker_single paper.pdf --output_format markdown --output_dir .
一定要带上output_dir参数,输出回paper目录,方便再次查看。
说明:
marker的 markdown 输出会包含图片引用,并将图片保存到输出目录。- 如需仅文本可另行简化,但默认流程应保留图片。
xlsx,docx,pptx(使用 markitdown)
系统已经安装了markitdown命令行工具,用于预览xlsx,docx,pptx等数据,请务必将结果添加md后缀保存,方便以后再次阅读。 例如:
markitdown data.xlsx -o data.xlsx.md
转换后,使用文件读取工具查看data.xlsx.md。
压缩包
禁止使用markitdown直接处理zip等压缩文件,这回导致缓慢的处理速度。任何压缩包请解压缩后处理。
mat
系统已经安装了mat_preview命令行工具,用于预览mat文件(该工具及其生成结果仅用于可复现性检验阶段),生成的结果是有截断的。 例如:
mat_preview ./data.mat --max-entries 10 --sample-k 20 -o ./data.mat.preview.json
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cuteweather
- Source: cuteweather/agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.