feishu-bitable-sync
Sync a local `wechat-report` result into Feishu Bitable after the user has reviewed the report and confirmed the sync.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abigale-cyber/content-system-feishu-bitable-syncfeishu-bitable-sync
本 skill 不会自动触发,只有在用户明确确认“发送到飞书”后才运行。
支持输入:
content-production/inbox/YYYYMMDD-{slug}-wechat-report.mdcontent-production/inbox/raw/wechat-report/YYYY-MM-DD/{slug}.json
运行前需要配置环境变量:
FEISHU_APP_IDFEISHU_APP_SECRETFEISHU_BITABLE_APP_TOKENFEISHU_BITABLE_TABLE_ID- 可选:
FEISHU_SYNC_AUTH_MODE,默认user - 可选:
FEISHU_OAUTH_REDIRECT_URI,默认http://127.0.0.1:14578/callback
默认行为:
- 优先读取本机缓存的飞书
user_access_token - 若还未授权,会落一份
auth_required回执,并提示先运行feishu-user-auth - 若 token 刷新失败或飞书写入失败,会额外导出 CSV 兜底文件
输出:
content-production/published/YYYYMMDD-{slug}-feishu-sync.md- 失败兜底时:
content-production/published/YYYYMMDD-{slug}-feishu-import.csv
同步策略:
- 每篇文章一行
- 使用
source_url去重 - 重复同步会更新已有行,而不是重复新增
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abigale-cyber-content-system-feishu-bitable-sync": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
humanizer-zh
Remove obvious AI-writing traces from Chinese text in a constrained way. Use when Codex needs to reduce AI smell without changing facts, data, or the article's core argument.
news-aggregator-skill
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 28 sources including Hacker News, GitHub, Hugging Face Papers, AI Newsletters, WallStreetCN, Weibo, and Podcasts. Use when user requests 'daily scans', 'tech news', 'finance updates', 'AI briefings', 'deep analysis', or says '如意如意' to open the interactive menu.
wechat-formatter
Render article markdown into WeChat-style HTML as an independent executor. Use when Codex needs公众号排版预览, WeChat HTML output, or a publishable HTML artifact generated from an article markdown draft.
wechat-collect
Fetch a public WeChat article URL, archive the raw HTML, and convert the article into a stage-1 compatible brief in `content-production/inbox/`. Use when Codex needs to collect公众号文章素材 or start the Stage 2 collect-to-create pipeline from a public `mp.weixin.qq.com` URL.
tavily-research
Conduct comprehensive AI-powered research with citations via the Tavily CLI. Use this skill when the user wants deep research, a detailed report, a comparison, market analysis, literature review, or says "research", "investigate", "analyze in depth", "compare X vs Y", "what does the market look like for", or needs multi-source synthesis with explicit citations. Returns a structured report grounded in web sources. Takes 30-120 seconds. For quick fact-finding, use tavily-search instead.