Social Publisher
Analysis
The skill appears mainly to format and simulate social posts, but it asks for powerful social-media credentials while advertising real multi-platform publishing that its own artifacts show is unfinished.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
多平台发布:一键发布到微信公众号、小红书、知乎、抖音 ... ### 真实发布模式 ... Roadmap - [ ] 微信公众号真实 API 实现 - [ ] 小红书真实 API 实现 - [ ] 知乎真实 API 实现 - [ ] 抖音真实 API 实现
The same documentation markets real one-click publishing and a real-publish mode, but later states that real API implementations for all listed platforms are still unfinished.
`--platforms/-p`: 目标平台,逗号分隔(默认:wechat,xiaohongshu,zhihu,douyin) ... `social-publisher publish --title "标题" --content "正文"`
The documented publish workflow is user-directed, but its default target set includes all four platforms, which would be broad for public posting if real API publishing is enabled.
Source: unknown; Homepage: none ... Install specifications: No install spec — this is an instruction-only skill ... Code file presence: 1 code file(s): social_publisher.py
The skill includes a Python CLI file but provides no source homepage or install specification showing how the advertised command is installed or invoked.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
CONFIG_PATHS = [Path.home() / ".openclaw" / "secrets" / "social-publisher.json", Path.home() / ".config" / "social-publisher.json"] ... os.getenv("WECHAT_APPSECRET") ... os.getenv("XIAOHONGSHU_ACCESS_TOKEN") ... os.getenv("ZHIHU_ACCESS_TOKEN") ... os.getenv("DOUYIN_ACCESS_TOKEN")The code reads social-platform app secrets and access tokens from environment variables and local secret files, while the visible publishing functions are described as TODO/simulated and the registry declares no credential contract.
