← 返回 Skills 市场
codeteenager

Tencent Cloud Article Extractor

作者 Jiang Shuaijie · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
242
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install tencent-cloud-article-extractor
功能描述
提取腾讯云开发者社区文章内容并转换为 Markdown 格式。当用户需要抓取、解析或保存腾讯云文章时使用此技能。支持自动提取标题、作者、发布时间、正文内容,并生成格式规范的 Markdown 文档。触发词:腾讯云文章、抓取文章、解析文章、cloud.tencent.com/developer/article
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencent-cloud-article-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencent-cloud-article-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tencent-cloud-article-extractor
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Tencent Cloud Article Extractor 是什么?

提取腾讯云开发者社区文章内容并转换为 Markdown 格式。当用户需要抓取、解析或保存腾讯云文章时使用此技能。支持自动提取标题、作者、发布时间、正文内容,并生成格式规范的 Markdown 文档。触发词:腾讯云文章、抓取文章、解析文章、cloud.tencent.com/developer/article. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。

如何安装 Tencent Cloud Article Extractor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-cloud-article-extractor」即可一键安装,无需额外配置。

Tencent Cloud Article Extractor 是免费的吗?

是的,Tencent Cloud Article Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tencent Cloud Article Extractor 支持哪些平台?

Tencent Cloud Article Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tencent Cloud Article Extractor?

由 Jiang Shuaijie(@codeteenager)开发并维护,当前版本 v1.0.1。

💬 留言讨论