tencent-docs

Automate Tencent Docs MCP operations to create, query, read, and edit documents.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/hzxyayaya/open_claw_obsidian --skill tencent-docs-hzxyayaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-docs
Source: https://github.com/hzxyayaya/open_claw_obsidian/tree/main/skills/tencent-docs
Command: npx skills add https://github.com/hzxyayaya/open_claw_obsidian --skill tencent-docs-hzxyayaya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tencent Documents MCP automation enables programmatic creation, querying, reading, and editing of Tencent Docs content, reducing manual work and accelerating document workflows.

Core Features & Use Cases

  • Create various online documents (smartcanvas, Word, Excel, slides, mind map, flowchart) via MCP tools.
  • Query and search document spaces and files, and manage space nodes and folders.
  • Read, edit, and append content to existing documents, and automate common document workflows.

Quick Start

Create a new document by calling tencent-docs.create_smartcanvas_by_markdown with a Markdown body and an optional parent_id to place it under a folder.

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 through MCP?

You can automate Tencent Docs operations by using MCP tools to create, query, read, and edit documents such as smart canvases and Word files programmatically. This requires configuring the TENCENT_DOCS_TOKEN environment variable to authenticate requests.

Can I create a Tencent Docs smart canvas from Markdown content?

Yes, you can create a smart canvas by calling the MCP tool tencent-docs.create_smartcanvas_by_markdown with a Markdown body. You can optionally provide a parent_id to place the new document inside a specific folder.

What do I need to set up before using Tencent Docs MCP automation?

You need to configure the TENCENT_DOCS_TOKEN environment variable and ensure MCP access at the designated Tencent Docs openapi endpoint. Detailed setup instructions for generating the token and configuring access are provided in SKILL.md.

Does Tencent Docs MCP support querying document spaces and managing folders?

Yes, Tencent Docs MCP supports querying document spaces, searching files, and managing space nodes and folders. You can programmatically navigate hierarchical structures and retrieve file listings within your document workspace.

What types of online documents can I create via Tencent Docs MCP?

You can create various online document types including smart canvases, Word documents, Excel spreadsheets, slides, mind maps, and flowcharts. Each document type is generated by invoking its corresponding MCP creation tool.

Can I append content to an existing Tencent Docs document using MCP?

Yes, you can read, edit, and append content to existing Tencent Docs documents through MCP operations. This allows you to automate common document workflows and update file contents without manual intervention.