基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/antins-labs/SearchOS --skill wechat-article命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | wechat_article |
| description | 搜索微信公众号文章并提取全文(通过 Sogou 微信搜索),返回标题、真实 URL、发布时间、正文内容 |
| layer | access |
| trigger | 查询涉及微信公众号、中文社交媒体内容、或明确需要微信文章时触发 |
| success_rate | 0 |
| status | seed |
| has_executor | true |
| trigger_conditions | {"domain":["news","blog","social"],"entity_types":["article","author"],"attribute_types":["author","content","publication_date"]} |
| cost_hint | mid |
| effectiveness_score | 0 |
通过 Sogou 微信搜索引擎搜索微信公众号文章,解析真实 URL 并提取文章全文。
result = await execute({
"query": "大模型 RAG 技术",
"num_results": 5,
"fetch_content": True
}, browser)
weixin.sogou.com,XPath 提取标题和代理链接mp.weixin.qq.com URL#js_content 提取纯文本httpx 和 lxml