← Back to Skills Marketplace
bytesagain3

Generator

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
805
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install generator
Description
Create placeholder data, test fixtures, and sample datasets for dev work. Use when generating mocks, building fixtures, or scaffolding content templates.
README (SKILL.md)

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 \x3Citem> Add new item
generator export \x3Cfmt> 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

Usage Guidance
This skill appears to do what it says: a local generator that stores entries under ~/.local/share/generator and exports them. Before installing or running: (1) inspect the script if you want the data directory elsewhere — SKILL.md mentions GENERATOR_DIR but the script does not honor it; (2) avoid entering any secrets or sensitive data when using the tool since inputs are logged in plain text; (3) if you prefer, run the script in a sandbox/container or modify DATA_DIR in the script to a location you control; and (4) no network or credential access is requested, so the main risk is local data persistence rather than remote exfiltration.
Capability Analysis
Type: OpenClaw Skill Name: generator Version: 2.0.0 The 'generator' skill is a simple utility for logging, searching, and exporting text entries to a local directory (~/.local/share/generator/). The script (scripts/script.sh) implements basic file-appending logic for various commands and provides simple export functionality (JSON/CSV/TXT) without any network access, sensitive data retrieval, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description match the included script: a local utility that creates and manages placeholder entries and exports. There are no unexpected external services, cloud credentials, or unrelated binaries required.
Instruction Scope
SKILL.md describes running a 'generator' command and setting GENERATOR_DIR; the shipped script implements many generator subcommands and writes/reads logs under $HOME/.local/share/generator. The script persists all user inputs to plain-text *.log and history.log files (potentially containing sensitive input). Also SKILL.md suggests configurable GENERATOR_DIR but the script as provided doesn't read that environment variable (inconsistency).
Install Mechanism
No install spec or external downloads. The skill is instruction/code-only; the provided shell script will run locally. No archive downloads or external package installs are requested.
Credentials
The skill requests no credentials or env vars. It does use the HOME directory (creates ~/.local/share/generator) and persists inputs there; this file I/O is proportional to a local fixture generator but may expose anything the user types if they supply secrets as inputs.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent configs. It stores its own data under the user's home directory only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install generator
  3. After installation, invoke the skill by name or use /generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
Metadata
Slug generator
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Generator?

Create placeholder data, test fixtures, and sample datasets for dev work. Use when generating mocks, building fixtures, or scaffolding content templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 805 downloads so far.

How do I install Generator?

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

Is Generator free?

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

Which platforms does Generator support?

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

Who created Generator?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments