← Back to Skills Marketplace
hemalylas381-rgb

Crypto Content Automation

by hemalylas381-rgb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
263
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-content-automation
Description
加密货币自媒体运营自动化 - 热点扫描 + 内容策划 + 一键发布。支持小红书、币安Square等平台。
README (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。

工作流程

  1. 用户给出主题/方向
  2. 执行热点扫描获取最新热点
  3. 生成内容策划案
  4. 撰写完整内容
  5. 发布到目标平台
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-content-automation
  3. After installation, invoke the skill by name or use /crypto-content-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug crypto-content-automation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Content Automation?

加密货币自媒体运营自动化 - 热点扫描 + 内容策划 + 一键发布。支持小红书、币安Square等平台。 It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.

How do I install Crypto Content Automation?

Run "/install crypto-content-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Content Automation free?

Yes, Crypto Content Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Content Automation support?

Crypto Content Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Content Automation?

It is built and maintained by hemalylas381-rgb (@hemalylas381-rgb); the current version is v1.0.0.

💬 Comments