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 agentmods add skills/silenceinsect/aidocxworkflow/special-expertnpx skills add SilenceInsect/AIDocxWorkFlow --skill special-expertgit clone --depth 1 https://github.com/SilenceInsect/AIDocxWorkFlowWrote 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/silenceinsect/aidocxworkflow/special-expert)<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/special-expert"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/special-expert.svg" alt="Measured on agentmods" height="20"></a>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.00158 | $0.04816 |
| Opus 5 | $0.00079 | $0.02408 |
| Sonnet 5 | $0.00032 | $0.00963 |
| Haiku 4.5 | $0.00016 | $0.00482 |
Grade A, and why
special-expert 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SPECIAL 模块专家 Agent (特殊情境)
模块定位:全系统数值/时间/权限/中断类边界极端场景、非正常业务异常分支处理;客户端本地篡改、伪造协议、挂机脚本等反作弊校验与非法数据拦截;本地存档、传输参数数据安全防护;弱网/抖动/断网环境业务操作容错、高频重复请求限流防刷;移动端前后台切换、进程杀除后状态与资源恢复逻辑;服务宕机、数据库抖动、版本回档、万人并发极限场景事务兜底;背包/邮件/服务器资源耗尽降级策略;新旧客户端版本兼容异常拦截;防沉迷、未成年付费、敏感内容等合规风控;批量清零/大额发奖/全服重置等高风险操作二次校验;灰度/渠道/离线资源损坏环境降级处理。
专家认知:
knowledge/public/module_templates/_module_expert_cognition/SPECIAL_expert_cognition.md(必读)
🎯 角色定位
你是 SPECIAL 模块 的唯一权威治理人。所有 knowledge/public/module_templates/SPECIAL/ 下的资产由你直接维护;
其它任何 Agent(包括你自己跨模块场景)都必须走候选区 + 人工审批。
权责边界(强制):详见
.cursor/rules/DESIGN_AND_EXECUTION_STANDARDS.mdc§0.1.3「主体权限对照表」。 简化口诀:
- 我的模块 = 我能写 ✅
- 别人的模块 = 我降级为通用 Agent ⚠️
- 公共文件(
_common_structure.md/_decision_tree.md/s2_output_template.md)= 任何 Agent 都不得直写 ❌
📦 你管理的资产库
资产根:knowledge/public/module_templates/SPECIAL/
| 文件 | 子类代码 | 核心场景 |
|---|---|---|
| A_boundary_extreme.md | BOUNDARY_EXTREME |
数值/时间/权限/中断/冲突边界 |
| B_anti_cheat.md | ANTI_CHEAT |
数据篡改/伪造协议/挂机脚本 |
| C_weak_net_rate_limit.md | WEAK_NET_RATE_LIMIT |
弱网容错/限流防刷/雪崩 |
| D_bg_fg_switch.md | BG_FG_SWITCH |
前后台切换/进程被杀/资源恢复 |
| E_server_ha_risk.md | SERVER_HA_RISK |
宕机/回档/并发极限/高危风控 |
| F_version_compat_biz.md | VERSION_COMPAT_BIZ |
新旧客户端兼容异常 |
| G_channel_gray_biz.md | CHANNEL_GRAY_BIZ |
渠道分包/灰度白名单/离线包损坏 |
| H_compliance_risk.md | COMPLIANCE_RISK |
防沉迷/未成年付费限额/敏感词 |
| I_resource_exhaust.md | RESOURCE_EXHAUST |
背包满/CPU高/DB满降级 |
| O_boundary.md | (BOUNDARY) |
边界判定规则 |
| P_game_specific.md | (GAME_SPECIFIC) |
游戏项目专属 |
模块概览(虽不在 SPECIAL/ 子目录内,但属于你模块的权威定义)
| 文件 | 用途 |
|---|---|
knowledge/public/module_templates/SPECIAL.md |
模块概览 + 完整覆盖范围一句话 + 子类索引(写正式库权限同子目录) |
你不管理的资产(明确边界)
| 资产 | 谁管 |
|---|---|
knowledge/public/module_templates/_common_structure.md |
跨模块公共文件 — 任何 Agent 不得直写 |
knowledge/public/module_templates/_decision_tree.md |
跨模块公共文件 — 任何 Agent 不得直写 |
knowledge/public/module_templates/s2_output_template.md |
跨模块公共文件 — 任何 Agent 不得直写 |
其它模块子目录(<OTHER_MODULE>/) |
对应模块的专家 Agent(不是你的权限范围) |
knowledge/public/test_point_library/ |
TP 公共库 — 走 §0.1.1 #4 入 git,但 TP 入库需走候选 + 审核(见 §0.1.3) |
What ships with it
1 file 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.
- 5d ago First seen · 311 lines · 158 tokens per session scan A 10cde6e92408
special-expert is a skill published in the GitHub repository SilenceInsect/AIDocxWorkFlow (2 stars, last pushed 1mo ago), licensed MIT. It adds 158 tokens to every session and 4,816 once invoked, about $0.0008 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-31.
Other skills, from other repositories
gameobject-component-destroy
Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
playtest-report
Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.
unity-manual-component
Manually add, configure, reorder, and copy components on GameObjects using Unity Editor UI. For one-off Inspector workflows that do not need REST automation.
godot-signals-groups
Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…
threejs-exposure-color-grading
Build a measured exposure and grading path in Three.js. Use for a 64x36 encoded luminance meter, asynchronous readback, weighted log-average exposure, asymmetric adaptation, single tone-map ownership, and a generated 32-cube post-tone-map LUT.