文件预览

README.md

查看 Convert Spreadsheet Rows 技能包中的文件内容。

文件内容

README.md

# Convert Spreadsheet Rows

[中文版](./README_zh.md)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-1.0.1-blue)](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).