tencent-cloud-article-extractor
提取腾讯云开发者社区文章内容并转换为 Markdown 格式。当用户需要抓取、解析或保存腾讯云文章时使用此技能。支持自动提取标题、作者、发布时间、正文内容,并生成格式规范的 Markdown 文档。触发词:腾讯云文章、抓取文章、解析文章、cloud.tencent.com/developer/article
Why use this skill?
Efficiently extract and convert Tencent Cloud Developer Community articles into structured Markdown files using this powerful OpenClaw agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeteenager/tencent-cloud-article-extractorWhat This Skill Does
The tencent-cloud-article-extractor is a specialized utility designed for OpenClaw agents to parse and convert Tencent Cloud Developer Community articles into clean, readable Markdown format. It streamlines content curation by automatically scraping essential metadata—including titles, authors, and publication timestamps—while preserving the structure of the original article content such as headers, code snippets, lists, and images. By tapping into the underlying JSON data used by the Tencent Cloud platform, this skill ensures a high-fidelity conversion that is ready for documentation, research, or personal knowledge base integration.
Installation
To integrate this skill into your local OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/codeteenager/tencent-cloud-article-extractor
Ensure that your environment has Node.js installed, as the skill utilizes a .mjs script to handle the parsing logic and data extraction.
Use Cases
This skill is perfect for developers, technical writers, and researchers who need to:
- Archive technical knowledge from Tencent Cloud for offline reading.
- Transform complex cloud tutorials into standardized Markdown files for personal notes (e.g., in Obsidian or Notion).
- Prepare community content for inclusion in team wikis or technical reports without manual reformatting.
- Automate the ingestion of cloud infrastructure updates or programming guides from the Tencent developer ecosystem.
Example Prompts
- "腾讯云文章,请帮我抓取这篇文章内容并保存到 local_notes.md 文件中: https://cloud.tencent.com/developer/article/2636150"
- "解析文章 https://cloud.tencent.com/developer/article/2636150 并把内容输出到控制台让我预览一下"
- "我需要把这篇关于云数据库的腾讯云文章抓取下来,转换成Markdown格式方便我后续查阅"
Tips & Limitations
To get the best results, ensure the URL provided is a direct link to an article page within the 'cloud.tencent.com/developer/article/' path. Since the tool relies on accessing the public DOM and JSON data of the page, it cannot process private or password-protected content. Additionally, images remain as external links; if you are archiving for long-term storage, be aware that these links may break if the original source is modified or removed. The skill is highly efficient but requires an active internet connection to communicate with the Tencent Cloud servers during the extraction process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codeteenager-tencent-cloud-article-extractor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write
Related Skills
zsxq-helper
知识星球助手 - 登录、发帖、管理知识星球。当用户需要操作知识星球(登录、发帖、查看内容)时使用此技能。触发词:知识星球、zsxq、发帖、星球登录。
zhipu-image-gen
AI text-to-image generation using Zhipu AI's GLM-Image model. Use when the user requests image generation, creating images from text descriptions, or mentions "文生图", "生成图片", "画图". Supports various image sizes and Chinese/English prompts.