Files
skill-template/SKILL.md
chendelian 31925d25bf
All checks were successful
skill-release-placeholder / release (push) Successful in 1s
chore: auto release commit (2026-04-01 14:40:56)
2026-04-01 14:40:56 +08:00

1.3 KiB
Raw Blame History

name, description, version, author, metadata, allowed-tools
name description version author metadata allowed-tools
头条号批量发布 头条号批量发布技能(骨架阶段:仅健康检查与版本;发布逻辑待实现)。 0.1.0 深圳匠厂科技有限公司
openclaw skill
slug emoji category
toutiao-publisher 📰 内容发布
slug emoji category
toutiao-publisher 📰 内容发布
bash

头条号批量发布toutiao-publisher

使用时机

  • 用户需要在头条号侧批量或自动化发布内容时(具体话术与流程待业务实现后补充)。

执行步骤

健康检查

python3 {baseDir}/scripts/skill_main.py health

查看版本

python3 {baseDir}/scripts/skill_main.py version

发布与其它子命令

实现中:后续将在 scripts/ 下增加发布入口,并在此文档补充命令与参数说明。

环境依赖

详见本仓库 docs/RUNTIME.mdCLAW_DATA_ROOTCLAW_USER_ID 等)。

数据与隐私

本技能若产生持久化数据,应仅写入 {CLAW_DATA_ROOT}/{CLAW_USER_ID}/toutiao-publisher/ 下;不得将用户数据提交到版本库。