zh-novel-writer
SKILL.md
Novel Writer — 网络小说批量生成
前置要求
- Python 3 +
pip install httpx - 至少设置一个 API key 环境变量:
export NOVEL_MODELSCOPE_KEY="your_modelscope_key"
export NOVEL_FYRA_KEY="your_fyra_key"
export NOVEL_PH8_KEY="your_ph8_key"
External API Endpoints
| 服务 | URL | 环境变量 |
|---|---|---|
| ModelScope | https://api-inference.modelscope.cn/v1/chat/completions | NOVEL_MODELSCOPE_KEY |
| Fyra | https://Fyra.im/v1/chat/completions | NOVEL_FYRA_KEY |