Tencent Docs
Paste the following prompt into your AI chat to install this skill:
Please install @user_ad68e6bf/mytencent-docs according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Tencent Docs MCP handles online document creation, reading, and editing rather than local file management. It routes reports, notes, articles, smart sheets, calculation sheets, slides, mind maps, flowcharts, Word files, and forms to the right tools, reducing manual rework between Markdown, spreadsheets, decks, and image recognition.
How it works
- Format routing: new documents prefer
smartcanvaswithcreate_smartcanvas_by_mdx, which accepts MDX and common Markdown; structured data usessmartsheet, filtering and statistics usesheet, presentations useslide, and knowledge graphs or processes usemindandflowchart. - Read/write paths: content retrieval uses
get_content, file renaming, moving, deletion, copying, and permissions usemanage.*; web clipping usesscrape_urlandscrape_progress; OCR usesocr.extract,ocr.toword, andocr.toexcel. - Uploads and async tasks: local file persistence usually follows a unified import and progress polling path, instead of recreating existing content with create tools; async tasks such as slide generation and web clipping should be polled in sub-sessions so the main session stays responsive.
- Error handling: auth, VIP, credit, and parameter errors need separate checks; tool parameters follow the MCP schema, and unsupported capabilities trigger
report_unsupported_feature.
Boundaries
This skill depends on the Tencent Docs online service and local authorization. Some create_* tools support parent_id for placing files in a directory, but create_smartcanvas_by_mdx does not. A space node's node_id is also the document file_id, and node deletion can carry recursive-delete risk. OCR calls differ between local images and public images, and parameter conflicts should follow the actual tool schema.
Use Cases
- Turn meeting notes into a structured smart document with sections, tables, and task items.
- Package a local HTML deck into aipage and import it into Tencent Docs as a shareable page.
- Clip a competitor announcement URL into a smart document and poll until the import completes.
- Extract table text from an image into an online sheet, then filter and summarize it with sheet tools.
Best For
- Operations owners tracking competitors who need web clipping into live docs and ongoing updates.
- Analysts consolidating data who need image-to-sheet OCR, filtering, and statistics.
- PMs managing project artifacts who need meeting notes, flowcharts, and smart sheets in one space.
- Consultants preparing reviews who need to upload local HTML decks and share them with teams.
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.
Generates structured and consistently styled academic presentation PPTX files from paper PDFs for graduate seminars.