Tencent Docs Editing Assistant
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, prefercreate_smartcanvas_by_mdx, and useparent_idto target a directory. - Reading and search: use
manage.search_fileto find afile_id, then read content withget_content; a space nodenode_idcan also serve as thefile_id. - Structured data: use
sheetfor calculation, filtering, and statistics; forsmartsheet, list tables first to get the table ID before calling related tools. - Professional documents: precise edits to existing Word files use the
tencent-docenginepath; slides, mind maps, and flowcharts follow their scenario-specific references.
Boundaries and cautions
- Auth and quota: local authorization is required before first use;
400006usually indicates token auth failure, while400007indicates 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
Related Skills
Generate and edit .pptx decks with python-pptx, applying structured layouts, design rules, native charts, and visual QA to reduce template-like output.
Tencent Cloud Table Recognition V3 is an OCR skill for detecting and recognizing tables in images or PDFs, supporting various table types like linear and borderless tables, with Excel export.
The complete set of online document operation tools provided by Tencent Docs MCP, supporting creation, querying, and editing of smart docs, Excel, PPT, mind maps, and more.
Generate structured Chinese patent disclosure drafts in Word from existing documents or brief technical inputs, following Part A/B/C templates.