AI Agent Hub
Back to skills
Tencent SaaS Docs MCP icon

Tencent SaaS Docs MCP

Office Efficiency Updated 2026.08.30

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

Please install @tencent-adm/tencent-saas-docs according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem to Solve

Tencent SaaS Docs MCP is for programmatic reading and editing of online documents: when a user provides a document link, local file, or web URL, it helps choose the correct document tool, avoid using doc tools on PPT files, and combine repeated writes into batch requests.

How It Works

  • Route by intent first: classify requests into document creation, content editing, or file management, then choose tools by doc_type, such as smartcanvas, slide, doc, sheet, or smartsheet.
  • Confirm type before editing: use manage.query_file_info, link prefixes, or space-node information to identify the document category, reducing type mismatch errors such as -32601 and 400016.
  • PPT uses a dedicated workflow: slide tasks should use slide-mcp and slide_* tools for pages, shapes, text, tables, charts, animations, and themes.
  • Shared capabilities: supports manage.get_content for reading content, manage.upload_image for uploading images, manage.scrape_url for clipping web pages into smart documents, and local file import.

Boundaries and Notes

The skill depends on local authorization and a SaaS token. For 400006, re-run authorization; for 400007 or 400014, upgrading to the professional plan may be required. Use batch endpoints for three or more consecutive writes, and distinguish current-node deletion from recursive deletion when removing space nodes.

Use Cases

  • Turn meeting-notes Markdown into a Tencent smart document and place it in a target folder.
  • Import customer Excel data, write multiple rows in batch, and apply filters or statistics.
  • Save a product web page as a smart document by polling the clipping progress.
  • Upload local Word or spreadsheet files, then rename, move, or change permissions.

Best For

  • Engineers who want to sink Markdown reports, meeting notes, or web pages into Tencent Docs.
  • Data operations staff who batch-update smartsheet or Excel rows.
  • Developers who need AI to edit PPT, Word, or spreadsheets with type-specific tools.
  • Office administrators maintaining knowledge-base folders, file permissions, and local file uploads.