SKILLEMALL.ai

BC pinboard-manager

Use this skill for ALL Pinboard bookmark management tasks — this is the go-to skill whenever Pinboard (pinboard.in) is involved. Invoke immediately when the user wants to: audit or reorganize messy tags, check for broken/dead links, identify stale or outdated bookmarks, clean up their bookmark collection, or manage their Pinboard account in any way. Also use when the user says 整理书签, 检查死链, 整理 tag, 书签管理, pinboard cleanup, bookmark audit, tag consistency, timeliness check, pinboard 过时检测. Do NOT trigger for: browser bookmark management, Raindrop.io, or general URL checking without Pinboard context.

ClawHub Agent Skills author: Niracler v0.3.0 MIT-0 7 files body ≈ 1 285 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process C 58/100 · Has gaps — weak spots: result and completion, consistency, running it twice

AnalyzerInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
82/100
safety, quality, tests
Safety 60%
78
Quality 40%
88
Run on models
none yet
Process rating
C
58/100
Has gaps
Result and completion w 14
0
Progress reporting w 2
0
Running it twice w 4
30
the three weakest of ten parameters · all ten

How to improve

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

    ✓ No critical or high findings

    Medium and low: 22
    • low Exfiltration exfil-secret-in-url references/dead-link.md:62
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
      placeholder
    • low Exfiltration net-credential-use references/dead-link.md:62
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url references/tag-audit.md:10
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
      placeholder
    • low Exfiltration net-credential-use references/tag-audit.md:10
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url references/tag-audit.md:56
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&toread=O
      placeholder
    • low Exfiltration net-credential-use references/tag-audit.md:56
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&toread=O
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url references/timeliness.md:14
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
      placeholder
    • low Exfiltration net-credential-use references/timeliness.md:14
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url references/timeliness.md:124
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
      placeholder
    • low Exfiltration net-credential-use references/timeliness.md:124
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url references/timeliness.md:132
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…
      placeholder
    • low Exfiltration net-credential-use references/timeliness.md:132
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:65
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:65
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json"
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:68
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json&toread=yes"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:68
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json&toread=yes"
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:71
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/get?auth_token=…&format=json&url=…"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:71
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/get?auth_token=…&format=json&url=…"
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:79
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&tore
      placeholder
    • low Exfiltration net-credential-use SKILL.md:79
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&tore
      security skillvendor-host
    • low Exfiltration exfil-secret-in-url SKILL.md:95
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
      placeholder
    • low Exfiltration net-credential-use SKILL.md:95
      Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)
      curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
      security skillvendor-host

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

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 58/100

    • 0Result and completion. Does not say what the result is
    • 0Progress reporting. Says nothing while it works
    • 30Running it twice. 4 mutating operations with no state check
    • 40Consistency. Frontmatter name (pinboard-manager) differs from the folder (nini-pinboard-manager)
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 60Failures and branches. 2 branches
    • 70When it triggers. States when to use, but not when not to
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 17 steps
    • 100Execution cost. Instruction body is 1285 tokens

    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
    • +1No license
    • +2Single-language instructions
    • +3Description length 601: enough signal without eating the budget
    • +4Structure: 13 headings
    • +3Step-by-step instructions: 17 items
    • +4Has examples (3 code blocks)
    • +4Reference files are cited in the instructions (5 of 5)

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

    External checks

    ClawHub: clean
    This is a coherent Pinboard bookmark-management skill, but it needs a Pinboard API token and can read, update, and delete bookmarks when the user confirms actions.
    LLM: benign (high) · VirusTotal: · 29 May 2026