← 返回
未分类

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 Cod...
获取公开的微信公众号文章 URL,归档原始 HTML,转换为阶段‑1 兼容摘要并存入 content‑production/inbox/。适用于 ...
abigale-cyber abigale-cyber 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 367
下载
💾 1
安装
1
版本
#latest

概述

WeChat Collect

Collect a public WeChat article and transform it into a brief that can be passed directly to case-writer-hybrid.

Quick Start

Run the default command:

.venv/bin/python -m skill_runtime.cli run-skill wechat-collect --input content-production/inbox/20260403-wechat-collect-url.txt

Prepare Input

Pass a text file containing at least one URL. The first detected URL is used.

Example input file:

content-production/inbox/20260403-wechat-collect-url.txt

Follow Collection Workflow

  1. Fetch the public article HTML from the first detected URL.
  2. Extract title, author, date, and candidate正文段落 from the page.
  3. Build a stage-1 compatible brief that downstream writing steps can reuse.
  4. Archive the raw HTML for traceability and later extraction tuning.

Write Output

Write the brief to:

content-production/inbox/<date>-<slug>-gzh-brief.md

Write the raw archive to:

content-production/inbox/raw/wechat/<date>-<slug>.html

Respect Constraints

  • Only works for publicly reachable article URLs
  • Deleted articles or anti-crawl variants may produce reduced-quality extraction or fail explicitly
  • Current extraction is usable for pipeline intake, but still needs quality tuning for cleaner argument mining

Read Related Files

  • Shared runtime: skills/wechat-collect/runtime.py
  • Pipeline entry: skill_runtime/engine.py
  • Stage 2 workflow: workflows/stage2-wechat-pipeline.json
  • Planning reference: docs/content-skills-implementation-plan.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 12:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Feishu User Auth

abigale-cyber
一次性完成飞书浏览器授权并在本地缓存 `user_access_token`,以便后续 `feishu-bitable-sync` 运行能够以当前用户身份写入 Bitable 行。
★ 0 📥 669
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 941 📥 212,808
content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 64 📥 31,103