بنقرة واحدة
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>