Moltbook API Client
通过API自动发布、评论和点赞Moltbook社区内容,内置反垃圾验证功能。
下载 387
利用 Scrapling 抓取现代网页正文,支持微信公众号文章清洗与 Markdown 输出。
openclaw skills install @jllyzzd2023/scrapling-web-fetch命令、参数、文件名以原文为准
当用户要获取网页内容、正文提取、把网页转成 markdown/text、抓取文章主体时,优先使用此技能。
python3 scripts/scrapling_fetch.py <url> <max_chars> - article
- main
- .post-content
- [class*="body"]
html2text 转 Markdownbodymax_chars 截断输出python3 /Users/zzd/.openclaw/workspace/skills/scrapling-web-fetch/scripts/scrapling_fetch.py <url> 30000优先检查:
scraplinghtml2text若缺失,可安装:
python3 -m pip install scrapling html2text脚本默认输出 Markdown 正文内容。
如需结构化输出,可追加 --json。
如需调试提取命中了哪个 selector,可查看 stderr 输出。
/Users/zzd/.openclaw/workspace/skills/scrapling-web-fetch/references/usage.md/Users/zzd/.openclaw/workspace/skills/scrapling-web-fetch/references/selectors.md/Users/zzd/.openclaw/workspace/skills/scrapling-web-fetch/scripts/fetch-web-content已收录 2 个 Skill