← 返回 Skills 市场
Crypto Content Automation
作者
hemalylas381-rgb
· GitHub ↗
· v1.0.0
· MIT-0
263
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-content-automation
功能描述
加密货币自媒体运营自动化 - 热点扫描 + 内容策划 + 一键发布。支持小红书、币安Square等平台。
使用说明 (SKILL.md)
Crypto Content Automation Skill
加密货币自媒体运营自动化工具,一句话完成:热点扫描 → 内容策划 → 发布
功能
1. 热点扫描
运行热点扫描脚本,获取AI/Crypto/AI+Crypto热点
2. 内容策划
基于热点生成深度内容策划案,包含:
- 反直觉视角
- 落地操作指南
- 风险提示
3. 内容发布
支持发布到:
- 小红书(需要Cookie配置)
- 币安Square(需要Cookie配置)
使用方法
热点扫描
python3 scripts/hot_topic_scanner.py
内容策划
python3 scripts/content_planning.py
查看结果
- 热点报告:
logs/hot_topics_YYYYMMDD.json - 策划案:
logs/content_planning_YYYYMMDD.md
配置
如需发布到小红书或币安,需要配置对应平台的Cookie。
工作流程
- 用户给出主题/方向
- 执行热点扫描获取最新热点
- 生成内容策划案
- 撰写完整内容
- 发布到目标平台
安全使用建议
Do not run this skill as-is. Key issues: (1) The instructions reference hot_topic_scanner.py and content_planning.py, but those modules are not bundled — the skill instead imports these from a hard-coded user workspace (/Users/youyou/.openclaw/workspace), which will execute whatever code lives there. (2) 'node' is listed as a required binary but the package is Python-only — ask the author why. (3) The skill says publishing needs platform cookies but declares no secure env/config mechanism; supplying cookies without guidance risks leaking credentials. Recommended next steps: request the missing modules or a corrected package from the author; ask for clear cookie handling (prefer environment variables or documented config file paths); inspect any files in your workspace/scripts before running; if you must test, run inside an isolated VM/container with no real credentials and no sensitive files mounted.
功能分析
Type: OpenClaw Skill
Name: crypto-content-automation
Version: 1.0.0
The skill bundle provides a framework for automating cryptocurrency content creation and social media management. The provided Python scripts (scripts/main.py and scripts/run.py) are primarily boilerplate wrappers that call external modules for news scanning and content planning. While the documentation (SKILL.md) mentions the use of social media cookies for publishing, no code for credential handling, data exfiltration, or malicious execution is present in the provided files. A hardcoded absolute path (/Users/youyou/.openclaw/workspace) in scripts/run.py indicates poor portability and likely a development artifact, but does not constitute malicious intent.
能力评估
Purpose & Capability
The skill claims to scan hotspots, plan content, and publish (requires platform cookies), but the packaged files do not include the referenced hot_topic_scanner.py or content_planning.py modules. The manifest/README/SKILL.md also list 'node' as a required binary even though the included code is Python-only. The publishing feature is mentioned (requires Cookies) but no environment variables or config paths are declared to store those credentials.
Instruction Scope
SKILL.md instructs running scripts/hot_topic_scanner.py and scripts/content_planning.py, but those files are not present in the bundle. The provided run.py imports hot_topic_scanner and content_planning from a hard-coded WORKSPACE path, meaning at runtime it will import (and thus execute) whatever modules exist at '/Users/youyou/.openclaw/workspace/scripts'. That is an unexpected file-system access and grants the skill broad discretion to execute code outside its own package. The instructions also ask users to provide cookies but give no secure mechanism for doing so.
Install Mechanism
No install spec is provided (instruction-only), which limits remote install-time risk. However, the package does include Python scripts that expect external modules to be present in a specific workspace. Because no install step ensures or validates those modules, runtime behavior depends on the user's filesystem content.
Credentials
The skill declares no required environment variables or primary credential, yet SKILL.md and README explicitly state cookies are needed to publish to platforms. There is no guidance or declared config path for safely storing those cookies. Additionally, the code uses a hard-coded absolute workspace path (/Users/youyou/.openclaw/workspace), which accesses user-local files without any declared permission or justification.
Persistence & Privilege
always is false (normal), but run.py modifies sys.path to include a specific user workspace and writes logs/plans into that workspace. This gives the skill the ability to read and import arbitrary code from the user's workspace and to write files there — a broader filesystem footprint than the SKILL.md implies.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-content-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-content-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release automating crypto content creation and publishing:
- Scans for trending topics in AI, Crypto, and AI+Crypto.
- Generates in-depth content plans, including unique perspectives, actionable guides, and risk warnings.
- Supports one-click publishing to Xiaohongshu and Binance Square (cookie configuration required).
- Simple command-line scripts for topic scanning and content planning.
- Saves results with organized logs for easy tracking.
元数据
常见问题
Crypto Content Automation 是什么?
加密货币自媒体运营自动化 - 热点扫描 + 内容策划 + 一键发布。支持小红书、币安Square等平台。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 Crypto Content Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-content-automation」即可一键安装,无需额外配置。
Crypto Content Automation 是免费的吗?
是的,Crypto Content Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Content Automation 支持哪些平台?
Crypto Content Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Content Automation?
由 hemalylas381-rgb(@hemalylas381-rgb)开发并维护,当前版本 v1.0.0。
推荐 Skills