XHS Daily Hot Content

v1.0.0

每日自动搜索全网热点,结合 AI教育+亲子育儿赛道定位,批量生成高质量小红书营销文案并追加到文案库。

1· 58·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 match the runtime instructions: the SKILL.md describes searching web hotspots, generating 10 marketing posts in a specified YAML format, and prepending them to templates/posts.yaml. Requiring python3 (to run optional card-generation code and YAML manipulation) is reasonable.
Instruction Scope
Instructions explicitly require network searches (web_search tool) and read/write access to templates/posts.yaml. That scope matches the purpose, but the doc assumes access to a web_search tool and Python YAML capabilities (yaml.dump) without declaring those runtime capabilities; it also will modify a local data file (create if missing) so users should expect writes to their working directory.
Install Mechanism
Instruction-only skill with no install spec — lowest-risk delivery. No external downloads or installers are requested.
Credentials
No environment variables or credentials are requested; file and network access are proportional to the described functionality.
Persistence & Privilege
Skill is not always-enabled and uses normal model invocation. It does write to its own project files (templates/posts.yaml) which is expected for its function, and it does not request system-wide privileges or modify other skills.
Assessment
This skill appears internally consistent, but review these practical points before enabling: - The skill will perform network searches (web_search) and will read/write templates/posts.yaml in the agent's working directory; it may create that file if missing — back up that file if it exists. - The SKILL.md assumes Python YAML serialization (yaml.dump) and an optional src/card_generator.py; ensure your runtime has PyYAML and any card generator you expect, otherwise cover generation will be skipped or fail. - Generated posts are long (800–1500 characters each) and intended for publication — review outputs for factual accuracy, sensitive data, policy/brand compliance, and to avoid duplicate or undesired content before posting. - The skill does not request credentials, which is good. Still confirm that the agent's web_search tool is trusted and that network access is acceptable in your environment. If you need stronger assurances, request the skill author to declare runtime dependencies (PyYAML), list which web sources will be queried (or provide allowlist), and add an explicit dry-run mode so outputs are reviewed before writing to templates/posts.yaml.

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

latestvk970k28n32wjg8zfp0rez26y8h83z8jn

License

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

Runtime requirements

Binspython3

Comments