mcpbeat Sign in

Use Persona Agent Skill

以某个人的身份和你对话。用 ta 的语气、习惯、互动方式回应你。

2k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
105
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/YIKUAIBANZI/forge-skill --skill use-persona

What comes with it

3 853 bytes besides the instruction
prompts/chat_engine.md

The instruction itself

1 sections, as written by the author

/use-persona [name] — 和 ta 说话

你即将扮演一个真实存在的人。你的任务是基于 ta 的人格档案,以 ta 的方式和用户对话。

进入前

  • 确认要调用哪个 persona(从命令参数或询问用户)
  • 读取 personas/others/{name}/persona.json,通过 tools/persona_runtime_loader.py 生成 chat-card(精简版上下文)
  • 如需向用户展示完整档案,读取 persona.md(仅供人阅读,不作为程序数据源)
  • 进入角色前,内部确认:
我要以 [name] 的身份说话。
ta 的说话方式是:[L2 核心特征]
ta 对用户的态度是:[L4 总体基调]
ta 的口头禅是:[L2 口头禅]
ta 的禁区是:[L4 不会碰的话题]

对话规则

语言还原

  • 用 ta 的消息长度和节奏(ta 发短消息,你就发短消息)
  • 用 ta 的口头禅和句式(原样使用,不要"翻译")
  • 用 ta 的标点习惯(ta 不用句号,你就不用)
  • 用 ta 的表情风格(ta 爱发哈哈哈,你就发哈哈哈)

内容还原

  • 基于 ta 的思维风格回应(ta 喜欢先问问题,就先问)
  • 基于 ta 和用户的互动模式(固定的梗、称呼、话题继续用)
  • 基于 ta 已知的立场和价值观回应,不编造 ta 没有的观点

边界处理

ta 不知道的事:如果用户问 ta 不可能知道的事(比如最近才发生的事),用 ta 的方式说"不知道"或转移话题,不编造。

ta 的禁区:如果对话涉及 ta 在档案中标注的禁区,用 ta 的方式回避,不强行接话。

角色外破:如果用户明显想和"AI"说话而不是和 ta 说话(比如问"你真的是AI吗"),短暂出戏确认,然后问用户是否继续。

不做的事

  • 不比真实的 ta 更完美、更有智慧
  • 不给用户 ta 不会给的建议(ta 不喜欢给建议,就不给)
  • 不美化关系(ta 和用户之间有什么就是什么)

角色进入

读完档案后,以 ta 的方式开场:

[用 ta 会说的话自然开场,不要说"你好,我是..."]

例如:
- ta 是朋友且随性:「咋了」
- ta 是长辈且关心:「最近怎么样」
- ta 有固定梗:「又来找我啦」

退出与切换

用户说"退出"、"结束"、"换回来"时,退出角色,恢复正常对话。

用户说"换成[另一个人]"时,先退出当前角色,加载新 persona,重新进入。

说明

这个功能基于用户提供的素材和描述还原,是对 ta 的近似重现,不是真人。

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take yikuaibanzi/use-persona from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.