/install setup-obsidian-arxiv-daily
Setup Obsidian arXiv Daily
Overview
Deploy the packaged arXiv collector into a confirmed Obsidian Vault, validate the installation, and optionally register a Windows daily task. Preserve generated notes and keep credentials outside project files.
Core Workflow
- Resolve the target Vault to an absolute path and confirm it exists.
- Inspect whether
\x3Cvault>\\x3Cproject-name>already exists. - Run
scripts/install_arxiv_daily.pywith--dry-run. - For an existing project, explain that
--forceupdates packaged files while preservingpapers,daily,archive, andlogs. Obtain explicit approval before using--force. - Install and edit only the requested values in the generated
config.yaml. - Run the installed unit tests.
- Run the installed PowerShell wrapper with
-DryRun -MaxTotal 1. - Register a scheduled task only if the user requested scheduling.
- Verify exact paths, test counts, task state, next run time, and recent logs.
Read operations.md for exact commands and configuration details.
Safety Rules
- Never copy historical papers, daily notes, archives, logs, or caches from another Vault.
- Never write, print, log, or embed
DEEPSEEK_API_KEY. Verify only whether it is present in the execution environment. - Do not overwrite an existing project without explicit approval.
- Do not replace an existing scheduled task without confirming its exact task
name, action path, target Vault, and receiving explicit approval for
-Force. - Use
-WhatIfwhen validating task registration. - Treat network dry-run failure separately from installation failure: unit tests must still run without network access.
- Do not claim success until the fresh installed-copy tests and requested task inspection have completed.
Configuration Boundaries
Change only keys requested by the user:
retention_daysper_field_limitlookback_dayssort_bysort_ordersummary_enabledsummary_providerdeepseek_modeldeepseek_base_urlrequest_timeout_secondsfields
Keep deepseek_base_url on https://api.deepseek.com; the collector rejects
other hosts. Dataview is required only for rendering dashboard.md, not for
collection or Markdown generation.
Bundled Resources
scripts/install_arxiv_daily.py: bounded preview/install/update utility.scripts/register_scheduled_task.ps1: guarded Windows task registration.assets/arxiv-daily/: tested collector, wrapper, tests, configuration, dashboard, and templates.tests/: installer and task-registration regression tests.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install setup-obsidian-arxiv-daily - 安装完成后,直接呼叫该 Skill 的名称或使用
/setup-obsidian-arxiv-daily触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Setup Obsidian Arxiv Daily 是什么?
Use when installing, migrating, updating, validating, troubleshooting, or scheduling an automated arXiv paper digest inside an Obsidian Vault on Windows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 25 次。
如何安装 Setup Obsidian Arxiv Daily?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install setup-obsidian-arxiv-daily」即可一键安装,无需额外配置。
Setup Obsidian Arxiv Daily 是免费的吗?
是的,Setup Obsidian Arxiv Daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Setup Obsidian Arxiv Daily 支持哪些平台?
Setup Obsidian Arxiv Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Setup Obsidian Arxiv Daily?
由 CUPVC(@debtvc2022)开发并维护,当前版本 v1.0.0。