HomeBrowseUpload
← Back to registry
// Skill profile

Generator

name: generator

by bytesagain3 · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain3/bytesagain3-generator
View on GitHub
// Full documentation

---

name: generator

version: "2.0.0"

author: BytesAgain

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

license: MIT-0

tags: [generator, tool, utility]

description: "Create placeholder data, test fixtures, and sample datasets for dev work. Use when generating mocks, building fixtures, or scaffolding content templates."

---

# Generator

Content generator — create placeholder data, test fixtures, sample datasets, and templates.

Commands

| Command | Description |

|---------|-------------|

| `generator help` | Show usage info |

| `generator run` | Run main task |

| `generator status` | Check current state |

| `generator list` | List items |

| `generator add <item>` | Add new item |

| `generator export <fmt>` | Export data |

Usage

generator help
generator run
generator status

Examples

# Get started
generator help

# Run default task
generator run

# Export as JSON
generator export json

Output

Results go to stdout. Save with `generator run > output.txt`.

Configuration

Set `GENERATOR_DIR` to change data directory. Default: `~/.local/share/generator/`

---

*Powered by BytesAgain | bytesagain.com*

*Feedback & Feature Requests: https://bytesagain.com/feedback*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band