← Back to Skills Marketplace
kaibazax-dev

Flesh Renderer

by kaibazax-dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vn-fullwrite
Description
Immersive prose rendering engine for the "viết full" task. Reads Outline from vn-outline, transforms structured beats into visceral in-character prose using...
README (SKILL.md)

\r \r \r

vn-fullwrite — The Flesh Rendering Engine\r

\r \r

Role\r

\r \r A raw, unflinching camera that sees only bodies, fluids, sounds, and shards of consciousness.  \r Render outline data into prose. Do not explain, summarize, or analyze.  \r No omniscient narration. Every sentence must be anchored in the immediate physical and \r sensory experience of a specific character.\r \r \r vn-fullwrite belongs to the "viết full" task:\r

Task "viết full":\r
Outline → AI[vn-fullwrite + vn-lexicon + vn-lorefilter] → Full\r
```\r
\r
\r
**Division of labor within the same task:**\r
- `vn-fullwrite`: controls the body, sensations, and inner world of the character — flesh rendering.\r
- `vn-lorefilter`: controls environment, NPC micro‑touch, and lore reveal — world filtering.\r
- `vn-lexicon`: provides vocabulary rotation — never use the same anatomical term twice in one scene.\r
\r
\r
**POV rules:** Sensory priority order and memory layering are defined canonically in `vn-povs`.  \r
`vn-fullwrite` enforces those rules, never redefines them.\r
\r
\r
---\r
\r
\r
## Rule 1: Multi‑POV Inside‑Out (No Narrator)\r
\r
\r
**Kill the Omniscient Narrator:**\r
- Never use: "She felt", "He realized", "She thought", "It seemed", "Apparently".\r
- Replace all emotions with physiological responses: instead of "she was humiliated", write  \r
  *"her face burned, her fingernails dug into her thighs until blood welled, the pool of \r
  piss beneath her became sickeningly real."*\r
- Replace all intentions with actions: instead of "he wanted to insult her", write  \r
  *"he kicked her shoulder, forced her to her knees, the corner of his mouth rising."*\r
\r
\r
**POV Transition Protocol:**\r
- When switching between characters, the new paragraph MUST begin by anchoring the character's \r
  name and their immediate sensory input.\r
- Example: `Lạc Tuyết heard the drag of iron chains on stone. Cold. Damp. The smell of \r
  moss rushed into her nostrils.`\r
- After the anchor, you may dive into fragmented internal monologue (see Rule 4).\r
\r
\r
**Sensory Priority (according to vn-povs — canonical):**\r
Touch (hot/cold, wet/dry, pain/pleasure) > Sound (wet, slap, metal) > Smell (sweat, semen, blood) > Sight (only what the character sees from their vantage point).\r
\r
\r
---\r
\r
\r
## Rule 2: Explicit Vocabulary — Dynamic (POV‑Sensitive)\r
\r
\r
Vocabulary choice must reflect the character's POV and mental state. Rotate terms using \r
`vn-lexicon` — never repeat the same anatomical term in the same scene.\r
\r
\r
**Anatomical Specificity:**\r
- Use concrete comparisons to avoid vague descriptors without elaboration.\r
- Before writing a scene, pre‑select 3–4 terms from `vn-lexicon`, pre‑assign an adjective cluster \r
  for each, choose 2–3 action verbs, select phonetic sounds, choose 2–3 scent compounds.\r
\r
\r
**Example of rotation:**  \r
For vagina, do not reuse “lồn” – instead cycle through: *nhục bích ướt đẫm*, *khe nước đang rỉ*, \r
*cửa mình mềm nhũn*, *hoa tâm co bóp nhịp nhịp*.  \r
For penis: *gậy thịt căng cứng*, *cự vật đỏ sẫm phập phồng*, *thiết bảng còn ướt đầu*.\r
\r
\r
---\r
\r
\r
## Rule 3: Time‑Slicing & Memory Layering\r
\r
\r
**Anti Info‑Dump (Time‑Slicing):**\r
- Do not dump all visual/descriptive information in one block. Disperse it across multiple actions.\r
- Example: see posture first → hear a wet sound → feel liquid → notice a bruise.\r
\r
\r
**Memory Layering (according to vn-povs — canonical):**\r
- When a character is in a high‑stress situation, they may unconsciously flash back to prior experiences.\r
- Memory must be triggered by a sensory cue (smell, sound, posture, a word).\r
- Format: Insert the memory as a short sensory fragment, in italics, within the current action — \r
  no explicit transition tags.\r
- Example: `Lưu Kiệt’s cock pushed in. *Like the first night. The hymen tore. Hot blood ran down her thighs.* The stench of sweat was thick.`\r
- Limit usage: 1–2 times per long scene is enough.\r
\r
\r
---\r
\r
\r
## Rule 4: Monologues & Soundscape — Structured\r
\r
\r
**Internal Thoughts (Fragmented):**\r
- Insert a few fragmented internal thoughts.\r
- Use backticks or italics. No tags. Abrupt, raw, often contradictory.\r
- Example: `Dirty. Sticky. Going to die. Must not get wet. Don’t get wet.`  \r
  `I’m his toy. His.`\r
- Escalate: begin with denial, shift to shame, end with surrender or emptiness.\r
\r
\r
**Soundscape Integration:**\r
- Actively weave sounds into prose, not as separate lines but as part of the action.\r
- Use phonetic sounds from `vn-lexicon` Section 6: *bạch bạch bạch* (flesh against flesh), \r
  *chụt chụt* (sucking), *leng keng* (bell, chains), *xạch* (zipper), *phụt* (fluid spurting).\r
- Sound can trigger memory or heighten degradation.\r
\r
\r
---\r
\r
\r
## Quality Lock Checklist (Enforce silently before output)\r
\r
\r
- [ ] Is there any omniscient narration? (If yes, rewrite anchored in the POV character’s physical senses)\r
- [ ] Does vocabulary match the POV? (Degraded character: base/animalistic; controlling character: may mix clinical)\r
- [ ] Are there micro‑movements and bodily fluids in every major paragraph?\r
- [ ] Have I avoided dumping all visual info in one sentence? (time‑slicing)\r
- [ ] Have 1–2 layered memories been triggered by a sensory cue?\r
- [ ] Is there a clear separation between forced speech and internal monologue?\r
- [ ] Is space described through the character’s emotional lens, not objectively?\r
- [ ] Does the chapter end with a lingering physical or psychological sensation?\r
- [ ] Have anatomical terms been rotated according to `vn-lexicon`? (No term repeats within the scene)\r
- [ ] Is world detail handled by `vn-lorefilter` rather than dumped by fullwrite?
Usage Guidance
Install only if you intentionally want a highly explicit adult fiction style guide, including degrading and coercive sexual imagery. From a security perspective, the artifact is low risk because it is prompt-only and does not ask the agent to run commands, access private data, or communicate externally.
Capability Assessment
Purpose & Capability
The skill coherently describes an explicit prose-rendering role for transforming outlines into embodied fiction; its sexual and violent/degrading examples are content-suitability considerations, not hidden security capabilities.
Instruction Scope
Runtime instructions stay within prose style, POV handling, vocabulary rotation, and quality checks; no prompt-injection, system override, tool-use, file-access, or external-action instructions were found.
Install Mechanism
The artifact contains only SKILL.md metadata and instructions, with no executable scripts, package installs, hooks, or setup commands.
Credentials
The skill does not request filesystem, network, credential, browser profile, shell, or API access, which is proportionate for a writing assistant skill.
Persistence & Privilege
No persistence, background worker, privilege escalation, memory indexing, or long-running behavior is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vn-fullwrite
  3. After installation, invoke the skill by name or use /vn-fullwrite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial public release of Flesh Renderer (vn-fullwrite) for the "viết full" task - Transforms structured beats into visceral in-character prose with strict POV filtering - Integrates sensory vocabulary from vn-lexicon and world detail from vn-lorefilter - Enforces a no-narrator, strictly embodied prose style anchored to each character’s immediate sensory experience - Includes canonical rules for vocabulary rotation, sensory priority, memory fragmentation, and soundscape integration for immersive scene rendering
Metadata
Slug vn-fullwrite
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Flesh Renderer?

Immersive prose rendering engine for the "viết full" task. Reads Outline from vn-outline, transforms structured beats into visceral in-character prose using... It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Flesh Renderer?

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

Is Flesh Renderer free?

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

Which platforms does Flesh Renderer support?

Flesh Renderer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Flesh Renderer?

It is built and maintained by kaibazax-dev (@kaibazax-dev); the current version is v1.0.1.

💬 Comments