tencent-cloud-advisor-report-parser

Parse Tencent Cloud Advisor inspection emails to extract risks and generate HTML summaries.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/fisherhhyu/tencent-cloud-smart-advisor-risk-assessment-report --skill tencent-cloud-advisor-report-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-cloud-advisor-report-parser
Source: https://github.com/fisherhhyu/tencent-cloud-smart-advisor-risk-assessment-report/tree/main
Command: npx skills add https://github.com/fisherhhyu/tencent-cloud-smart-advisor-risk-assessment-report --skill tencent-cloud-advisor-report-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the extraction and summarization of risks from Tencent Cloud Advisor inspection emails, removing the manual effort of downloading attachments, parsing multi-sheet Excel reports, and compiling per-service risk statistics.

Core Features & Use Cases

  • Email retrieval and attachment extraction: Connects via POP3 to fetch Advisor report emails and download Excel attachments.
  • Excel parsing and risk extraction: Parses xlsx files by reading shared strings and worksheet rows to extract risk type, level, item, and affected resources.
  • Reporting and visualization: Produces structured text summaries and generates an HTML statistics page with risk distributions suitable for sharing or screenshotting.
  • Use Case: Automatically ingest weekly Advisor inspection emails, summarize high- and medium-risk items by service, and produce a visual HTML report for stakeholder review.

Quick Start

Analyze the attached Tencent Cloud Advisor inspection report email, extract risks into a structured summary, and generate an HTML statistics page.

Frequently Asked Questions about tencent-cloud-advisor-report-parser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically extract risk items from Tencent Cloud Advisor inspection emails?

To extract risk items from Tencent Cloud Advisor inspection emails, you can use a POP3 retrieval and XLSX parsing script to download Excel attachments and generate structured per-service risk summaries.

How do I parse multi-sheet Excel reports to summarize cloud risk levels by service?

Parsing multi-sheet Excel reports involves reading shared strings and worksheet rows to extract risk types, levels, and affected resources, producing per-service and per-level risk counts for cloud infrastructure.

Can I generate an HTML visualization of risk distributions from an XLSX attachment?

Yes, you can generate an HTML visualization of risk distributions from an XLSX attachment by extracting the risk data and exporting an HTML statistics page suitable for screenshotting and stakeholder review.

Do I need POP3 credentials to automate Tencent Cloud Advisor report parsing?

Yes, you need environment-configured POP3 credentials to automate Tencent Cloud Advisor report parsing, as the script connects via POP3 to fetch inspection emails and download the contained Excel attachments.

What is the best way to automate weekly cloud Advisor inspection summaries without manual downloads?

The best way to automate weekly cloud Advisor inspection summaries is using a script that retrieves emails via POP3, parses the XLSX attachments, and automatically outputs structured text and HTML risk reports.