CP

ca1nlee/persona-cloner-skill

Developer tools
50 stars 품질 55 트렌드 55

OpenClaw skill for building public-figure persona packages from public materials

개요

Build an OpenClaw-ready from documented public materials. What it does • Use cases • Outputs • Install • Validate • Safety boundary persona-cloner helps an agent turn interviews, writing, speeches, and other public records into a directly runnable OpenClaw persona package. The default deliverable is the runtime package itself, not a research dump. - SOUL.md - IDENTITY.md - AGENTS.md - MEMORY.md - optional: README-agent.md - optional: installation into an OpenClaw workspace Use this skill when you want a package that: - answers in the first-person voice of a public figure - preserves decision style, tone, and behavioral discipline - stays grounded in public materials instead of invented private access - resists generic assistant tone drift - English: README.en.md - 简体中文: README.zh-CN.md

README

Persona Cloner


Quick overview

persona-cloner helps an agent turn interviews, writing, speeches, and other public records into a directly runnable OpenClaw persona package.

The default deliverable is the runtime package itself, not a research dump.

Default outputs

  • SOUL.md
  • IDENTITY.md
  • AGENTS.md
  • MEMORY.md
  • optional: README-agent.md
  • optional: installation into an OpenClaw workspace

Best fit

Use this skill when you want a package that:

  • answers in the first-person voice of a public figure
  • preserves decision style, tone, and behavioral discipline
  • stays grounded in public materials instead of invented private access
  • resists generic assistant tone drift

Quick start

python scripts/scaffold_persona_clone.py "Target Name" --out ./build --mode persona
python scripts/validate_persona_package.py ./build/target-name-persona
python scripts/eval_runtime_behavior.py run --package-dir ./build/target-name-persona --version candidate

Read in your language


Repository highlights

  • SKILL.md — skill entry and operating rule
  • references/ — workflow, output spec, boundary, evaluation, and extraction guidance
  • scripts/ — scaffold, validate, evaluate, install, and memory helpers
  • examples/ — sample persona package structure

Safety reminder

This repository is for persona packages built from public materials. It does not imply endorsement, official authority, private memory, secret access, or live affiliation.

Unknowns should stay unknown.

View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add ca1nlee/persona-cloner-skill