← 返回 Skills 市场
196
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install csv-parser-local
功能描述
Parse and generate RFC 4180 compliant CSV that works across tools.
使用说明 (SKILL.md)
Quoting Rules
- Fields containing comma, quote, or newline MUST be wrapped in double quotes
- Double quotes inside quoted fields escape as
""(two quotes), not backslash - Unquoted fields with leading/trailing spaces—some parsers trim, some don't; quote to preserve
- Empty field
,,vs empty string,"",—semantically different; be explicit
Delimiters
- CSV isn't always comma—detect
;(European Excel),(TSV),|in legacy systems - Excel exports use system locale delimiter; semicolon common in non-US regions
- Sniff delimiter from first line but verify—header might not contain special chars
Encoding
- UTF-8 BOM (
0xEF 0xBB 0xBF) breaks naive parsers but Excel needs it for UTF-8 detection - When generating for Excel on Windows: add BOM; for programmatic use: omit BOM
- Latin-1 vs UTF-8 ambiguity—explicitly declare or detect encoding before parsing
Common Parsing Failures
- Newlines inside quoted fields are valid—don't split on
\before parsing - Unescaped quote in middle of field corrupts rest of file—validate early
- Trailing newline at EOF—some parsers create empty last row; strip or handle
- Inconsistent column count per row—validate all rows match header count
Numbers & Dates
1,234.56vs1.234,56—locale-dependent; standardize or document format- Dates: ISO 8601 (
2024-01-15) only unambiguous format;01/02/24is chaos - Leading zeros in numeric fields (
007)—quote to preserve or document as string
Excel Quirks
- Formula injection: fields starting with
=,+,-,@execute as formulas—prefix with'or tab - Long numbers (>15 digits) lose precision—quote and format as text
- Scientific notation triggered by
Ein numbers—quote if literal text needed
安全使用建议
This skill is instruction-only and appears internally consistent for CSV parsing/generation: safe to inspect and use. Before installing or trusting it: 1) verify the publisher/owner (the _meta.json ownerId differs from the registry Owner ID), 2) if you plan to run any code that uses these instructions, review that code (the skill itself contains no code), 3) avoid sending sensitive secrets or credentials as CSV content, and 4) test behavior on non-production/sample files first. If the publisher is unfamiliar, treat it as documentation rather than code and proceed cautiously.
功能分析
Type: OpenClaw Skill
Name: csv-parser-local
Version: 1.0.0
The skill bundle contains only documentation and best practices for parsing and generating RFC 4180 compliant CSV files. SKILL.md provides helpful guidance on encoding, delimiters, and security risks like Excel formula injection, without any executable code or malicious instructions.
能力评估
Purpose & Capability
Name/description (RFC 4180 CSV parsing/generation) matches the SKILL.md content: guidance on quoting, delimiters, encoding, Excel quirks, etc. The skill requests no binaries, env vars, or installs — appropriate for a documentation/instruction-only skill. Minor inconsistency: the _meta.json ownerId ('kn73vp5r...') differs from the registry Owner ID ('kn7e537h...') listed in the package metadata; this is likely benign (typo or packaging mismatch) but worth verifying the source.
Instruction Scope
SKILL.md contains only parsing/generation guidance and best-practices for CSV handling. It does not instruct the agent to read arbitrary system files, access credentials, or transmit data externally. The instructions are focused and do not grant broad discretionary actions.
Install Mechanism
No install specification and no code files — instruction-only skill. Lowest-risk install profile because nothing is written to disk or fetched during install.
Credentials
Requires no environment variables, credentials, or config paths. Requested access is proportional (none) to the described functionality.
Persistence & Privilege
always:false and default autonomous invocation settings are used. The skill does not request permanent presence or elevated privileges; nothing in the package attempts to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install csv-parser-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/csv-parser-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of CSV skill for RFC 4180 compliant CSV parsing and generation.
- Handles cross-platform delimiter detection, including comma, semicolon, tab, and pipe.
- Supports robust quoting and escaping for special characters and Excel quirks.
- Manages encoding issues, including UTF-8 BOM handling for Excel compatibility.
- Includes guidelines for preventing common parsing failures and locale-induced data errors.
- Addresses Excel-specific pitfalls like formula injection and long number precision loss.
元数据
常见问题
Csv Parser Local 是什么?
Parse and generate RFC 4180 compliant CSV that works across tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。
如何安装 Csv Parser Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install csv-parser-local」即可一键安装,无需额外配置。
Csv Parser Local 是免费的吗?
是的,Csv Parser Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Csv Parser Local 支持哪些平台?
Csv Parser Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Csv Parser Local?
由 panchenbo(@panchenbo)开发并维护,当前版本 v1.0.0。
推荐 Skills