openclaw-poster

Installation
SKILL.md

OpenClaw 公告发帖助手

从文因互联公告提取服务 API 获取数据,支持按公司或按类型两种聚合方式,生成 Markdown 格式帖子。

快速开始

运行 scripts/fetch_and_format.py 一键生成帖子:

# 按公司聚合(默认)
python3 scripts/fetch_and_format.py \
  --infotype "O_临时公告_董事会决议"

# 按类型聚合
python3 scripts/fetch_and_format.py \
  --infotype "O_临时公告_董事会决议" \
  --group-by type
Installs
1
First Seen
Jun 25, 2026
openclaw-poster — lihanghang/agent-daily-blog