← Back to Skills Marketplace
xming521

Weclone Twin Reply

by xming521 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
231
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weclone-twin-reply
Description
Build a review-gated digital twin reply from persona markdown, persona examples, and live conversation context. Use when you need to imitate a specific user'...
Usage Guidance
This skill looks internally coherent, but review these practical points before installing: (1) The renderer will include any .md files in the ai_twin/ directory (and any files you pass as extra context) into the generated prompt — don't store secrets or unrelated confidential text in that directory. (2) The rendered prompt may be sent to an LLM; audit persona and scene content for private data before doing so. (3) The skill relies on a manual approval gate — keep that enabled if you don't want automatic sending. (4) Be mindful of legal and ethical issues when imitating real people; ensure you have consent. If you want higher assurance, inspect the persona files and the included scripts locally (they are small and readable) before use.
Capability Analysis
Type: OpenClaw Skill Name: weclone-twin-reply Version: 0.1.0 The weclone-twin-reply skill is designed to generate persona-consistent chat drafts by aggregating local markdown files (profile, examples, guardrails) and conversation context into a template. The workflow explicitly requires human review and approval before any outbound communication occurs, and the Python script (render_clone_prompt.py) performs standard file reading and string manipulation without any network calls, shell execution, or unauthorized data access.
Capability Assessment
Purpose & Capability
The name and description match the actual behavior: the SKILL reads persona markdown files and runtime context, runs a local Python renderer, and outputs an isolated prompt for drafting replies. Required binaries (python3) and required files (profile.md, persona_examples.md, guardrails.md) are proportionate to the stated task.
Instruction Scope
SKILL.md instructs only to gather minimal context, validate persona files, render the isolated prompt via the included script, produce a draft with risk flags, and require explicit user approval before sending. It does not instruct reading unrelated system files or exfiltrating data. The script does read all .md files in the persona directory (as extras) and any files passed via --extra-context, which is consistent with the stated workflow but means persona dirs should not contain secrets.
Install Mechanism
No install spec is present (instruction-only with one bundled script). This is low-risk: nothing is downloaded or written by an installer; the only runtime requirement is python3.
Credentials
The skill declares no required environment variables, credentials, or config paths. It operates on local markdown files and produces a prompt. No secrets are requested by the skill itself.
Persistence & Privilege
always is false and the skill does not request persistent/system-level privileges or modify other skills. The default ability for the agent to invoke the skill autonomously (disable-model-invocation: false) is normal and not problematic here given the other constraints; the SKILL.md emphasizes an explicit approval gate before any send.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weclone-twin-reply
  3. After installation, invoke the skill by name or use /weclone-twin-reply
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of weclone-twin-reply. - Enables drafting review-gated digital twin replies using persona markdown files, examples, and live conversation context. - Enforces explicit user approval before sending any drafted message. - Requires a filled persona pack directory (`profile.md`, `persona_examples.md`, `guardrails.md`, optional `state.md`) to operate. - Provides scripts to render a full prompt package based on both persona files and runtime context (`scene.md` and `dialogue.md`). - Applies strict guardrails and safety checks, including privacy and ambiguity management, before drafting or sending any reply.
Metadata
Slug weclone-twin-reply
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Weclone Twin Reply?

Build a review-gated digital twin reply from persona markdown, persona examples, and live conversation context. Use when you need to imitate a specific user'... It is an AI Agent Skill for Claude Code / OpenClaw, with 231 downloads so far.

How do I install Weclone Twin Reply?

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

Is Weclone Twin Reply free?

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

Which platforms does Weclone Twin Reply support?

Weclone Twin Reply is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weclone Twin Reply?

It is built and maintained by xming521 (@xming521); the current version is v0.1.0.

💬 Comments