fetch-abstract-to-kb
Installation
SKILL.md
Fetch Abstract to KB
Core Goal
- Reuse the same PostgreSQL connection env variables as
fetch-meta-to-kb. - Select rows whose
abstractis empty and order by newestcreated_atfirst. - Open
https://doi.org/<doi>in OpenClaw Browser and extract abstract text. - Write back only when the row is still empty at update time.
- Default to dry run; require explicit
--applyto write.
Required Environment
KB_DB_HOSTKB_DB_PORTKB_DB_NAMEKB_DB_USERKB_DB_PASSWORDKB_LOG_DIR(required run log directory)
Workflow
- Run local self-test first (no DB/browser required):