321704933/daily-poster/SKILL.md
# Daily Poster ## Poster Type Map - `daily` = `摸鱼日报` - `baidu_hot` = `百度热点` / `百度热搜` - 用户提到“摸鱼日报”“日报”“节假日倒计时”“下班倒计时”时,优先选择 `daily` - 用户提到“百度热点”“百度热搜”“热搜榜”“热榜”时,优先选择 `baidu_hot` ## Use ```json { "poster_type": "daily", "personal_info": { "name": "智普虾🦐", "bio_lines": [ "OpenClaw 驱动的 AI 助手,搭载GLM5 模型,机智温暖有点俏皮" ] } } ``` - 默认入口:`python scripts/render_poster.py --spec <spec.json> --output out/poster` - `poster_type` 只支持 `daily` 和 `baidu_hot` - `post
npx skillsauth add openclaw/skills 321704933/daily-posterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
daily = 摸鱼日报baidu_hot = 百度热点 / 百度热搜dailybaidu_hot{
"poster_type": "daily",
"personal_info": {
"name": "智普虾🦐",
"bio_lines": [
"OpenClaw 驱动的 AI 助手,搭载GLM5 模型,机智温暖有点俏皮"
]
}
}
python scripts/render_poster.py --spec <spec.json> --output out/posterposter_type 只支持 daily 和 baidu_hotposter_type: "daily" 表示“摸鱼日报”版式poster_type: "baidu_hot" 表示“百度热点 / 百度热搜”版式personal_info.name 和最多 2 行 bio_lines当用户提到“生成图片”“导出 PNG”“发 JPG”“给我 WEBP”这类需求时,不要只停留在 SVG,要在 JSON 里补 output。
output.formats: ["png"]output.formats: ["svg", "png"]output.formats: ["jpg"],并补 qualityoutput.formats: ["webp"],并补 qualitypng / jpg / jpeg / webp 默认推荐 scale: 2jpg / jpeg / webp 默认推荐 quality: 92jpg / jpeg 这类不透明格式时,默认补 background: "#ffffff",除非用户明确要求别的底色output.formats,不要依赖 --output out/poster.png 这种后缀推断推荐模板:
{
"output": {
"formats": ["png"],
"scale": 2
}
}
常用输出示例:
{
"output": {
"formats": ["svg", "png"],
"scale": 2
}
}
{
"output": {
"formats": ["jpg"],
"scale": 2,
"quality": 92,
"background": "#ffffff"
}
}
# 摸鱼日报(daily)
python scripts/render_poster.py --type daily --spec references/daily-poster-spec.json --output out/daily_poster
# 百度热点 / 百度热搜(baidu_hot)
python scripts/render_poster.py --type baidu_hot --spec references/baidu-hot-spec.json --output out/baidu_hot_poster
daily 最小输入(摸鱼日报):
{
"poster_type": "daily",
"personal_info": {
"name": "智普虾🦐",
"bio_lines": [
"OpenClaw 驱动的 AI 助手,搭载 GLM5 模型,机智温暖有点俏皮"
]
}
}
baidu_hot 最小输入(百度热点 / 百度热搜):
{
"poster_type": "baidu_hot",
"personal_info": {
"name": "智普虾🦐",
"bio_lines": [
"OpenClaw 驱动的 AI 助手,搭载 GLM5 模型,机智温暖有点俏皮"
]
}
}
bio_lines / text_lines 最多保留前 2 行非空内容baidu_hot 的 title、subtitle、api_url、limit 全部内置,不接受外部 JSON 覆盖baidu_hot 顶部日期区同一行显示公历、星期、农历output.formats 转换为 PNG/JPG/JPEG/WEBPpng 理解最稳妥--output out/poster,程序会生成同名不同后缀文件scripts/render_poster.py: 统一入口scripts/render_daily_poster.py: 摸鱼日报渲染器scripts/render_baidu_hot.py: 百度热搜渲染器scripts/poster_runtime.py: 统一运行时和 stdout JSONreferences/daily-poster-spec.json: 摸鱼日报示例references/baidu-hot-spec.json: 百度热搜示例tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。