文件内容
README.md
# Convert Spreadsheet Rows
[中文版](./README_zh.md)
[](LICENSE)
[](SKILL.md)
> Convert spreadsheet rows into structured task objects for Jira
## What Problem This Solves
Brief paragraph explaining the specific engineering problem this skill solves.
When triggered: [trigger condition].
## Features
- Transforms convert spreadsheet rows input into structured output
- Handles convert spreadsheet rows into structured task objects for...
- Preserves data integrity — no silent drops or fabrication
## Quick Start
### Installation
```bash
# Via ClawHub
clawhub install Convert Spreadsheet Rows
# Or manually
cp -r Convert Spreadsheet Rows ~/.openclaw/skills/
```
### Usage
```bash
# Mode 1
clawhub run Convert Spreadsheet Rows --mode read
# Mode 2
clawhub run Convert Spreadsheet Rows --mode write --input ./data.json
```
## Directory Structure
```
Convert Spreadsheet Rows/
├── SKILL.md # Entry point
├── LICENSE # MIT
├── README.md # This file
├── README_zh.md # Chinese version
├── CONTRIBUTING.md # Contribution guide
├── .gitignore
├── references/ # Templates and schemas
│ └── ...
└── scripts/ # Helper scripts (if any)
└── ...
```
## Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| `API_KEY` | Yes | API key for the service |
## License
This project is licensed under the MIT License — see [LICENSE](LICENSE) for details.
---
Powered by [MiniMax](https://minimax.io).