wulin-dialogue

Retrieve verbatim dialogue lines from the Wu Lin Wai Zhuan script.

2|Updated May 1, 2026
One-click install
npx skills add https://github.com/gaspolymerase/wulin-dialogue-skill --skill wulin-dialogue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wulin-dialogue
Source: https://github.com/gaspolymerase/wulin-dialogue-skill/tree/main/wulin-dialogue
Command: npx skills add https://github.com/gaspolymerase/wulin-dialogue-skill --skill wulin-dialogue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill enables Claude to chat using verbatim lines from the 武林外传 script, ensuring authentic quotes and preventing generation or paraphrase.

Core Features & Use Cases

  • Chat mode: select a character and have the assistant reply only with that character's original lines.
  • Finish-the-line mode: say a line and the assistant continues with the next line, enabling an endless dialogue.
  • Book of Answers: provide any prompt and receive a fortune-like line drawn from the full script.
  • Data-driven operation: relies on local data files (data/_all.json and data/<pinyin>.json) and a helper to search, sample, and sequence lines.

Quick Start

Say '聊天 佟湘玉' to start a character chat, or '对台词' to begin an ongoing line-join.

Frequently Asked Questions about wulin-dialogue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I chat with TV script characters using verbatim dialogue lines in Claude?

To chat with TV script characters using verbatim dialogue, trigger the character chat mode by typing a command like '聊天 佟湘玉'. The Skill then replies exclusively with that character's original lines sourced from local JSON data.

Can I play finish-the-line with a sitcom script to test my memory of the exact dialogue?

You can play finish-the-line with a sitcom script by typing '对台词' to start the mode. Say a line, and the assistant continues the conversation with the exact next line from the corpus, enabling an endless verbatim dialogue.

How do I get a random fortune-style answer from a specific script dataset?

To get a random fortune-style answer from a script dataset, provide any prompt to activate the Book of Answers mode. The Python helper samples from the full 39,847-line corpus to return a fortune-like line drawn from the script.

Does the character dialogue assistant generate or paraphrase responses from the script?

The character dialogue assistant does not generate or paraphrase responses. It relies on a Python helper to search, sample, and traverse local JSON data stores, ensuring all responses are verbatim lines sourced from the script and never invented.

What's the best way to retrieve quotes from a specific actor's lines in a multimode script dataset?

The best way to retrieve quotes from a specific actor's lines is using the character-based chat mode. The Skill queries individual character JSON data files using pinyin names to deliver authentic, verbatim lines for that actor.

Are there limitations when chaining verbatim lines from a weighted-random script corpus?

A limitation when chaining verbatim lines is that responses are strictly bound to the 39,847-line corpus. The Skill traverses and samples existing script data, meaning it cannot invent new context or paraphrase if the exact line sequence does not exist in the dataset.