← Back to Skills Marketplace
codeteenager

Tencent Cloud Article Extractor

by Jiang Shuaijie · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
242
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tencent-cloud-article-extractor
Description
提取腾讯云开发者社区文章内容并转换为 Markdown 格式。当用户需要抓取、解析或保存腾讯云文章时使用此技能。支持自动提取标题、作者、发布时间、正文内容,并生成格式规范的 Markdown 文档。触发词:腾讯云文章、抓取文章、解析文章、cloud.tencent.com/developer/article
Usage Guidance
This skill appears to do exactly what it says: fetch a public cloud.tencent.com article and convert it to Markdown. Before installing/running: (1) review the script file locally (it runs on your machine) to ensure you are comfortable executing it; (2) be aware it needs network access to cloud.tencent.com and will reference images by their remote URLs (it does not download images); (3) the skill has no homepage/source information — if provenance is important, consider obtaining the source from a trusted location or author; (4) watch output file paths to avoid accidental overwrites; and (5) respect copyright/terms of use when copying or storing article content.
Capability Analysis
Type: OpenClaw Skill Name: tencent-cloud-article-extractor Version: 1.0.1 The skill is a legitimate utility designed to extract articles from the Tencent Cloud developer community and convert them into Markdown format. The script (extract_article.mjs) implements strict URL validation using a regex to ensure only cloud.tencent.com links are processed, mitigating SSRF risks, and uses standard JSON parsing to handle article data. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe extracting Tencent Cloud articles and producing Markdown; the included script fetches the article URL, parses page JSON, extracts metadata and content, and renders Markdown — this is proportionate and expected.
Instruction Scope
SKILL.md and the script only perform an HTTP GET to the provided cloud.tencent.com URL, parse the page's __NEXT_DATA__, transform content to Markdown, and optionally write a local file. They do not read other files, environment variables, or transmit data to third-party endpoints.
Install Mechanism
No install spec; this is an instruction+script skill. The code is plain JavaScript (no external downloads or extract steps). Risk from installation is minimal — user runs the included script locally.
Credentials
The skill requires no environment variables, credentials, or special config paths. Network access to cloud.tencent.com is necessary and justified by the purpose.
Persistence & Privilege
Flags show always:false and user-invocable:true. The skill does not request persistent system privileges or modify other skills/configs. Autonomous invocation is allowed by default but is not combined with other concerning privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-cloud-article-extractor
  3. After installation, invoke the skill by name or use /tencent-cloud-article-extractor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 移除对图片上传到飞书图床的支持,相关脚本 extract_article_feishu.mjs 已删除 - 精简文档,删除飞书集成与进阶用法,专注基础的 Markdown 提取功能 - 现在所有图片在输出的 Markdown 中均以原始 URL 引用,不再支持本地下载或上传 - 错误处理与使用方式保持不变
v1.2.0
v1.2.0 - 改进 extract_article_feishu.mjs 脚本中的图片处理逻辑 - 提高图片上传到飞书图床的稳定性和兼容性 - 优化生成 Markdown 文档时的图片 token 替换流程 - 修复部分情况下图片上传失败或 Markdown 占位符未正确替换的问题
v1.1.0
图片上传到飞书图床功能已加入,支持飞书凭证配置与图片映射输出。 - 新增 extract_article_feishu.mjs 脚本,支持图片下载及上传飞书图床 - 文档显著扩展,增加环境变量、飞书应用权限、错误处理等说明 - 支持表格内容的提取和 Markdown 转换 - 输出新增图片 token 映射,便于文档管理
v1.0.0
tencent-cloud-article-extractor 1.0.0 — Initial release - Extracts articles from Tencent Cloud Developer Community and converts them to structured Markdown. - Automatically captures title, author, publication date, content, word count, and estimated reading time. - Supports headings, paragraphs, code blocks, images, lists, blockquotes, and links in the output. - Command-line usage, allowing output to console or file. - Includes error handling for invalid URLs, missing data, and inaccessible articles.
Metadata
Slug tencent-cloud-article-extractor
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Tencent Cloud Article Extractor?

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

How do I install Tencent Cloud Article Extractor?

Run "/install tencent-cloud-article-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tencent Cloud Article Extractor free?

Yes, Tencent Cloud Article Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tencent Cloud Article Extractor support?

Tencent Cloud Article Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tencent Cloud Article Extractor?

It is built and maintained by Jiang Shuaijie (@codeteenager); the current version is v1.0.1.

💬 Comments