用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NEXTAltair/Openclaw-Skills --skill calibre-metadata-apply命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Calibre catalog lookup, viewing, and delegated one-book analysis.
Ingest pasted PC parts receipts or specs into Notion DIY_PC tables with classification, enrichment, follow-up, and upsert.
Home Assistant OS SSH maintenance for config files, YAML, custom components, shell troubleshooting, or interactive ha CLI.
正在显示 SKILL.md
| name | calibre-metadata-apply |
| description | Edit Calibre metadata through verified dry-run and apply gates. |
| metadata | {"openclaw":{"requires":{"bins":["node","calibredb"],"env":["CALIBRE_PASSWORD"]},"optionalBins":["pdffonts"],"optionalEnv":["CALIBRE_USERNAME"],"primaryEnv":"CALIBRE_PASSWORD","localWrites":["skills/calibre-metadata-apply/state/runs.json"],"modifiesRemoteData":["calibre:metadata"]}} |
Use for Calibre metadata writes. This skill can change remote Calibre metadata.
Use when user explicitly asks to edit/fix/update/change:
Do not use for read-only requests such as ID1021 を確認して, 詳細, show/view/check. Route those to calibre-catalog-read.
ID + edit verb means this skill. ID without edit verb means read-only.
Core fields:
title, title_sortauthors as string with & or array, author_sortseries, series_indextags as string or array, publisher, pubdate as YYYY-MM-DD, languagescommentsExtended fields:
comments_html: OC marker block upsert.analysis: auto-generates analysis HTML for comments.analysis_tags: adds tags.tags_merge: default true.tags_remove: remove specific tags after merge.Required flow:
id,title,authors,series,series_index.Never:
calibre-server.calibredb for chat/agent edit operations; use wrapper scripts.Read the workspace AGENTS.md ## Tools section for Content server URL, library id, auth, and reading script.
Connection bootstrap:
--with-library first.--with-library..env.--password-env CALIBRE_PASSWORD; username auto-loads from env, or override with --username.Requirements: calibredb and node; pdffonts optional/recommended for PDF evidence checks.
Dry-run: cat changes.jsonl | node skills/calibre-metadata-apply/scripts/calibredb_apply.mjs --password-env CALIBRE_PASSWORD --lang ja
Apply: cat changes.jsonl | node skills/calibre-metadata-apply/scripts/calibredb_apply.mjs --password-env CALIBRE_PASSWORD --lang ja --apply
Run state: node skills/calibre-metadata-apply/scripts/run_state.mjs upsert --run-id <RUN_ID> --session-key <RUNTIME_HANDLE> --task --state running node skills/calibre-metadata-apply/scripts/handle_completion.mjs --run-id <RUN_ID> --result-json /tmp/result.json
Use when title/author/series are missing or unreliable.
Default stage is light pass:
On request:
Proposal synthesis:
Required report shape for batch recovery:
id and key before/after fields.id and reason.id and error summary.ebook-convert first.pdftotext.reading_script in the workspace AGENTS.md ## Tools section for Japanese/non-Latin sort fields.AGENTS.md ## Tools section lacks the configured reading script.Delegate only independent proposal generation. Main owns target selection, final judgment, dry-run, apply, and reporting.
sessions_spawn with the live tool schema:
runtime: "subagent"agentId: "calibre-reader"mode: "run"context: "isolated"lightContext: truemodel and thinking; the target agent profile owns them.scripts/run_state.mjs upsert.sessions_yield when completion belongs in a later turn. Do not poll session or subagent lists.scripts/handle_completion.mjs --run-id ... --result-json ....Use Swarm only when the user requests a large batch that divides into independent evidence rows. Collector children remain read-only; the main session owns synthesis and every write gate.
Data flow: