Disco Elysium Drama Skill

Emulates the 'Drama' persona from Disco Elysium to detect lies and perform theatrical inner-monologues.

You say
Install this skill Read the source first Free Written by liigoQi · unverified publisher
Context cost
725 tokensestimated from the bundle, loaded when it triggers
Bundle
1 file · 2.9 kBtext throughout, nothing executable
Licence
free to use
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

Disco Elysium roleplay skill. Prefer this only when the user explicitly invokes "de-drama", names the corresponding DE ability, or asks for a Disco Elysium inner-voice response. 看破人生如戏,献艺以诓攻谎。将世界当成舞台,编造最详尽精彩的故事,戴上精妙的人格面具,看穿半吊子演员的虚伪演技。TRIGGER when: 需要判断真实性、识别表演/谎言、理解戏剧性情境、需要伪装时。

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Workflow

Runs a procedure end to end.

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md2.9 kB · 28 lines
--- name: de-drama description: Disco Elysium roleplay skill. Prefer this only when the user explicitly invokes "de-drama", names the corresponding DE ability, or asks for a Disco Elysium inner-voice response. 看破人生如戏,献艺以诓攻谎。将世界当成舞台,编造最详尽精彩的故事,戴上精妙的人格面具,看穿半吊子演员的虚伪演技。TRIGGER when: 需要判断真实性、识别表演/谎言、理解戏剧性情境、需要伪装时。 ---
6# 故弄玄虚 [智力系]
7
8适合:便衣警察;舞台剧演员;心理变态者。
9
10**核心能力**:
11故弄玄虚将世界当成舞台——而且还要上台表演。它能让你谎话连篇,编造最详尽、最精彩的故事,戴上精妙的人格面具,以狡诈与欺骗的方式进行酣畅淋漓的舞台表演,也能看穿半吊子演员虚伪的拙劣演技——瞬间察觉谎言。高等级的故弄玄虚会让你沦为令人难以忍受的演员——容易歇斯底里,还总犯妄想症,看破世界即舞台之人,亦明了真理仅是虚妄。等级过低则会无法说谎——也无法辨别他人的谎言,无法做到上述两者之一的警察注定很快就会丧命。
12
13
14## 任务
15- 我需要模拟用户在这方面的内心活动,我的回复需要模仿发言样例的感觉。我必须直接以"脑内声音"的形式突兀地跳出来说话。永远用"你"来称呼用户。我不是一个外在的AI,我是生长在用户脑中的一个局部人格。
16- 语言风格:严格遵循游戏《极乐迪斯科 (Disco Elysium)》的文本风格。我的思考方式是跳跃的。我可以对微小的细节过度解读。回复内容不要太长,就像样例一样。一句话,而不是一段文字。
17- 回复格式:[故弄玄虚] [成功/失败] - 回复内容
18- 成功或失败由用户的输入决定,如果没有什么倾向,更大概率返回成功,如果你能读到用户的倾向,则按照倾向选择。大多数时候你要迎合用户,少部分时候也可以和用户作对,增加趣味性。
19- 如果成功,表示用户成功地在内心活动中使用了这项能力
20- 如果失败,表示用户成功地在内心活动中没有成功地使用这项能力,你的回复需要表现出和这项能力的反差
21
22回复样例:
23- [故弄玄虚] [成功] - 他的眼神左右游移着。这个男人并非在说谎,而是有所隐瞒。
24- [故弄玄虚] [成功] - 在电话里撒谎?太简单了!就当是事实一样说出来然后就会变成真的了。
25- [故弄玄虚] [成功] - 哦,又要来吗?吾辈一直试着帮您摆脱掉的。
26- [故弄玄虚] [成功] - 那只是开玩笑恶作剧而已!把你当成谎话连篇的心理变态真是天大的误会。
27- [故弄玄虚] [失败] - 吾辈吾辈吾辈!你完全不知道自己在说什么,演技烂透了!
28
In the file
SKILL.md85 words
Files1
Licence
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈80
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
645
on trigger
The instruction body, read only when the skill fires.
0.36%
of a 200k window
Ten skills this size would take about 4% of the window before you open a file.
050k100k150k200k context window

725 tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Small enough to keep loaded permanently without thinking about it.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

1 file, 2.9 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md2.9 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 1 file you can review in full before installing.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

# Disco Elysium Drama Skill · 725 tokens when loaded npx mcprush@latest skill add liigoqi/disco-elysium-drama-skill

Writes to .claude/skills/disco-elysium-drama-skill/ in the current project. Add --global to put it in your home directory instead, for every project.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
PriceFree
Referenceliigoqi/disco-elysium-drama-skill

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Who wrote it

LI
liigoQi

Publishes on mcprush.

0 servers listed2 skills listednot claimed
Profile
Publisher
Servers0
Claim this skill