tencent-cloud-article-extractor

提取腾讯云开发者社区文章内容并转换为 Markdown 格式。当用户需要抓取、解析或保存腾讯云文章时使用此技能。支持自动提取标题、作者、发布时间、正文内容,并生成格式规范的 Markdown 文档。触发词:腾讯云文章、抓取文章、解析文章、cloud.tencent.com/developer/article

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tencent-cloud-article-extractor" with this command: npx skills add codeteenager/tencent-cloud-article-extractor

腾讯云文章提取器

从腾讯云开发者社区提取文章内容并转换为 Markdown 格式。

快速开始

node ~/.openclaw/workspace/skills/tencent-cloud-article-extractor/scripts/extract_article.mjs <文章URL> [输出文件]

示例:

# 输出到控制台
node ~/.openclaw/workspace/skills/tencent-cloud-article-extractor/scripts/extract_article.mjs https://cloud.tencent.com/developer/article/2636150

# 保存到文件
node ~/.openclaw/workspace/skills/tencent-cloud-article-extractor/scripts/extract_article.mjs https://cloud.tencent.com/developer/article/2636150 article.md

支持的文章格式

  • URL 格式:https://cloud.tencent.com/developer/article/<文章ID>
  • 自动提取:标题、作者、发布时间、字数统计、阅读时长
  • 支持的内容类型:标题、段落、代码块、图片、列表、引用、链接

输出格式

生成的 Markdown 文档包含:

# 文章标题

> 作者:作者名
> 发布时间:2026-03-10 14:29
> 来源:腾讯云开发者社区
> 原文链接:https://cloud.tencent.com/developer/article/xxx

---

**文章统计**:字数 4738 | 预计阅读 17 分钟

---

## 正文内容...

工作原理

  1. 发送 HTTP 请求获取文章页面
  2. 从页面 __NEXT_DATA__ 中提取 JSON 数据
  3. 解析结构化内容并转换为 Markdown
  4. 输出到控制台或保存到文件

注意事项

  • 需要网络访问腾讯云网站
  • 文章必须是公开可访问的
  • 部分需要登录的文章可能无法提取
  • 图片以原始 URL 引用,不会下载到本地

错误处理

错误原因解决方案
无效的腾讯云文章 URLURL 格式不正确检查 URL 是否符合 cloud.tencent.com/developer/article/xxx 格式
未找到文章数据页面结构变化或需要登录确认文章公开可访问
文章内容为空文章可能已被删除检查原文链接是否有效

更新日志

v1.0.0 (2026-03-16)

  • ✅ 初始版本
  • ✅ 支持腾讯云文章提取
  • ✅ Markdown 格式输出

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

GitHub Extract

Extract content from a GitHub url.

Registry SourceRecently Updated
9390Profile unavailable
Coding

HackerNews Extract

Extract a HackerNews post (article + comments) into single clean Markdown for quick reading or LLM input.

Registry SourceRecently Updated
2.8K3Profile unavailable
General

Web To Feishu

将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP...

Registry SourceRecently Updated
1060Profile unavailable
General

WeChat Article to Markdown

This skill converts WeChat Official Account (微信公众号) article pages into high-quality, clean Markdown format. It should be used when the user provides a WeChat...

Registry SourceRecently Updated
1400Profile unavailable