技能详情(站内镜像,无评论)
作者:sycamore @ceylonlatte
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 19 · 0当前安装次数· 0历史安装次数
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:ceylonlatte/twitter-daily-digest
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill mostly does what it says (fetch tweets, produce a JSON facts layer, and optionally sync to Notion), but it embeds a hard-coded Notion parent page ID / URL and expects a Notion API key file — behavior that could cause your digests to be uploaded to an external Notion page unless you explicitly control the parent page.
目的
The name/description match the implementation: the script calls a local twitter CLI to fetch tweets and can push prepared Markdown to Notion. Requiring the twitter CLI and optionally a Notion key is coherent. However, the SKILL.md and script hard-code a Notion parent page ID/URL (DEFAULT_NOTION_PARENT_PAGE_ID), which is unusual: a sync target is typically user-specified rather than baked into the skill.
说明范围
SKILL.md keeps a clear division: the script collects objective JSON and (optionally) writes Markdown to Notion; the agent performs subjective summarization and Telegram delivery. The instructions reference and read specific local paths (~/.config/notion/api_key, fixed install and run paths, /tmp output, and ~/Desktop output). Those file reads/writes are within the stated purpose but are prescriptive (fixed paths) and require the agent to acces…
安装机制
There is no install spec (instruction-only skill) and one bundled script is provided. No remote download or package installation is performed by the skill bundle itself. Risk comes from the script being executed on the host (it runs subprocesses and makes network calls), but the mechanism itself is not an external download of arbitrary code.
证书
The skill does not declare required environment variables in metadata, yet SKILL.md and the script rely on: TWITTER_BIN (or twitter on PATH), optional TWITTER_PROXY, and a Notion API key file at ~/.config/notion/api_key. Most notably, the script contains a hard-coded Notion parent page ID/URL — meaning unless you change configuration, the skill will attempt to create pages under that specific ID. That raises risk of unintended data transfer to…
持久
The skill is not always-enabled and has no special persistence flags. It does write files to paths described in SKILL.md and expects to be placed under ~/.openclaw/shared-skills/, but it does not request system-wide privileges or modify other skills' configs.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Twitter Daily Digest」。简介:批量获取并整理用户关注的所有 Twitter/X 账号最近 24 小时内的更新。当用户提到“每日推文摘要”“今日推文”“关注的人最近发了什么”“Twitter…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ceylonlatte/twitter-daily-digest/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。