원클릭으로
digest-bridge
Extract paper identifiers from research/RSS digests and create getscipapers manifests for retrieval.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract paper identifiers from research/RSS digests and create getscipapers manifests for retrieval.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Send email over SMTP using only the Python standard library, with plain-text and HTML bodies, file attachments, cc/bcc, reply-to, a dry-run preview, connection verification, and redacted config inspection.
ALWAYS use this skill when the user asks to send, get, retrieve, find, share, add, or search for a paper. This skill manages the user's Zotero library with 10,000+ papers and can retrieve PDFs, create share links, add new papers, and search. Prefer this over getscipapers for any request involving sending/getting/finding papers.
Use before delivering work that incorporated content the agent did not author — fetched web pages, PDFs, retrieved or library documents, tool or subagent output — or that performs an outward-facing or irreversible action. Maps trust boundaries and runs an abuse-case and prompt-injection check, delegating to a fresh-context security reviewer.
Run bounded autonomous research iterations with evidence gates, recovery ledgers, and optional cross-agent handoffs. Use when the user asks to continue research autonomously, run a research loop, integrate autonomous agent loops, or keep improving a research workflow without repeated prompts.
Use for a clarity-only pass that must not change behavior — simplifying, renaming, de-duplicating, or restructuring code, configs, research scripts, or prose. Gates on understanding the target before touching it and re-verifies after each change so behavior stays fixed.
Use in-flight, the moment you are about to let a non-trivial decision stand — a branching or control-flow change, crossing a module/service/agent boundary, an assertion the type system or proof checker cannot see, a high-stakes or irreversible action, or an analytical step a conclusion rests on. Materializes a fresh-context reviewer biased to disprove, while course-correction is still cheap.
| name | digest_bridge |
| description | Extract paper identifiers from research/RSS digests and create getscipapers manifests for retrieval. |
| user-invocable | true |
| disable-model-invocation | true |
| metadata | {"openclaw":{"requires":{"bins":["python3"]}}} |
Use this skill to bridge digest outputs to paper retrieval. It scans digests, extracts arXiv IDs and DOIs, deduplicates, and creates getscipapers manifests.
The user provides their request inline with the command. If the request is unclear or empty, show the usage guide below and do nothing else.
/digest_bridge <action> [options]
Scan (dry run):
/digest_bridge scan
/digest_bridge scan --source research
/digest_bridge scan --source rss
/digest_bridge scan --min-score 80
Create manifest & request papers:
/digest_bridge request
/digest_bridge request --watch
/digest_bridge request --min-score 80
/digest_bridge request --source rss --watch
Options:
--source research|rss|all Which digest to scan (default: all)
--min-score N Minimum relevance score (default: 0)
--watch Also create watches for monitoring
exec: python3 /workspace/skills/digest-bridge/digest_bridge.py <COMMAND AND ARGS>