AI Agent Hub
Back to skills
Tencent Docs Editing Assistant icon

Tencent Docs Editing Assistant

Office Efficiency Updated 2026.08.30

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

Please install @user_a5827f21/tencent-works according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem addressed

Automated workflows often need more than saving Markdown to Tencent Docs. They may generate reports, maintain smart sheets, build slides, scrape a web page into an online document, or edit existing documents precisely. This skill routes those tasks to MCP tools and selects among smartcanvas, sheet, slide, mind, flowchart, doc, form, or smartsheet, reducing manual API lookup.

How it works

  • New documents: default to smartcanvas, prefer create_smartcanvas_by_mdx, and use parent_id to target a directory.
  • Reading and search: use manage.search_file to find a file_id, then read content with get_content; a space node node_id can also serve as the file_id.
  • Structured data: use sheet for calculation, filtering, and statistics; for smartsheet, list tables first to get the table ID before calling related tools.
  • Professional documents: precise edits to existing Word files use the tencent-docengine path; slides, mind maps, and flowcharts follow their scenario-specific references.

Boundaries and cautions

  • Auth and quota: local authorization is required before first use; 400006 usually indicates token auth failure, while 400007 indicates insufficient VIP permission.
  • Schema precedence: if reference docs conflict with the MCP schema, the tool list schema wins; incorrect file_id, content, or similar parameters can break calls.
  • Async work: PPT generation and web clipping should be polled in a sub-session to avoid blocking the main conversation.

Use Cases

  • Create a nicely formatted Tencent online document from reports or project summaries.
  • Create a smart sheet and manage fields, views, and data for structured business data.
  • Locate table rows, columns, or text boxes in an existing formal document for precise editing.
  • Create a Tencent Docs form for collecting requirements or feedback and share the link.

Best For

  • Product managers who write weekly reports and project summaries as online documents
  • Data operations staff who maintain smart sheets with fields and multiple views
  • Legal and document editors who refine formatting in contracts, papers, or official documents
  • Solutions architects who produce slides or flowcharts for presentations