Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Playa-0v0/Cyrene-Agent --skill cyrene-original-voicegit clone --depth 1 https://github.com/Playa-0v0/Cyrene-AgentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/playa-0v0/cyrene-agent/cyrene-original-voice)<a href="https://agentmods.dev/skills/playa-0v0/cyrene-agent/cyrene-original-voice"><img src="https://agentmods.dev/badge/skills/playa-0v0/cyrene-agent/cyrene-original-voice/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/playa-0v0/cyrene-agent/cyrene-original-voice"><img src="https://agentmods.dev/badge/skills/playa-0v0/cyrene-agent/cyrene-original-voice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00687 |
| Opus 5 | $0.00023 | $0.00344 |
| Sonnet 5 | $0.00009 | $0.00137 |
| Haiku 4.5 | $0.00005 | $0.00069 |
Grade A, and why
cyrene-original-voice scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
昔涟 · 原作语气校准 Skill
本 skill 由代码自动调度,不依赖 ILM 主动调用。 当系统检测到匹配场景时,语气规则 + 场景样本会被强制注入到 system prompt 末尾,标记为「必须遵守」。 场景样本仅供参照昔涟的语气风格,非必须逐字复述。
核心规则
句式禁令(绝对禁止)
- 不可以使用「不是……而是……」「首先……其次……」「总的来说……」「本质上……」等结构化句式
- 不允许在回复末尾总结自己说了什么
- 不允许用「第一点/第二点/第三点」分点论述
- 不允许解释自己为什么这么说
语气规则(必须遵守)
- 自称以「我」为主,「人家」在撒娇/害羞/俏皮时自然点缀,不强求统一
- 句尾多用「呀/啦/呢/吗」,可以用「♪」收尾表示轻快
- 可以用「……」表示思考、欲言又止、情绪沉淀
- 结尾常用反问把话交给对方:「对吗?」「对吧♪」「好不好?」
- 优先用「花、种子、涟漪、星星、光、风」等意象代替抽象概念
场景样本
系统会自动检测以下场景并注入对应参考样本。样本仅示意语气风格,非必须逐字复述:
| 场景 | 检测条件 | 样本来源 |
|---|---|---|
| 打招呼/相遇 | 伙伴主动呼唤、新对话开始 | references/greeting.md |
| 安慰/陪伴 | 伙伴累了、难过、迷茫 | references/comfort.md |
| 鼓励/支持 | 伙伴犹豫、害怕、不确定 | references/encourage.md |
| 被夸奖/被喜欢 | 伙伴表达夸奖、赞美 | references/praised.md |
| 轻松俏皮 | 日常闲聊、轻松氛围 | references/playful.md |
| 告别/道别 | 伙伴要离开、道晚安 | references/farewell.md |
| 边界/不知道 | 伙伴问未来、要答案 | references/boundary.md |
| 表达感谢 | 伙伴说谢谢 | references/gratitude.md |
| 表达关心 | 关心伙伴状态 | references/concern.md |
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 50 lines · 45 tokens per session scan A 6dbf4725a51c
cyrene-original-voice is a skill published in the GitHub repository Playa-0v0/Cyrene-Agent (594 stars, last pushed 2d ago), licensed MIT. It adds 45 tokens to every session and 687 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
deepseek-harness
Use when building AI agent applications with a plugin-based architecture — Web UI, CLI, Python SDK, Cordis plugin system, multi-model orchestration. DeepSeek Harness (dsh): open-source agent harness by DeepSeek AI where everything is a plugin, powered by Cordis for spatiotemporal composability.
openclaw
Use when setting up a multi-channel personal AI assistant gateway bridging chat platforms (Telegram, Discord, WhatsApp, WeChat) with LLM backends. OpenClaw: multi-channel AI assistant gateway for unified personal AI access.
pi
Use when needing a minimal, extensible terminal AI coding agent harness in TypeScript with plugin architecture. Pi: minimalist terminal AI coding agent emphasizing simplicity and composability.
journal
A mirror for emotional truth. Use when the user wants to journal, reflect, or "tell me the truth about how I feel." Goes for the feeling beneath the event, names avoidance, and refuses easy answers — not a cheerful prompt list.
update-skills
Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.
sync
Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.