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 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
6080Profile unavailable
Coding

HackerNews Extract

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

Registry SourceRecently Updated
2.4K3Profile unavailable
General

Article to Feishu

将网页文章转换为飞书文档,支持今日头条、博客园、微信公众号、CSDN 等多种网站。自动下载图片并按原文顺序插入。 **当用户要求以下操作时使用**: - "把这篇文章转成飞书文档" - "导入文章到飞书" - "保存网页到飞书" - "把链接转成文档" **支持的网站**: - 今日头条 (m.toutiao.c...

Registry SourceRecently Updated
170Profile unavailable
General

jina-ai-reader

Fetch clean, AI-friendly Markdown content from any URL using Jina.ai Reader. Bypasses paywalls, handles Twitter/X posts, renders JavaScript-heavy pages, retu...

Registry SourceRecently Updated
3931Profile unavailable