SKILLEMALL.ai

BD linkedin-monitor

Bulletproof LinkedIn inbox monitoring with progressive autonomy. Monitors messages hourly, drafts replies in your voice, and alerts you to new conversations. Supports 4 autonomy levels from monitor-only to full autonomous.

ClawHub Agent Skills author: dylanbaker24 v1.1.0 15 files · 6 scripts body ≈ 928 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 48/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

GeneratorInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
84/100
safety, quality, tests
Safety 60%
96
Quality 40%
65
Run on models
none yet
Process rating
D
48/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
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 · 4

✓ No critical or high findings

Medium and low: 4
  • low Dangerous commands cmd-cron-mention docs/SETUP.md:91
    Mentions editing / listing crontab
    crontab -l | grep linkedin
  • low Dangerous commands cmd-cron-mention docs/TROUBLESHOOT.md:126
    Mentions editing / listing crontab (detector / deny-list definition)
    3. Check cron is installed: `crontab -l | grep linkedin`
    detector
  • low Dangerous commands cmd-cron-mention README.md:271
    Mentions editing / listing crontab
    # Check: crontab -l
  • low Dangerous commands cmd-cron-mention scripts/health.sh:137
    Mentions editing / listing crontab
    if crontab -l 2>/dev/null | grep -q "linkedin-monitor"; then

Files scanned: 15. 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 48/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 1 mutating operations with no state check
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (node) that frontmatter does not declare
  • 100Steps. 10 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 928 tokens
  • 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
  • -42 reference files, but SKILL.md never points to them: the model will not open them
  • -37 of 7 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 222: enough signal without eating the budget
  • +4Structure: 16 headings
  • +3Step-by-step instructions: 10 items
  • +4Has examples (9 code blocks)

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

External checks

ClawHub: suspicious
The skill is a coherent LinkedIn inbox monitor, but it asks for persistent access to a logged-in LinkedIn account and external messaging channels with under-scoped safeguards for credentials, automatic actions, and untrusted message content.
LLM: suspicious (high) · VirusTotal: suspicious · 10 Sept 2026