원클릭으로
research-digest-wrapper
Use when the user wants a local research digest from tracked topics or wants to manage tracked research topics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants a local research digest from tracked topics or wants to manage tracked research topics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Single-agent paper review workflow.
Comprehensive guide and reference for the Antigravity Customization System. Use to explain how customizations work, their loading priority, discovery mechanisms, and to guide the creation of skills, rules, plugins, hooks, and MCP servers.
Provides a comprehensive guide, quick reference, and sitemap for Google Antigravity (AGY), including the Antigravity CLI (agy), Antigravity 2.0, Antigravity IDE, Python SDK, slash commands, keybindings, and customizations (skills, rules, MCP, sidecars). Activate this skill when the user asks questions about how to use, configure, or customize Antigravity, AGY, the agy CLI, the Antigravity IDE, or Antigravity 2.0.
Guidelines for interacting with GitHub and request permissions from the user when commands fail due to restrictions in the agent environment.
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 when the user asks to send, get, retrieve, find, share, add, or search for a paper. This is the live OpenClaw Zotero workflow adapted for Codex and should take priority over external paper retrieval.
| name | research-digest-wrapper |
| description | Use when the user wants a local research digest from tracked topics or wants to manage tracked research topics. |
| metadata | {"short-description":"Local research digest from tracked topics"} |
This skill is installed as an OpenCode-native SKILL.md. For runtime-backed
helpers, prefer the shared ai-agents-skills runtime root and the
AAS_RUNTIME_ROOT override instead of assuming a Codex-specific runtime
path.
On native Windows, use the managed Windows runner and the native runtime command target. Set $runtime to the installed runtime root. Multi-agent installs usually use %LOCALAPPDATA%\ai-agents-skills\runtime. Then run:
$runtime = if ($env:AAS_RUNTIME_ROOT) { $env:AAS_RUNTIME_ROOT } else { "$env:LOCALAPPDATA\ai-agents-skills\runtime" }
& "$runtime\run_skill.bat" "skills/research-digest-wrapper/run_research_digest.bat" <args>
POSIX examples below use run_skill.sh and .sh command targets; use the Windows command target above on native Windows.
$AAS_RUNTIME_WORKSPACE/skills/research-digest-wrapper/Use the managed runtime runner rather than invoking the digest script directly.
Shared runner:
bash "$AAS_RUNTIME_ROOT/run_skill.sh"bash "$AAS_RUNTIME_ROOT/run_skill.sh" skills/research-digest-wrapper/run_research_digest.sh <COMMAND AND ARGS>
runrun --tag TAG --min-priority Nrun --use-llm-scoring --use-llm-summarylist-topicsadd-topic "<name>" --tag TAG --priority Nedit-topic "<name>" --tag TAG --priority Ndisable-topic "<name>" / enable-topic "<name>"remove-topic "<name>"backup-topics --reason "REASON"list-topic-backupsrestore-topic-backup <backup-name>export-topics --output /tmp/topics.tsvimport-topics /tmp/topics.tsvdoctorrebuild-corpusVerified example shapes:
bash "$AAS_RUNTIME_ROOT/run_skill.sh" skills/research-digest-wrapper/run_research_digest.sh run --tag graph-theory --min-priority 3
bash "$AAS_RUNTIME_ROOT/run_skill.sh" skills/research-digest-wrapper/run_research_digest.sh add-topic "Token sliding" --tag reconfiguration --priority 5
Read and summarize:
$AAS_RUNTIME_WORKSPACE/data/research/alerts/digests/latest-digest.mdTracked topics live at:
$AAS_RUNTIME_WORKSPACE/data/research/alerts/topics.tsvFor any user-facing digest summary, load writing-style-settings.md before
writing. If the digest item or synthesis is mathematical, TCS, graph-theoretic,
Lean-related, or LaTeX manuscript prose, also load math-manuscript-style.md.
Stored digest summaries should record style_profile_ref, active_overlays,
active_requirement_ids, and style_applied; do not accept a bare
style_applied: true assertion as sufficient evidence.