← 返回 Skills 市场
bytesagain3

Generator

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
805
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install generator
功能描述
Create placeholder data, test fixtures, and sample datasets for dev work. Use when generating mocks, building fixtures, or scaffolding content templates.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
元数据
Slug generator
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Generator 是什么?

Create placeholder data, test fixtures, and sample datasets for dev work. Use when generating mocks, building fixtures, or scaffolding content templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 805 次。

如何安装 Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install generator」即可一键安装,无需额外配置。

Generator 是免费的吗?

是的,Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Generator 支持哪些平台?

Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Generator?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。

💬 留言讨论