← Back to Skills Marketplace
albionaiinc-del

Quickcsv

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quickcsv
Description
Convert JSON, YAML, or TSV files to standardized CSV format with automatic header detection and consistent output for easy data analysis and processing.
Usage Guidance
This skill appears coherent and purpose‑aligned. Before installing: (1) ensure you trust the skill author (source/homepage unknown) and are comfortable running a provided Python script; (2) run it in a controlled environment or sandbox if you want extra caution; (3) ensure the target environment has PyYAML available (yaml.safe_load is used); (4) avoid pointing it at sensitive files you don't want read/processed — it will open whatever file path you supply; and (5) note the listed price in SKILL.md if that matters to you.
Capability Analysis
Type: OpenClaw Skill Name: quickcsv Version: 1.0.0 The QuickCSV skill bundle is a straightforward utility for converting JSON, YAML, and TSV files into CSV format. The implementation in tool.py uses standard Python libraries and follows security best practices by using yaml.safe_load() to prevent arbitrary code execution. No indicators of malicious intent, data exfiltration, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description match the included tool.py which implements JSON/YAML/TSV to CSV conversion; no unrelated env vars, binaries, or capabilities are requested.
Instruction Scope
SKILL.md only documents CLI usage for local file conversion. The instructions do not ask the agent to read unrelated files, call external endpoints, or access secrets.
Install Mechanism
No install spec or external downloads. The skill is instruction + a Python script; nothing is fetched from remote URLs or installed automatically.
Credentials
The skill requests no environment variables or credentials. The Python script operates only on files provided by the user.
Persistence & Privilege
always:false and no code to modify agent/system config or other skills. The skill does not request persistent background privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quickcsv
  3. After installation, invoke the skill by name or use /quickcsv
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of QuickCSV. - Convert JSON, YAML, or TSV files into standardized CSV format. - Automatic header detection and consistent output formatting. - Supports output to file or stdout. - Option to suppress the header row. - Simple command-line interface for fast, reliable data conversion.
Metadata
Slug quickcsv
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Quickcsv?

Convert JSON, YAML, or TSV files to standardized CSV format with automatic header detection and consistent output for easy data analysis and processing. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install Quickcsv?

Run "/install quickcsv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quickcsv free?

Yes, Quickcsv is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quickcsv support?

Quickcsv is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quickcsv?

It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.

💬 Comments