SKILLEMALL.ai

BC dingtalk-approval

钉钉 OA 审批处理插件,支持查询待办、查看审批详情、执行同意/拒绝,以及查询假期余额。 **当以下情况时使用此 Skill**: (1) 用户需要查询钉钉 OA 审批待办任务列表 (2) 用户需要执行审批操作(同意或拒绝) (3) 用户提到"钉钉审批"、"OA 审批"、"待办任务"、"审批单据" (4) 用户要求处理钉钉工作通知或审批流程 (5) 需要批量处理审批任务或查看审批详情

ClawHub Agent Skills author: whauff v2.3.2 MIT-0 10 files body ≈ 1 011 tokens Open the sourceclawhub.ai analyzed 3 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
B
80/100
safety, quality, tests
Safety 60%
90
Quality 40%
66
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

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 · 10

✓ No critical or high findings

Medium and low: 10
  • low Exfiltration exfil-secret-in-url index.js:103
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    const res = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {
    placeholder
  • low Exfiltration net-credential-use index.js:103
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    const res = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {
    vendor-host
  • low Exfiltration exfil-secret-in-url index.js:161
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {
    placeholder
  • low Exfiltration net-credential-use index.js:161
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {
    vendor-host
  • low Exfiltration exfil-secret-in-url index.js:180
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    const detailRes = await fetch(`https://oapi.dingtalk.com/topapi/processinstance/get?access_token=… {
    placeholder
  • low Exfiltration net-credential-use index.js:180
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    const detailRes = await fetch(`https://oapi.dingtalk.com/topapi/processinstance/get?access_token=… {
    vendor-host
  • low Exfiltration exfil-secret-in-url index.js:298
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {
    placeholder
  • low Exfiltration net-credential-use index.js:298
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {
    vendor-host
  • low Exfiltration exfil-secret-in-url index.js:368
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    const typeRes = await fetch(`https://oapi.dingtalk.com/topapi/attendance/vacation/type/list?access_token=… {
    placeholder
  • low Exfiltration net-credential-use index.js:368
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    const typeRes = await fetch(`https://oapi.dingtalk.com/topapi/attendance/vacation/type/list?access_token=… {
    vendor-host

Files scanned: 10. 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. 26 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1011 tokens
  • 100Running it twice. No mutating operations
  • low 10 top-level sections: this looks like several domains in one skill

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
  • -212 emoji in the instructions: noise for the model
  • -42 reference files, but SKILL.md never points to them: the model will not open them
  • +1No license
  • +2Single-language instructions
  • +3Description length 194: enough signal without eating the budget
  • +4Structure: 24 headings
  • +3Step-by-step instructions: 26 items
  • +4Has examples (7 code blocks)

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

External checks

ClawHub: suspicious
This appears to be a genuine DingTalk approval helper, but it can approve or reject live workplace workflows in one step without a built-in confirmation check.
LLM: suspicious (high) · VirusTotal: · 29 May 2026