tencent-docs

Create and manage Tencent Docs documents via MCP APIs.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill tencent-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-docs
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/skills/tencent-docs
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill tencent-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Tencent Docs MCP Skill enables programmatic control over Tencent Docs MCP APIs, simplifying the end-to-end workflow of creating, editing, and managing cloud documents, spaces, and permissions.

Core Features & Use Cases

  • Create and format SmartCanvas documents using MDX or Markdown templates via create_smartcanvas_by_mdx and smartcanvas helpers.
  • Manage cloud documents across multiple types (doc, sheet, form, slide, mind, flowchart, smartcanvas) and handle spaces, folders, and permissions with manage.* and API endpoints.
  • Retrieve and manipulate document content (get_content, get_outline, get_top_level_pages) and automate document operations like find/insert/update via docengine, Tencent MCP server.

Quick Start

Use the MCP Skill to create a SmartCanvas document from a Markdown description by calling create_smartcanvas_by_mdx with title and MDX content, then browse the resulting file via the provided URL.

Frequently Asked Questions about tencent-docs

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

FAQPage Schema
How do I automate Tencent Docs creation and editing workflows?

Tencent Docs automation uses MCP APIs to programmatically create, edit, and manage cloud documents end-to-end across SmartCanvas, Sheets, and Word without manual intervention.

Can I create a SmartCanvas document from Markdown templates?

Yes, SmartCanvas documents can be created from Markdown or MDX templates by calling the create_smartcanvas_by_mdx tool with a specified title and content, returning a browsable file URL.

What document types are supported for automated management via Tencent Docs APIs?

Supported document types include Word docs, Sheets, forms, slides, mind maps, flowcharts, and SmartCanvas, allowing comprehensive content operations and space permission management across all formats.

How do I retrieve and manipulate document content like outlines and pages?

You can retrieve and manipulate content using MCP tools like get_content for document bodies, get_outline for structures, and get_top_level_pages, alongside docengine endpoints for find, insert, and update operations.

Does Tencent Docs MCP support permission management for shared spaces and folders?

Yes, permission management is fully supported, allowing you to programmatically handle access control and organizational structures for shared spaces, folders, and various cloud document types.

What is the best way to integrate Tencent Docs into an existing automation workflow?

The best way to integrate Tencent Docs into automation workflows is by leveraging MCP endpoints for document engine edits and SmartCanvas operations, streamlining content generation and management processes.