Daily Recommend

v1.0.0

每日书籍、诗词、电影等优质内容推荐技能。通过不定时推送,帮助用户高频触达有价值的文学与艺术内容,培养日常阅读与审美习惯。触发条件:Cron 定时任务(三个随机时间窗口);用户主动说"推荐一首诗"等。

0· 97·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (daily recommendations, three random cron windows, manual triggers) align with the runtime instructions. The skill only requires scheduling, formatting recommendations, and recording simple preference data — nothing in the metadata asks for unrelated capabilities or secrets.
Instruction Scope
Instructions are narrowly scoped to generating one formatted recommendation per push, tracking user feedback into a workspace file, and deferring when recent conversation activity exists. The only potential ambiguity: it lists external content sources (Douban, Weixin 阅读, Zhihu, etc.) but does not specify how to fetch content (APIs, scraping, or human-curated prompts). That can affect behavior but is not inherently incoherent — platform/network policies determine allowed access.
Install Mechanism
Instruction-only skill with no install spec, no code files, and no downloads. This is the lowest-risk model and consistent with the stated functionality.
Credentials
The skill requests no environment variables or external credentials, which is proportional for simple recommendations. One small mismatch to be aware of: the SKILL.md mentions Feishu-style Markdown formatting and multiple third-party sources; if the skill later attempts to push to an external service (Feishu, Douban API, WeChat) it would need credentials that are not declared here. Also it writes a preference file to [WORKSPACE]/memory/recommend-preferences.md — ordinary for agent memory but users should be aware preferences are persisted to workspace storage.
Persistence & Privilege
always:false (not force-included) and autonomous invocation allowed (normal). The skill persists only its own small preference file under the agent workspace and does not request system-wide configuration or modify other skills. No elevated privileges are requested.
Assessment
This skill appears coherent and low-risk, but check a few practical points before installing: 1) Confirm where and how it will fetch content from external sites (APIs vs. scraping) and whether that requires credentials or violates terms of service. 2) Verify the delivery mechanism: if you want pushes routed through Feishu or other messaging platforms, those will need separate credentials not declared here. 3) Be comfortable with a small preference file being written to the agent workspace ([WORKSPACE]/memory/recommend-preferences.md) and review its retention/visibility. 4) Ensure the scheduling parameters (cron windows) and the 'check recent activity' behavior match your expectations and privacy preferences. If those items are acceptable or clarified, the skill is consistent with its stated purpose.

Like a lobster shell, security has layers — review code before you run it.

latestvk978tm57nfvxqv8avjvf9yy7bh83g33dliteraturevk978tm57nfvxqv8avjvf9yy7bh83g33dmoviesvk978tm57nfvxqv8avjvf9yy7bh83g33dpoetryvk978tm57nfvxqv8avjvf9yy7bh83g33drecommendationvk978tm57nfvxqv8avjvf9yy7bh83g33d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments