wewrite/config.example.yaml
wangzhuc 1ab34fa450 Initial release — 公众号文章全流程 AI Skill
热点抓取 → 选题 → 框架 → 写作 → SEO → 视觉AI → 排版 → 微信草稿箱,
一句话触发完整流程。适用于 Claude Code skill 格式。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 22:16:18 +08:00

28 lines
705 B
YAML
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.

# media-agent 配置
# 复制为 config.yaml 并填入你的信息
# 微信公众号 API发布草稿 + 数据统计必需)
wechat:
appid: "wx_your_appid"
secret: "your_appsecret"
author: "" # 默认署名(可选)
# AI 图片生成
image:
# 可选 provider: doubao | openai
provider: "doubao"
api_key: "your_api_key"
# doubao-seedream默认
# 获取 API key: https://console.volcengine.com/ark
# model: "doubao-seedream-5-0-260128"
# base_url: "https://ark.cn-beijing.volces.com/api/v3"
# OpenAI DALL-E 3
# provider: "openai"
# api_key: "sk-..."
# model: "dall-e-3"
# base_url: "https://api.openai.com/v1"
# 默认排版主题
theme: "professional-clean"