← Back to Skills Marketplace
232
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weclone-init-twin
Description
Scaffold a digital twin persona directory with markdown templates such as profile, state, persona examples, and guardrails. Use when the user wants to initia...
Usage Guidance
This skill appears to do what it claims: scaffold persona markdown files using bundled templates and a small Python script. Before installing/running: (1) Inspect the included templates and script if you want to confirm content; (2) be aware the default output directory is repo-root/ai_twin (the script computes a repo-root path) and the script will create directories and files there; (3) files are protected from accidental overwrite unless you pass --force, so only use --force when you explicitly want to replace existing persona files; (4) run the script with a safe test output directory first if you want to verify behavior; (5) no network calls or secret access are present, but because the skill can be invoked by the agent, consider restricting autonomous invocation if you do not want the agent to create files without manual approval.
Capability Analysis
Type: OpenClaw Skill
Name: weclone-init-twin
Version: 0.1.0
The skill is a straightforward scaffolding tool designed to initialize a directory with markdown templates for a 'digital twin' persona. The core logic in `scripts/init_twin_profile.py` safely manages file creation and template rendering without any network activity, sensitive data access, or execution of arbitrary code.
Capability Assessment
Purpose & Capability
Name/description match the included assets and script: templates for profile/state/guardrails and a Python script to render them. Required binary (python3) is appropriate and nothing unrelated (no cloud credentials, no unrelated binaries) is requested.
Instruction Scope
SKILL.md limits actions to creating or refreshing persona markdown files and requires explicit approval to overwrite. The included script reads bundled templates and writes files to a target directory; it enforces non-overwrite unless --force is passed. Instructions do not reference other system files, secrets, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only), and the skill ships only a small Python script plus markdown templates. Nothing is downloaded or extracted during install.
Credentials
The skill requires no environment variables or credentials. The only runtime dependency is python3, which is proportional to running the included script.
Persistence & Privilege
always:false (normal). The skill will write files to a target directory (default repo-root/ai_twin) and can write to any path the user supplies; this is expected behavior but means users should confirm target paths before running. The agent's autonomous invocation is allowed by default (not unusual) — if you want to prevent automatic creation of files, keep the skill user-invocable only or disable autonomous invocation in agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weclone-init-twin - After installation, invoke the skill by name or use
/weclone-init-twin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of weclone-init-twin skill.
- Scaffolds a digital twin persona directory with markdown templates (profile, state, persona examples, guardrails) in English or Chinese.
- Supports user name, target directory, and template language customization.
- Ensures no overwriting of existing files unless explicit user approval is given.
- Prepares files for use by weclone-twin-reply; instructs users to complete templates before continuing.
- Requires Python 3 to run the initialization script.
Metadata
Frequently Asked Questions
What is Weclone Init Twin?
Scaffold a digital twin persona directory with markdown templates such as profile, state, persona examples, and guardrails. Use when the user wants to initia... It is an AI Agent Skill for Claude Code / OpenClaw, with 232 downloads so far.
How do I install Weclone Init Twin?
Run "/install weclone-init-twin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weclone Init Twin free?
Yes, Weclone Init Twin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weclone Init Twin support?
Weclone Init Twin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weclone Init Twin?
It is built and maintained by xming521 (@xming521); the current version is v0.1.0.
More Skills