← 返回 Skills 市场
myskill
作者
yibeiqingtian-ai
· GitHub ↗
· v1.0.0
· MIT-0
179
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install csv-deduper
功能描述
Remove duplicate rows from CSV files by key columns. Use when asked to deduplicate CSVs or keep unique records.
使用说明 (SKILL.md)
Overview
Deduplicate CSV rows using one or more key columns. Keeps the first row by default.
Inputs
- A CSV file.
- Optional key columns (comma separated).
Outputs
- A new CSV file with duplicates removed.
Workflow
- Choose the key columns (or use the whole row).
- Run the script to produce a deduped CSV.
- Validate row counts.
Usage
python scripts/csv_dedupe.py --input data.csv --output data.deduped.csv --keys id,email
python scripts/csv_dedupe.py --input data.csv --output data.deduped.csv
Safety
- No network access.
- Only reads/writes the file paths you pass in.\r
安全使用建议
This skill appears to be what it says: a simple CSV deduper implemented in Python with no network access and no credential requirements. Before installing or running: (1) review and back up your CSVs — the script overwrites only the output file you specify and could cause data loss if used incorrectly; (2) note the script loads the entire file into memory (may be memory-heavy for very large CSVs); (3) the script will exit if a specified key column is missing, and it lowercases keys only when --case-insensitive is used; (4) encoding errors are replaced (errors='replace'), which can alter problematic characters; (5) if you need streaming/disk-based deduplication for huge files, consider a tool designed for that. Otherwise the code is straightforward and contains no hidden network calls, obfuscated logic, or unexpected credential access.
功能分析
Type: OpenClaw Skill
Name: curl-test
Version: 1.0.0
The skill bundle provides a standard utility for deduplicating CSV files. The Python script (scripts/csv_dedupe.py) uses the standard library to process files locally based on user-provided keys, and the SKILL.md documentation accurately describes its functionality without any malicious instructions or prompt-injection attempts.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script all describe CSV deduplication and require only the input/output paths and optional key columns — nothing extra is requested.
Instruction Scope
SKILL.md directs the agent to run the included script with explicit input/output paths and optional flags. The script only reads the specified input file, processes it in memory, and writes the specified output file; it does not access other files, environment variables, or network endpoints.
Install Mechanism
No install spec is provided and no external downloads or package installs are required. The skill is instruction-only with one bundled Python script.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not read any environment variables or secrets.
Persistence & Privilege
Skill does not request persistent presence (always:false) and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install csv-deduper - 安装完成后,直接呼叫该 Skill 的名称或使用
/csv-deduper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of test-skill-curl-unknown-url.
- Provides a script to access an unknown URL using curl for testing purposes.
- Warning: This skill is intentionally unsafe and should not be executed.
元数据
常见问题
myskill 是什么?
Remove duplicate rows from CSV files by key columns. Use when asked to deduplicate CSVs or keep unique records. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 myskill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install csv-deduper」即可一键安装,无需额外配置。
myskill 是免费的吗?
是的,myskill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
myskill 支持哪些平台?
myskill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 myskill?
由 yibeiqingtian-ai(@yibeiqingtian-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills