tencent-docs

A skill for creating, reading, editing, searching, and managing Tencent Docs, an online document and spreadsheet service.

In plain words
What is it for?
Use it to work with online documents, Word files, spreadsheets, presentations, mind maps, flowcharts, forms, and uploaded HTML or local files.
Why use it?
It routes different document tasks to the appropriate Tencent Docs operation, including files, folders, tables, slides, and knowledge spaces.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pinvou/pinvou-agent/tencent-docs-skill
Any agent
npx skills add Pinvou/pinvou-agent --skill tencent-docs-skill
Clone the repo
git clone --depth 1 https://github.com/Pinvou/pinvou-agent

Made for: Claude Code, Codex.

Per session 210 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00210 $0.05221
Opus 5 $0.00105 $0.02610
Sonnet 5 $0.00042 $0.01044
Haiku 4.5 $0.00021 $0.00522

Measured yesterday against content hash a709ed67878e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tencent-docs scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 3 executable files (aipage_pack.js, sidebar-pptx-generator/scripts/doc_image_extractor.py, sidebar-pptx-generator/scripts/get_slide_info.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **本地 HTML 一键上云**:`node aipage_pack.js` 打包成 .aipage → 调用 `mcp_tencent-docs_manage.pre_import` 获取上传地址 → shell `curl -X PUT` 上传 .aipage 到 COS → `manage.async_import` 触发 → `manage.import_progress` 轮询,详见 `references/aipage_
pinvou3-app/src-tauri/resources/common/skill-marketplace/tencent-docs-skill/SKILL.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

腾讯文档 MCP 使用指南

腾讯文档 MCP 提供了一套完整的在线文档操作工具,支持创建、查询、编辑多种类型的在线文档。

支持的文档类型

类型 doc_type 推荐度 说明
智能文档 smartcanvas ⭐⭐⭐ 排版美观,支持丰富组件;MDX 格式兼容全部 Markdown 语法
Excel sheet / tencentsheet ⭐⭐⭐ 数据表格专用
PPT slide / tencentslide ⭐⭐⭐ 幻灯片,演示文稿专用
思维导图 mind ⭐⭐⭐ 知识图谱专用
流程图 flowchart ⭐⭐⭐ 流程展示专用
Word doc / tencentdoc ⭐⭐ 传统格式,排版一般
收集表 form / tencentform ⭐⭐ 表单收集
智能表格 smartsheet ⭐⭐⭐ 高级结构化表格,支持多视图、字段管理
Html smartpage ⭐⭐⭐ html演示文稿专用

⚙️ 快速配置

本 skill 由 Pinvou 工具商店的「腾讯文档 MCP」连接器自动安装,四个 MCP 服务(tencent-docs / tdoc-slide / tdoc-doc / tdoc-sheet)共用同一个 Token,已由连接器写入本机系统凭据,无需在对话中配置。鉴权报错时见 references/auth.md 的处理指引。

🎯 场景路由表

先判断用户的操作意图属于以下 4 大类中的哪一类,再按子表路由到对应工具与参考文档。 同一句话可能混合多个意图(如"把这份 PPT 改一下并重命名"),按"主操作"归类,必要时分步执行。

用户意图
 ├─ 想"从无到有"产出一份文档        → 1️⃣ 文档创建
 ├─ 想修改 / 增删 已有文档的内容    → 2️⃣ 文档改写、内容增删
 ├─ 只动文件/目录本身(不碰内容)   → 3️⃣ 文件管理动作
 └─ 想把图片/其他格式转成文档       → 4️⃣ 转换工具

1️⃣ 文档创建(从无到有新建文档)

根据用户意图识别目标品类,路由到该品类的创建方法。创建空白文档使用 manage.create_file

用户意图 / 关键词 品类 首选创建方法 参考文档
PPT / 幻灯片 / 演示文稿(生成整份 / 续写 / 改页等所有 PPT 任务) slide 走 Slide 品类工作流(JSX + tdoc-slide) slide/entry.md
思维导图 / 脑图 / 层次化知识整理 mind create_mind_by_markdown references/diagram_references.md
流程图 / 架构图 / 流程展示 flowchart create_flowchart_by_mermaid references/diagram_references.md
报告 / 笔记 / 文章 / 总结 / 会议纪要 / Markdown smartcanvas create_smartcanvas_by_mdx smartcanvas/entry.md
论文 / 公文 / 合同等专业 Word 文档 doc doc 品类创建 doc/entry.md
数据表格 / 计算 / 统计(Excel) sheet sheet 品类创建 sheet/entry.md
结构化数据管理 / 多视图表格 smartsheet smartsheet 品类创建 references/smartsheet_references.md
收集表 / 表单 form manage.create_file references/manage_references.md
空文件 / 上述品类创建失败的兜底 manage.create_file references/manage_references.md

Read the full file on GitHub · 208 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 208 lines · 210 tokens per session scan A a709ed67878e

Subscribe to this mod's changes

tencent-docs is a skill published in the GitHub repository Pinvou/pinvou-agent (1,489 stars, last pushed yesterday), licensed MIT. It adds 210 tokens to every session and 5,221 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

shellx-host

ShellX host-session manifest. Use only when the current prompt or runtime metadata positively identifies this session as running inside ShellX, when ShellX host tools are advertised, or when the user explicitly asks about ShellX host APIs or surfaces. Do not use merely because this skill is installed, a project…

martinsbrezauckis/shellx · 89 tokens

khaos-brain-open-ui

Open the local Khaos Brain desktop card browser for human review. Use when the user asks to open, show, view, inspect, or create a human-facing entry for the Khaos Brain UI, desktop app, card browser, or Windows shortcut. Do not use this for AI KB retrieval or feedback; use the predictive KB retrieval workflow for…

liuyingxuvka/Khaos-Brain · 80 tokens

local-kb-retrieve

Retrieve relevant entries from the local predictive knowledge base as a lightweight preflight for repository work. Use route-first retrieval: infer the task direction, then search by domain path and cross-index before relying on flat keyword matching. In Codex, prefer a scout sidecar before non-trivial work and a…

liuyingxuvka/Khaos-Brain · 97 tokens

opencode-server-api

This skill gives you access to the OpenCode server REST API for self-introspection — checking your own health, session state, message history, todos, configuration, skills, MCP status, and performing lightweight config updates.

kevinlin/cowork-z · 0 tokens

kb-organization-maintenance

Run the repository-managed Khaos Brain organization maintenance cycle. Use only when a user or automation explicitly asks to inspect, review, or maintain a validated organization KB repository and this machine has opted into organization maintenance; this is the organization exchange cycle, not ordinary local KB Sleep.

liuyingxuvka/Khaos-Brain · 61 tokens

add-tauri-command

Use when adding a new Tauri command to Cowork-Z — a new backend capability the React frontend must call, a new #[tauri::command] fn, or a new invoke() wrapper in tauri-api.ts. Also use when a newly written command returns "Command not found" at runtime.

kevinlin/cowork-z · 69 tokens