{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-paper-digest",
    "name": "Daily Paper Digest",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/qjymary/daily-paper-digest",
    "canonicalUrl": "https://clawhub.ai/qjymary/daily-paper-digest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/daily-paper-digest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-paper-digest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "arxiv_fetcher.py",
      "config/sources.json",
      "config/sources_llm.json",
      "huggingface_fetcher.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/daily-paper-digest"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/daily-paper-digest",
    "agentPageUrl": "https://openagent3.xyz/skills/daily-paper-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-paper-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-paper-digest/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "📚 每日 AI 论文速递",
        "body": "每天自动从 arXiv 和 HuggingFace 抓取最新 AI 论文，格式化后推送到你的聊天应用（飞书、Slack、Discord 等）。"
      },
      {
        "title": "fetch_daily_papers",
        "body": "获取今日最新论文速递。\n\n用法：\n\npython3 main.py\n\n参数：\n\n无（自动读取 config/sources.json 中的配置）\n\n返回：\n\n格式化的论文列表，包含标题、作者、摘要、链接"
      },
      {
        "title": "search_arxiv_papers",
        "body": "搜索特定主题的 arXiv 论文。\n\n用法：\n\npython3 arxiv_fetcher.py\n\n参数（在代码中修改）：\n\nquery：搜索关键词，如 \"large language model\"\nmax_results：最大返回数量（默认 5）\n\n返回：\n\n匹配的论文列表"
      },
      {
        "title": "fetch_huggingface_papers",
        "body": "获取 HuggingFace 每日热门论文。\n\n用法：\n\npython3 huggingface_fetcher.py\n\n参数：\n\n无（直接爬取 https://huggingface.co/papers）\n\n返回：\n\n热门论文列表，含点赞数"
      },
      {
        "title": "配置",
        "body": "编辑 config/sources.json 来自定义信息源和过滤规则：\n\n{\n  \"sources\": [\n    {\n      \"name\": \"arxiv\",\n      \"enabled\": true,\n      \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.CV\", \"cs.LG\"],\n      \"max_results\": 10\n    },\n    {\n      \"name\": \"huggingface\",\n      \"enabled\": true,\n      \"max_results\": 10\n    }\n  ],\n  \"filter\": {\n    \"keywords\": [\"LLM\", \"transformer\"],\n    \"exclude_keywords\": []\n  }\n}"
      },
      {
        "title": "arXiv 常用分类",
        "body": "代码含义cs.AI人工智能cs.CL计算语言学/NLPcs.CV计算机视觉cs.LG机器学习cs.NE神经网络cs.RO机器人stat.ML统计机器学习"
      },
      {
        "title": "1. 安装依赖",
        "body": "pip3 install -r requirements.txt"
      },
      {
        "title": "2. 运行测试",
        "body": "python3 test.py"
      },
      {
        "title": "3. 获取今日论文",
        "body": "python3 main.py"
      },
      {
        "title": "4. 定时自动运行（配合 OpenClaw 调度器）",
        "body": "在 OpenClaw 中配置 Cron 表达式（例如每天 9:00）：\n\n0 9 * * *"
      },
      {
        "title": "在 OpenClaw 中触发",
        "body": "在聊天应用中发送以下任意内容即可触发：\n\n论文速递\n今日论文\n最新论文\n/papers\n/digest"
      },
      {
        "title": "依赖",
        "body": "arxiv — arXiv 官方 Python 客户端\nrequests — HTTP 请求\nbeautifulsoup4 — HTML 解析\nfeedparser — RSS/Atom 解析"
      },
      {
        "title": "示例输出",
        "body": "╔══════════════════════════════════════════════════════════╗\n║           🎓 AI 论文每日速递 - 2026年02月20日           ║\n╚══════════════════════════════════════════════════════════╝\n\n📊 今日共收录 15 篇论文\n\n============================================================\n📄 论文 1\n============================================================\n\n📌 标题: Attention Is All You Need\n👥 作者: Ashish Vaswani, Noam Shazeer 等 8 人\n🏷️  来源: ARXIV | 日期: 2026-02-20\n\n📝 摘要:\nThe dominant sequence transduction models are based on...\n\n🔗 arXiv: http://arxiv.org/abs/1706.03762\n📥 PDF: http://arxiv.org/pdf/1706.03762"
      },
      {
        "title": "文件结构",
        "body": "daily-paper-digest/\n├── SKILL.md                 ← 本文件（ClawHub 规范）\n├── main.py                  ← 主程序\n├── arxiv_fetcher.py        ← arXiv 模块\n├── huggingface_fetcher.py  ← HuggingFace 模块\n├── requirements.txt        ← Python 依赖\n└── config/\n    ├── sources.json        ← 默认配置\n    └── sources_llm.json    ← LLM 专用配置"
      }
    ],
    "body": "📚 每日 AI 论文速递\n\n每天自动从 arXiv 和 HuggingFace 抓取最新 AI 论文，格式化后推送到你的聊天应用（飞书、Slack、Discord 等）。\n\n工具（Tools）\nfetch_daily_papers\n\n获取今日最新论文速递。\n\n用法：\n\npython3 main.py\n\n\n参数：\n\n无（自动读取 config/sources.json 中的配置）\n\n返回：\n\n格式化的论文列表，包含标题、作者、摘要、链接\nsearch_arxiv_papers\n\n搜索特定主题的 arXiv 论文。\n\n用法：\n\npython3 arxiv_fetcher.py\n\n\n参数（在代码中修改）：\n\nquery：搜索关键词，如 \"large language model\"\nmax_results：最大返回数量（默认 5）\n\n返回：\n\n匹配的论文列表\nfetch_huggingface_papers\n\n获取 HuggingFace 每日热门论文。\n\n用法：\n\npython3 huggingface_fetcher.py\n\n\n参数：\n\n无（直接爬取 https://huggingface.co/papers）\n\n返回：\n\n热门论文列表，含点赞数\n配置\n\n编辑 config/sources.json 来自定义信息源和过滤规则：\n\n{\n  \"sources\": [\n    {\n      \"name\": \"arxiv\",\n      \"enabled\": true,\n      \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.CV\", \"cs.LG\"],\n      \"max_results\": 10\n    },\n    {\n      \"name\": \"huggingface\",\n      \"enabled\": true,\n      \"max_results\": 10\n    }\n  ],\n  \"filter\": {\n    \"keywords\": [\"LLM\", \"transformer\"],\n    \"exclude_keywords\": []\n  }\n}\n\narXiv 常用分类\n代码\t含义\ncs.AI\t人工智能\ncs.CL\t计算语言学/NLP\ncs.CV\t计算机视觉\ncs.LG\t机器学习\ncs.NE\t神经网络\ncs.RO\t机器人\nstat.ML\t统计机器学习\n安装与使用\n1. 安装依赖\npip3 install -r requirements.txt\n\n2. 运行测试\npython3 test.py\n\n3. 获取今日论文\npython3 main.py\n\n4. 定时自动运行（配合 OpenClaw 调度器）\n\n在 OpenClaw 中配置 Cron 表达式（例如每天 9:00）：\n\n0 9 * * *\n\n在 OpenClaw 中触发\n\n在聊天应用中发送以下任意内容即可触发：\n\n论文速递\n今日论文\n最新论文\n/papers\n/digest\n依赖\narxiv — arXiv 官方 Python 客户端\nrequests — HTTP 请求\nbeautifulsoup4 — HTML 解析\nfeedparser — RSS/Atom 解析\n示例输出\n╔══════════════════════════════════════════════════════════╗\n║           🎓 AI 论文每日速递 - 2026年02月20日           ║\n╚══════════════════════════════════════════════════════════╝\n\n📊 今日共收录 15 篇论文\n\n============================================================\n📄 论文 1\n============================================================\n\n📌 标题: Attention Is All You Need\n👥 作者: Ashish Vaswani, Noam Shazeer 等 8 人\n🏷️  来源: ARXIV | 日期: 2026-02-20\n\n📝 摘要:\nThe dominant sequence transduction models are based on...\n\n🔗 arXiv: http://arxiv.org/abs/1706.03762\n📥 PDF: http://arxiv.org/pdf/1706.03762\n\n文件结构\ndaily-paper-digest/\n├── SKILL.md                 ← 本文件（ClawHub 规范）\n├── main.py                  ← 主程序\n├── arxiv_fetcher.py        ← arXiv 模块\n├── huggingface_fetcher.py  ← HuggingFace 模块\n├── requirements.txt        ← Python 依赖\n└── config/\n    ├── sources.json        ← 默认配置\n    └── sources_llm.json    ← LLM 专用配置"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/qjymary/daily-paper-digest",
    "publisherUrl": "https://clawhub.ai/qjymary/daily-paper-digest",
    "owner": "qjymary",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/daily-paper-digest",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-paper-digest",
    "agentUrl": "https://openagent3.xyz/skills/daily-paper-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-paper-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-paper-digest/agent.md"
  }
}