用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill wechat-article-browseruse命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | wechat-article-browseruse |
| description | 使用 BrowserUse 云浏览器 + Playwright CDP 抓取微信公众号文章,并可直接发布到飞书原生文档。 |
| version | 0.2.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["wechat","mp.weixin.qq.com","browseruse","browser-use","playwright","extraction","markdown","json"]}} |
当你要抓取 微信公众号文章链接(mp.weixin.qq.com/s/...)并且想试一条不依赖本机 CamoFox 服务的新链路时,用这个 skill。
scripts/run.py:统一入口scripts/fetch_wechat_article.py:抓取并输出 Markdown / JSONscripts/publish_wechat_article_to_feishu.py:抓取并发布到飞书原生文档scripts/smoke-test.sh:基础环境检查tests/:回归测试支持两个环境变量名,任选其一:
export BROWSER_USE_API_KEY=...
# 或
export BROWSERUSE_API_KEY=...
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
playwright install chromium
请先安装并登录 lark-cli,并确保当前用户身份具备文档导入/读取权限。
python3 scripts/run.py fetch \
"https://mp.weixin.qq.com/s/xxxxxxxxxxxxxxxx"
python3 scripts/run.py fetch \
"https://mp.weixin.qq.com/s/xxxxxxxxxxxxxxxx" \
--format json \
--include-images
python3 scripts/run.py publish-feishu \
"https://mp.weixin.qq.com/s/xxxxxxxxxxxxxxxx"
python3 scripts/run.py publish-feishu \
"https://mp.weixin.qq.com/s/xxxxxxxxxxxxxxxx" \
--folder-token <folder_token>
fetch--format markdown|json--include-images--save PATH--proxy-country hk--timeout-seconds 240--wait-ms 8000publish-feishu--folder-token <token>--json--proxy-country hk--timeout-seconds 240--wait-ms 8000JSON 输出包含:
urltitleauthorpublished_atcontent_markdownimagessource发布结果包含:
titledoc_iddoc_urlsource_urlvalidateddoc_preview这套 skill 用 BrowserUse 提供远端浏览器,用 Playwright CDP 做稳定 DOM 提取,并可把结果一键发布成飞书原生文档。
基于 SOC 职业分类