Tencent Docs MCP Plugin
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_07f4fd75/cglitest into your AI assistant.
About this skill
Problem
Office workloads often span docs, sheets, PPT decks, mind maps, and web clippings. When an agent needs to operate Tencent Docs directly, it can be hard to choose the right tool: smartcanvas versus sheet, smartsheet, slide, flowchart, or mind; how to persist Markdown; how to poll asynchronous jobs; and how to diagnose errors. This skill turns those conventions into an executable guide, reducing trial-and-error tool selection and parameter mistakes.
How It Works and Where It Applies
- Scenario routing: reports, notes, and articles default to
smartcanvas/MDX; structured data usessmartsheet; calculations, filtering, and statistics usesheet; presentations useslide; diagrams useflowchartandmind. - Core workflow: inspect tools via
mcporter list tencent-docs, then call the matching reference doc. For new docs, prefercreate_smartcanvas_by_mdx; for existing docs, usesmartcanvas.*tools; for local files, useimport_file.shandmanage.async_import. - Async and shared capabilities: web clipping uses
scrape_urlfollowed byscrape_progress; PPT and similar async jobs should be polled in a child session; responses includeerrorandtrace_id. - Boundaries: authorization, VIP, or credit shortfalls surface as 400006, 400007, or 400008; node deletion defaults to the current node, while
alldeletes recursively; unsupported capabilities should be reported silently rather than guessed.
Use Cases
- Turn meeting notes, weekly reports, and project summaries into polished Tencent smart docs using MDX.
- Archive local spreadsheets or files into a Tencent Docs space while preserving structure via import.
- Clip a web page from a URL and save it as an online document using scrape_url and progress polling.
- Create slides, mind maps, or flowcharts in a target folder by calling the matching create tool with parent_id.
Best For
- AI engineers maintaining Tencent Docs MCP integrations: choosing between smartcanvas, sheet, or smartsheet tools.
- PMs archiving meeting notes and weekly reports: generating polished smart docs and placing them in a target folder.
- File managers administering Tencent Docs spaces: searching, moving, setting permissions, and checking import progress.
- Developers automating PPT, flowchart, or mind-map generation: calling generation tools and polling async tasks.
Related Skills
Convert teaching schedules from talent development plan PDFs into structured Excel files, with cross-page tables, merged cells, multi-semester course splitting, major metadata extraction, and batch output.
Turn post-meeting text into bilingual minutes, preserving structure and consistent terminology.
Interprets tender files, generates bid docs, and checks compliance via the Bailian API.
Create, repair, and recalculate xlsx, xlsm, csv, or tsv workbooks with formula-safe edits, validation, and recalculation.