AI Agent Hub
Back to skills
Tencent Docs MCP Plugin icon

Tencent Docs MCP Plugin

Office Efficiency Updated 2026.08.30

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 uses smartsheet; calculations, filtering, and statistics use sheet; presentations use slide; diagrams use flowchart and mind.
  • Core workflow: inspect tools via mcporter list tencent-docs, then call the matching reference doc. For new docs, prefer create_smartcanvas_by_mdx; for existing docs, use smartcanvas.* tools; for local files, use import_file.sh and manage.async_import.
  • Async and shared capabilities: web clipping uses scrape_url followed by scrape_progress; PPT and similar async jobs should be polled in a child session; responses include error and trace_id.
  • Boundaries: authorization, VIP, or credit shortfalls surface as 400006, 400007, or 400008; node deletion defaults to the current node, while all deletes 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.