Files
skill-template/README.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

24 lines
676 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 头条号批量发布toutiao-publisher
基于团队 **skill-template** 骨架的头条号发布技能仓库;当前为**占位阶段**,仅含 CLI 骨架与文档,**发布功能待后续迭代**。
## 目录一览
| 路径 | 作用 |
|------|------|
| `SKILL.md` | 技能清单YAML 头 + Markdown 正文) |
| `scripts/skill_main.py` | CLI 入口:`health` / `version` |
| `docs/` | 运行时与可移植性说明 |
| `optional/` | 可选片段路径、SQLite 等),默认不引用 |
## 本地试跑
```bash
python scripts/skill_main.py health
python scripts/skill_main.py version
```
## 版本
`SKILL.md``version` 字段对齐更新。