A comprehensive toolkit for parsing CSV datasets, converting JSON to CSV, and generating professional SVG visualizations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xpr-structured-data
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install xpr-structured-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Structured Data skill is a specialized utility designed to bridge the gap between raw data formats and actionable insights within your AI-driven workflows. By providing high-level tools for CSV manipulation and SVG chart generation, it allows agents to handle complex data transformation tasks that are common in business intelligence and reporting. Whether you are dealing with messy CSV exports or need to present data visually, this addition to Openclaw Skills ensures your agent can process and present information with technical precision.
This skill is particularly valuable for developers who need to automate the pipeline from raw data ingestion to polished visual delivery. It handles the nuances of data parsing—such as auto-detecting delimiters and managing quoted fields—while offering the flexibility to create multi-series charts. By integrating these capabilities, Openclaw Skills provide a robust foundation for building data-heavy applications and automated reporting systems.
parse_csv tool, which automatically identifies the delimiter and returns a structured JSON array.generate_chart tool with your data, specifying the chart type (bar, line, or pie) and series labels.json_to_csv tool to export the final processed data back into a CSV file with specific column ordering.To enable these capabilities within your Openclaw Skills environment, ensure the skill is correctly referenced in your agent configuration. No external heavy dependencies are required for basic parsing.
# Example of how an agent might invoke the tool logic
# The skill is typically available as part of the standard data utility suite
| Tool | Input Requirements | Output Metadata |
|---|---|---|
parse_csv |
Text string, optional limit | data, columns, row_count, preview |
json_to_csv |
Array of objects, optional column list | Raw CSV string |
generate_chart |
Labels and Values/Series | svg (XML), data_uri (Base64) |
Loading
A comprehensive toolset for managing the full AtomicAssets and AtomicMarket NFT lifecycle on the XPR Network.

An AI agent skill for interacting with the LOAN Protocol on XPR Network to supply assets, borrow against collateral, and manage DeFi positions.

A secure, sandboxed environment for executing JavaScript code and mathematical expressions within AI agent workflows.

Operate an autonomous AI agent on the XPR Network's trustless registry to handle profile management, job bidding, and delivery.

High-performance web scraping tools designed to fetch, extract, and clean data from web pages for AI agent workflows.

An AI-driven website builder that allows coding agents to generate, edit, and deploy professional landing pages and portfolios using simple text prompts.








































