Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Social Content Planner

v1.0.2

社交媒体内容排期器。帮助用户规划、创建和管理多平台内容日历。支持小红书、知乎、抖音、微信公众号等平台的内容策划、排期和发布管理。

0· 154·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dxie48892-jpg/social-content-planner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Social Content Planner" (dxie48892-jpg/social-content-planner) from ClawHub.
Skill page: https://clawhub.ai/dxie48892-jpg/social-content-planner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install social-content-planner

ClawHub CLI

Package manager switcher

npx clawhub@latest install social-content-planner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
Purpose & Capability
Name and description promise multi-platform planning, hotspot tracking ("调用搜索引擎") and publishing management, but the included code (scripts/planner.py) only generates simple local JSON topic/title/tag stubs. The declared features in SKILL.md/_meta.json exceed what is actually implemented. Also registry metadata lists version 1.0.2 while _meta.json is 1.0.1 — a minor metadata inconsistency.
Instruction Scope
SKILL.md instructs running the local Python script (cd scripts; python planner.py) and shows no instructions to read system files or use secrets. However, SKILL.md and README mention '热点追踪(调用搜索引擎)' and '一键导出发布格式' which would imply network access or platform APIs; the shipped runtime instructions and code do not perform network calls. This mismatch could lead to surprising behavior if the skill is later updated to include network/publishing capabilities.
Install Mechanism
No install spec is provided (instruction-only with an included small Python script). Nothing is downloaded or extracted during install; no extra packages are requested. This is low-risk from an install mechanism perspective.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access environment variables or secrets. There is no disproportionate credential request.
Persistence & Privilege
always is false, the skill does not request persistent/system privileges, and it does not modify other skills or system-wide settings. No elevated persistence is requested.
What to consider before installing
This package appears to be a simple local content-generator (prints JSON with titles/tags). Before installing or using it: 1) Inspect the single script (scripts/planner.py) yourself — it is short and readable and currently contains no network calls or secret usage. 2) Note the documentation promises extra features (hotspot tracking, multi-platform publishing) that are not implemented; confirm with the author or source if you expect those features. 3) Because the source/homepage is unknown and metadata versions mismatch, run it in a sandbox or isolated environment if you want to test it. 4) Do NOT provide any API keys, platform credentials, or other secrets to this skill until you verify it actually needs them and you trust the source. 5) If you require hotspot tracking or automated publishing, prefer a skill with transparent network/publishing code and a known, trustworthy source.

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

latestvk974sydksyz1jvyb9rp4smxwc183dywb
154downloads
0stars
3versions
Updated 1mo ago
v1.0.2
MIT-0

Social Content Planner - 社交媒体内容排期器

快速开始

cd scripts
python planner.py --help

目录结构

social-content-planner/
├── SKILL.md
├── README.md
├── scripts/
│   └── planner.py
└── output/

主要功能

  • 热点追踪(调用搜索引擎)
  • 选题策划
  • 内容生成(多平台模板)
  • 日历排期

更新日志

v1.0.2 (2026-03-22)

  • 修复:Windows控制台UTF-8编码输出问题

v1.0.1 (2026-03-21)

  • 修复:补充实际代码文件

Comments

Loading comments...