persona-forge
角色设计工具。创建角色档案、背景故事、性格特征、人物关系、角色弧光、角色卡。Character creator with profiles, backstories, personality traits, relationships, character arcs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/persona-forgePersona Forge
Utility toolkit v2.0.0 — run, check, convert, analyze, and manage utility tasks from the command line.
Commands
All commands follow the pattern: persona-forge <command> [input]
When called without input, each command displays its recent entries. When called with input, it records a new timestamped entry.
| Command | Description |
|---|---|
run | Record or view run entries |
check | Record or view check entries |
convert | Record or view convert entries |
analyze | Record or view analyze entries |
generate | Record or view generate entries |
preview | Record or view preview entries |
batch | Record or view batch processing entries |
compare | Record or view compare entries |
export | Record or view export entries |
config | Record or view config entries |
status | Record or view status entries |
report | Record or view report entries |
stats | Summary statistics across all log files |
export <fmt> | Export all data (json, csv, or txt) |
search <term> | Search across all log entries |
recent | Show the 20 most recent activity log entries |
status | Health check — version, entry count, disk usage |
help | Show help with all available commands |
version | Print version string |
How It Works
Each domain command (run, check, convert, etc.) works in two modes:
- Read mode (no arguments): displays the last 20 entries from its log file
- Write mode (with arguments): appends a timestamped
YYYY-MM-DD HH:MM|<input>line to its log file and logs the action tohistory.log
The built-in utility commands (stats, export <fmt>, search, recent, status) aggregate data across all log files for reporting and analysis.
Data Storage
All data is stored locally in ~/.local/share/persona-forge/:
- Each command writes to its own log file (e.g.,
run.log,check.log,generate.log) history.logrecords all write operations with timestamps- Export files are saved as
export.json,export.csv, orexport.txt - No external network calls — everything stays on disk
Requirements
- Bash 4+ with
set -euo pipefail - Standard Unix utilities:
date,wc,du,grep,tail,sed,cat - No external dependencies or package installations needed
When to Use
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-persona-forge": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
windows-setup
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Dividend
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
devops-scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...