← 返回 Skills 市场
fandywang87

Scalingup Daily

作者 fandywang87 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install scalingup-daily
功能描述
搜广推领域模型 Scaling Up 日报生成技能。每日自动检索6类优先级信息源(ArXiv论文、微信公众号、知乎、技术博客、GitHub Trending、行业会议),生成结构化日报并写入IMA知识库。触发词:搜广推日报、ScalingUp日报、推荐系统日报、推荐Scaling Law日报、生成式推荐日报、To...
安全使用建议
This skill appears to do what it says (scrape the web, assemble a Markdown report, and upload it to IMA and Tencent Docs), but pay attention to the following before installing or enabling automation: - Metadata vs reality: The registry metadata claims no required credentials, yet SKILL.md and scripts require IMA API credentials (~/.config/ima/client_id and api_key) and a configured mcporter/Tencent-Docs token. Treat this mismatch as a red flag — ask the publisher to correct the manifest or don't install until clarified. - Credentials scope: If you decide to use it, create/assign least-privilege IMA credentials (and a limited mcporter token) dedicated to this automation, not your primary production keys. Understand what those credentials can do in IMA/COS and limit them if possible. - Inspect helper code: Review the cos-upload.cjs script (from ima-skills) before running; ima_upload.py will pass transient COS credentials (secret_id/secret_key/token) to that helper. Ensure the helper script is trusted and does not exfiltrate secrets. - Scraping behavior: search_wechat.js intentionally randomizes User-Agent and manipulates cookies/redirects to extract mp.weixin.qq.com links. This may trigger anti-bot defenses or violate terms of service for third-party sites. Consider rate limits, legal/usage implications, and run from an environment where outbound scraping is acceptable. - File access: The uploader enumerates ~/.workbuddy/skills to locate cos-upload.cjs; if you are uncomfortable with that, run the upload step manually or place cos-upload.cjs in a known safe path and update the script. - Test safely: Run a one-off manual test with a throwaway report in a sandboxed account, inspect network calls, and verify uploads succeed before scheduling automatic weekly runs. If you want to proceed, ask the author to update the skill metadata to declare required credentials and tokens explicitly and to document the exact file paths the skill will read. If that cannot be provided, treat the skill as 'untrusted' and run only in an isolated environment with limited credentials.
功能分析
Type: OpenClaw Skill Name: scalingup-daily Version: 1.0.1 The skill bundle automates technical report generation by scraping ArXiv, WeChat, and Zhihu, then publishing to IMA and Tencent Docs. It exhibits high-risk patterns including reading sensitive API credentials from the user's home directory (~/.config/ima/) and executing shell commands via subprocesses and mcporter (scripts/ima_upload.py, SKILL.md). While these capabilities are aligned with the stated purpose, the architecture creates a significant attack surface for prompt injection or command execution if the AI agent processes untrusted search results into the shell-based publishing pipeline.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description promise (collect 6 sources, produce structured daily report, sync to IMA and Tencent Docs) matches the SKILL.md and included scripts: search_wechat.js for WeChat scraping and ima_upload.py for IMA upload. Required helper skills (wechat-article-search, ima-skills, tencent-docs) and runtimes (Node.js, Python, jq) are coherent with the described purpose.
Instruction Scope
Runtime instructions and scripts perform network scraping (weixin.sogou.com) and web searches, construct and validate real links, write a Markdown report, and call the IMA OpenAPI and a separate cos-upload.cjs helper. The wechat scraper intentionally randomizes UA and manipulates cookies/redirects to evade anti-bot obstacles — expected for scraping but may violate third-party terms. The scripts read local credential files (~/.config/ima/* and expect mcporter token location) and search the ~/.workbuddy/skills tree to locate cos-upload.cjs; they do not call unknown external endpoints beyond the described services.
Install Mechanism
No high-risk installer: this is instruction-only with included Node.js script and Python uploader; package.json lists only cheerio. There are no downloads from arbitrary URLs or extract/install steps in the skill manifest. Typical npm install is required to run the scraper.
Credentials
Registry metadata lists no required env vars/credentials, but SKILL.md and scripts require IMA API credentials (~/ .config/ima/client_id and api_key) and a configured mcporter token (~/.mcporter/mcporter.json) for Tencent Docs — a clear metadata mismatch. The IMA uploader also inspects ~/.workbuddy/skills to find cos-upload.cjs (enumerates installed skills). These file reads and credential uses are proportionate to uploading to IMA/Tencent Docs, but they are not declared in the skill metadata and thus could be surprising to users.
Persistence & Privilege
Skill is not always:true and is user-invocable. It does not request permanent platform-wide privileges or modify other skills' configurations. It does search the user's skills directory to find helper scripts, which is operationally reasonable but broader than just using a single helper binary.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scalingup-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scalingup-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
ScalingUp Daily v1.0.1 — Minor update - Added metadata and package-lock.json files for improved dependency management. - Updated scheduling: automation now triggers weekly (Monday 08:00) instead of daily. - Changelog, installation, and workflow documentation improved in INSTALL.md and SKILL.md. - Enhanced reference management and reporting template. - Improved citation and publishing requirements with stricter link verification and dual-platform (IMA and Tencent Docs) publishing mandates.
v1.0.0
Initial release: 6 priority sources + IMA integration + daily report template
元数据
Slug scalingup-daily
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Scalingup Daily 是什么?

搜广推领域模型 Scaling Up 日报生成技能。每日自动检索6类优先级信息源(ArXiv论文、微信公众号、知乎、技术博客、GitHub Trending、行业会议),生成结构化日报并写入IMA知识库。触发词:搜广推日报、ScalingUp日报、推荐系统日报、推荐Scaling Law日报、生成式推荐日报、To... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Scalingup Daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scalingup-daily」即可一键安装,无需额外配置。

Scalingup Daily 是免费的吗?

是的,Scalingup Daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Scalingup Daily 支持哪些平台?

Scalingup Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Scalingup Daily?

由 fandywang87(@fandywang87)开发并维护,当前版本 v1.0.1。

💬 留言讨论