SKILLEMALL.ai

CC lord-of-mysteries

诡秘之主世界观知识库。涵盖非凡途径与序列体系、神祇(旧日/真神/古神/外神)、 角色、势力与组织、封印物与神奇物品、地理历史术语等全部设定。 当用户提到诡秘之主、诡秘、LoM、Lord of the Mysteries、非凡途径、序列、 封印物、源质、塔罗会、克莱恩、愚者时使用。

ClawHub Agent Skills author: Derek Lu v1.0.1 MIT-0 80 files body ≈ 1 510 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

Proceduretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
66/100
safety, quality, tests
Safety 60%
65
Quality 40%
68
Run on models
none yet
Process rating
C
53/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Obfuscation medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.

For the author

Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 7

✓ No critical or high findings

Medium and low: 7
  • medium Obfuscation obf-hex-escape-chain 势力与组织/廷根市值夜者小队.md:9
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E5%BB%B7%E6%A0%B9%E5%B8%82%E5%80%BC%E5%A4%9C%E8%80%85%E5%B0%8F%E9%98%9F)
  • medium Obfuscation obf-hex-escape-chain 势力与组织/蒸汽与机械之神教会.md:43
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E8%92%B8%E6%B1%BD%E4%B8%8E%E6%9C%BA%E6%A2%B0%E4%B9%8B%E7%A5%9E%E6%95%99%E4%BC%9A)
  • medium Obfuscation obf-hex-escape-chain 势力与组织/知识与智慧之神教会.md:16
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E7%9F%A5%E8%AF%86%E4%B8%8E%E6%99%BA%E6%85%A7%E4%B9%8B%E7%A5%9E%E6%95%99%E4%BC%9A)
  • medium Obfuscation obf-hex-escape-chain 物品/原着未命名(针管套装).md:9
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E5%8E%9F%E8%91%97%E6%9C%AA%E5%91%BD%E5%90%8D%EF%BC%88%E9%92%88%E7%AE%A1%E5%A5%97%E8%A3%85%EF%BC%89)
  • medium Obfuscation obf-hex-escape-chain 物品/安提哥努斯家族笔记.md:33
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E5%AE%89%E6%8F%90%E5%93%A5%E5%8A%AA%E6%96%AF%E5%AE%B6%E6%97%8F%E7%AC%94%E8%AE%B0)
  • medium Obfuscation obf-hex-escape-chain 物品/神陨之旗,萨林格尔血旗.md:17
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E7%A5%9E%E9%99%A8%E4%B9%8B%E6%97%97%EF%BC%8C%E8%90%A8%E6%9E%97%E6%A0%BC%E5%B0%94%E8%A1%80%E6%97%97)
  • medium Obfuscation obf-hex-escape-chain 物品/里维尔的绝望嘶喊.md:30
    Escaped/char-code string obfuscation
    来源:[诡秘之主Wiki](https://lordofthemysteries.fandom.com/zh/wiki/%E9%87%8C%E7%BB%B4%E5%B0%94%E7%9A%84%E7%BB%9D%E6%9C%9B%E5%98%B6%E5%96%8A)

Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 53/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 100Tools and files. No external tools needed
  • 100Steps. 644 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1510 tokens
  • 100Running it twice. No mutating operations

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +4No input/output examples
  • +1No license
  • +2Single-language instructions
  • +3Description length 140: enough signal without eating the budget
  • +4Structure: 50 headings
  • +3Step-by-step instructions: 644 items

Quality base 70; lint remarks subtract, signals add up to 100. Result: 68.

External checks

ClawHub: suspicious
This is a static Lord of Mysteries lore skill with no executable install hooks, but several entries contain real-world-style unsafe instructions.
LLM: suspicious (high) · VirusTotal: · 29 May 2026