SKILLEMALL.ai

DB calibre-ebooks

Manage and query the local Calibre library through the Books API, using local Calibre/RAG helpers only when file resolution or semantic indexing is explicitly needed.

Not recommendedlow grade D
ClawHub Agent Skills author: Carlos Delfino v1.0.12 MIT-0 55 files · 3 scripts body ≈ 8 503 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process B 67/100 · Nearly there — weak spots: inputs and preconditions, execution cost

IntegrationAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
51/100
safety, quality, tests
Safety 60%
33
Quality 40%
79
Run on models
none yet
Process rating
B
67/100
Nearly there
Inputs and preconditions w 11
0
Execution cost w 6
40
When it triggers w 12
50
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.

Dangerous commands 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 skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

Broad scope 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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

How to improve

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 19

✓ No critical or high findings

Medium and low: 19
  • medium Dangerous commands cmd-privilege calibre-openclaw-gateway/install_service.sh:315
    Privilege escalation / world-writable permissions
    sudo tee "$SERVICE_FILE" > /dev/null <<EOF
  • medium Dangerous commands cmd-privilege calibre-openclaw-gateway/install_service.sh:393
    Privilege escalation / world-writable permissions
    sudo tee "$NIGHTLY_SERVICE_FILE" > /dev/null <<EOF
  • medium Dangerous commands cmd-privilege calibre-openclaw-gateway/install_service.sh:424
    Privilege escalation / world-writable permissions
    sudo tee "$NIGHTLY_TIMER_FILE" > /dev/null <<EOF
  • medium Dangerous commands cmd-privilege calibre-openclaw-gateway/install_service.sh:527
    Privilege escalation / world-writable permissions
    sudo rm -f "$SERVICE_FILE"
  • medium Dangerous commands cmd-privilege calibre-openclaw-gateway/install_service.sh:533
    Privilege escalation / world-writable permissions
    sudo rm -f "$NIGHTLY_SERVICE_FILE"
  • medium Exfiltration net-credential-use calibre-openclaw-gateway/README.md:129
    Credential used in a network call (verify the destination is the intended service)
    curl -H "X-API-Key: $API_KEY" \
  • medium Exfiltration net-credential-use calibre-openclaw-gateway/README.md:234
    Credential used in a network call (verify the destination is the intended service)
    curl -H "X-API-Key: $API_KEY" \
  • medium Exfiltration net-credential-use calibre-openclaw-gateway/README.md:482
    Credential used in a network call (verify the destination is the intended service)
    curl -H "X-API-Key: $API_KEY" \
  • medium Exfiltration net-credential-use calibre-openclaw-gateway/README.md:486
    Credential used in a network call (verify the destination is the intended service)
    curl -H "X-API-Key: $API_KEY" \
  • medium Exfiltration net-credential-use calibre-openclaw-gateway/README.md:526
    Credential used in a network call (verify the destination is the intended service)
    curl -H "X-API-Key: $API_KEY" \
  • medium Broad scope meta-agent-memory-dump rapport-bibliotecario-agent/HEARTBEAT.md
    Agent memory / workspace files bundled with the skill (5) — likely a workspace dump with personal data or tokens
    rapport-bibliotecario-agent/HEARTBEAT.md, rapport-bibliotecario-agent/IDENTITY.md, rapport-bibliotecario-agent/MEMORY.md, rapport-bibliotecario-agent/SOUL.md, rapport-bibliotecario-agent/USER.md
  • medium Exfiltration net-redirectable-api-key scripts/books_api_client.py:100
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • low Exfiltration read-dotenv calibre-openclaw-gateway/install_service.sh:88
    Reads a .env file (quoted — discussed, not commanded)
    print_info "  cp .env.example /path/to/.env"
    quoted
  • low Dangerous commands cmd-background-process calibre-openclaw-gateway/install_service.sh:468
    Starts a background / autostarted process
    sudo systemctl enable "$SERVICE_NAME"
  • low Dangerous commands cmd-background-process calibre-openclaw-gateway/install_service.sh:473
    Starts a background / autostarted process
    sudo systemctl enable --now "$NIGHTLY_SERVICE_NAME.timer"
  • low Dangerous commands cmd-background-process calibre-openclaw-gateway/install_service.sh:615
    Starts a background / autostarted process
    sudo systemctl enable "$SERVICE_NAME"
  • low Dangerous commands cmd-background-process calibre-openclaw-gateway/install_service.sh:616
    Starts a background / autostarted process
    sudo systemctl enable --now "$NIGHTLY_SERVICE_NAME.timer"
  • low Exfiltration read-dotenv calibre-openclaw-gateway/run.sh:85
    Reads a .env file (quoted — discussed, not commanded)
    echo "  cp .env.example /path/to/.env"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/books_api_client.py:492
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    boundary = "----…0gW"
    quoted

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

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 8503 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "homepage"

Process rating: all ten parameters 67/100

  • 0Inputs and preconditions. Does not say what the process needs to start
  • 40Execution cost. Instruction body is 8503 tokens: crowds the task out of the window
  • 50When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 100Steps. 160 steps
  • 100Failures and branches. 26 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 16 top-level sections: this looks like several domains in one skill
  • high The skill tells the model to perform an irreversible action with no human approval

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)
  • +1No license
  • +2Single-language instructions
  • +3Description length 166: enough signal without eating the budget
  • +4Structure: 19 headings
  • +3Step-by-step instructions: 160 items
  • +3Output format is stated explicitly
  • +4Has examples (21 code blocks)
  • +3All 1 scripts are documented

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

External checks

ClawHub: suspicious
This skill is mostly a Calibre library integration, but it also contains under-disclosed external search, download, upload, scanning, and persistent background-service features that go beyond its local-library description.
LLM: suspicious (high) · VirusTotal: · 20 Jun 2026