with one click
multi-article-scraper
多平台文章爬取技能 - 支持微信/小红书/抖音/知乎等平台
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
多平台文章爬取技能 - 支持微信/小红书/抖音/知乎等平台
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
GitHub 赏金猎人。自动监控 GitHub bounty,支持 Algora/UbiquityOS/RustChain 平台。v7.5.6 新增用户授权全自动策略(2026-06-11)
AI Agent 团队 - 61 个专业 Agent,8 大部门,完整的 AI 代理机构。支持单 Agent 使用和多 Agent 协作编排。
AI 代码审查助手,基于本地 AI 模型自动检测代码质量。
AI 确定性控制工具。管理 temperature/top_p/seed 参数,多场景预设,一致性检查(编辑距离+TF-IDF),监控趋势分析与异常检测,模型参数注入与恢复。
AI效率监控工具。监控AI任务执行效率,识别浪费模式(重复查询/过长上下文/无效重试/过度生成/低质量循环),生成优化建议和成本节省报告。支持OpenClaw日志解析、多模型成本计算、ASCII趋势图。
自动从代码生成技术文档,支持 Python/JavaScript/Bash,AI 增强文档质量
| name | multi-article-scraper |
| description | 多平台文章爬取技能 - 支持微信/小红书/抖音/知乎等平台 |
| author | 思捷娅科技 (SJYKJ)/zhaog100 |
| version | 2.0.0 |
python3 scripts/multi_scraper.py "https://mp.weixin.qq.com/s/xxx"
python3 scripts/multi_scraper.py --batch urls.txt --output articles/
python3 scripts/multi_scraper.py --platform xiaohongshu "https://www.xiaohongshu.com/xxx"
python3 scripts/multi_scraper.py --schedule "0 6 * * *" --urls urls.txt
| 平台 | 状态 | 需要登录 | 说明 |
|---|---|---|---|
| 微信公众号 | ✅ 已支持 | 可选 | 文章爬取 |
| 小红书 | ⏳ 待实现 | 必需 | 笔记爬取 |
| 抖音 | ⏳ 待实现 | 可选 | 视频文案爬取 |
| 知乎 | ⏳ 待实现 | 可选 | 回答/文章爬取 |
| 简书 | ⏳ 待实现 | 否 | 文章爬取 |
# 文章标题
**作者**: 作者名
**发布时间**: 2026-03-21
**平台**: 微信公众号
**原文链接**: https://...
---
文章内容...
{
"title": "文章标题",
"author": "作者名",
"publish_date": "2026-03-21",
"platform": "wechat",
"url": "https://...",
"content": "文章内容..."
}
title,author,publish_date,platform,url,content
文章标题,作者名,2026-03-21,wechat,https://...,文章内容...
MIT License - 免费使用、修改和重新分发
出处:
版权: MIT License | Copyright (c) 2026 思捷娅科技 (SJYKJ)
商业使用授权:
详情请查看:LICENSE
| 论坛 | 状态 | 需要登录 | 说明 |
|---|---|---|---|
| Dev.to | ✅ 已支持 | 否 | AI 教程和技术文章 |
| Hacker News | ✅ 已支持 | 否 | AI 和技术讨论 |