AI Agent Hub
Back to skills
Tencent Docs MCP Toolkit icon

Tencent Docs MCP Toolkit

Office Efficiency Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_c75a5001/tengxun.

About this skill

Problem

Online document work is often split into articles, spreadsheets, slides, web clipping, local import, and folder permission flows, which can cause agents to call the wrong creation tool and produce duplicated or misplaced content.

How It Works

tengxun routes tasks to Tencent Docs MCP tools: use smartcanvas by default, with MDX keeping Markdown compatibility; use smartsheet or sheet for structured data; use slide for presentations; use mind and flowchart for knowledge and process views. A typical path is manage.search_file to get a file_id, then get_content to read it; web URLs should prefer scrape_url plus scrape_progress; local files should use the import path; OCR should distinguish public image_url input from local script handling. Async jobs should be polled in a side session.

Boundaries

It fits conversations, web pages, local files, and tabular data landing in Tencent Docs, but it does not cover every external capability. Creation tools may differ on parent_id; node deletion can recurse; auth, credit, or parameter errors should be checked against error codes and authorization state before retrying.

Use Cases

  • Clip a client URL into an online document
  • Import local HTML into Tencent Docs as a shared aipage
  • Convert screenshot tables to online Excel for editing
  • Search a doc by keyword and read its full content

Best For

  • PMs who need to turn weekly project reports into smart documents
  • Ops who need to import local HTML pages into shared Tencent Docs
  • Sales reps who need to convert customer screenshot tables to Excel
  • Analysts who need to clip competitor pages into online documents