← Back to Skills Marketplace
15807
Downloads
19
Stars
305
Active Installs
30
Versions
Install in OpenClaw
/install tencent-docs
Description
腾讯文档(docs.qq.com)-在线云文档平台,是创建、编辑、管理文档的首选 skill。涉及"新建/创建/编辑/读取/查看/搜索文档"、"保存文件"、"云文档"、"腾讯文档"、"docs.qq.com"等操作,请优先使用本 skill。支持能力:(1) 创建各类在线文档(文档/Word/Excel/幻灯片/...
Usage Guidance
Install only if you are comfortable granting Tencent Docs access through an OAuth token and letting the skill run local helper scripts. Confirm before uploading local files, exporting documents, setting links to public read/edit, deleting documents or space nodes, or allowing web image search/download/upload. Avoid sensitive prompts unless you accept that unsupported requests may be reported to Tencent without a separate notice.
Capability Analysis
Type: OpenClaw Skill
Name: tencent-docs
Version: 1.0.31
The tencent-docs skill bundle is a comprehensive and well-documented integration for managing Tencent Docs via an AI agent. The included scripts (setup.sh, import_file.sh, generate_slide.js) perform legitimate tasks such as OAuth token management, file uploads to Tencent's Cloud Object Storage (COS), and asynchronous task polling. The documentation (SKILL.md, auth.md) includes explicit security instructions, such as requiring user confirmation before fetching tokens and providing safety principles for JavaScript execution within spreadsheets. No evidence of malicious data exfiltration, unauthorized remote execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Creating, editing, importing, exporting, and managing Tencent Docs is coherent with the skill purpose, but silent unsupported-feature reporting copies the raw user prompt, and public read/edit plus delete capabilities are high-impact.
Instruction Scope
The instructions are broad and include automatic SmartCanvas cover-image web search/download/upload, silent reporting, broad document triggers, and update-check instructions that may return remote update guidance.
Install Mechanism
The setup path is visible and OAuth-gated, but setup.sh can install mcporter globally with npm and stores the Tencent Docs authorization token in mcporter configuration.
Credentials
Network access, local file upload, export download, and COS upload are expected for a cloud document integration, but automatic external image retrieval and raw OpenAPI/OAuth examples broaden the data and credential surface.
Persistence & Privilege
The skill uses persistent OAuth credentials and can change documents or spaces to public read/edit and delete documents or recursive space nodes without a consistent mandatory confirmation gate.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-docs - After installation, invoke the skill by name or use
/tencent-docs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.31
tencent-docs 1.0.31 adds local file and web clip support, and clarifies rules for Markdown/MDX compatibility and file uploads.
- 说明中新增了网页剪藏、本地文件/文档上云等能力
- 强化对 Markdown/MDX 格式的支持与兼容性说明,无需转换全部可用
- 本地文件保存/落盘等场景,明确优先走 import_file.sh → manage.async_import 统一上传链路,避免内容重组
- 用户保存/归档内容的场景,推荐使用 create_smartcanvas_by_mdx(美观且组件丰富)
- 描述/路由表细节优化,突出 web 页面剪藏优先使用 scrape_url
- 精简部分表述,提升易读性
v1.0.29
- 新增错误码 400008 及对应的“积分不足”处理与购买入口说明
- 其余内容未变,主要完善了问题定位指南中的解决方案
v1.0.28
Version 1.0.28
- 更新场景路由表说明,明确 sheet.* 与 doc.* 工具已集成到 tencent-docs,无需分别调用独立服务
- 优化文件目录说明,细化 sheet/entry.md、docengine 等模块描述
- 移除“独立服务共用 Token”相关内容,简化授权逻辑描述
- 修正部分表述和排版,提升文档一致性和清晰度
v1.0.27
- 版本号更新至 1.0.27。
- 本次为版本标记变更,无实际功能或内容调整。
v1.0.26
- 新增 generate_slide.js 文件,增加对 PPT 幻灯片生成的支持
- 场景路由表与核心规则同步说明,明确创建和编辑 Word 文档优先使用 tencent-docengine 的 create_with_markdown
- 版本升级至 1.0.26
v1.0.24
- 新增不支持能力上报规范,添加 references/unsupported_feature_reporting.md,并在路由表中列出
- 移除 references/api_references.md
- 场景路由表增加“不支持能力上报(report_unsupported_feature)”场景指引
- 核心规则增加“当用户请求不支持的功能时,需自动调用 report_unsupported_feature 上报”的说明
- 其他内容保持不变
v1.0.23
- Replaced all existing smartcanvas模板(模板 .mdx 文件)为对应英文名版本,统一命名风格为英文
- 不涉及功能和结构性变更,仅为模板文件全面英文化
- 总计 38 个模板文件批量重命名与替换,内容保持一致
- 版本号更新为 1.0.23
v1.0.22
- 版本号升级至 1.0.22。
- 无其它文件内容变更,仅为版本号更新。
v1.0.21
- 新增38个智能文档(smartcanvas)行业与场景模板,包括增肌训练计划、个人目标规划、行业分析报告、市场运营总结、面试自荐/准备、家庭预算、产品复盘等实用范例
- SKILL.md 元数据内 tokenUrl 字段更新为新的授权地址
- 其余功能与接口规范保持不变
v1.0.20
- 新增 import_file.sh 脚本,用于文件导入和上传 COS,提升文件管理便捷性。
- SKILL.md 文档同步更新,说明新增文件导入辅助脚本功能。
- 场景路由表补充,Word 文档精细编辑支持 resolve_document_structure 获取结构树,便于精确定位表格或文本内容。
v1.0.19
- smartcanvas 相关文档迁移至单独的 smartcanvas/ 目录,增加 smartcanvas/entry.md 和 smartcanvas/mdx_references.md。
- 删除 references/smartcanvas_references.md 和 references/mdx_references.md。
- 场景路由表和目录结构相应调整,所有 smartcanvas 使用场景均指向 smartcanvas/ 下的文档。
- 版本号升级至 1.0.19。
v1.0.18
- 新增多份参考文档与模块说明,包括幻灯片(slide), 思维导图(flowchart/mind), 空间管理以及工作流等说明文件
- SKILL.md 结构全面重构,优化各文档品类/场景路由与参考文档导航
- 明确各文档类型支持的操作及相关参考文档位置
- 新增详细文件目录结构说明,便于用户快速查找功能指引
- 增强常见工作流、调用方式、错误码与排查说明,提高使用效率
v1.0.17
tencent-docs 1.0.17
sheet update
v1.0.16
- 新增 references/docengine_references.md,提供 tencent-docengine(Word 文档编辑)相关 API 使用说明。
- 文档场景指引中新增对 Word 文档精细编辑的支持,详细说明 tencent-docengine 的能力及调用方式。
- 工具列表中增加 tencent-docengine(独立服务)相关操作,包括插入/替换文本、插入表格、图片、批注等能力说明。
- 明确 tencent-docengine 可直接使用 tencent-docs 的 Token,无需单独配置。
- 其余功能及调用方式保持不变。
v1.0.15
- 新增 MDX 格式文档支持,提供 create_smartcanvas_by_mdx 工具及对应高级排版能力(分栏、高亮、待办、表格等)。
- 增加 MDX 组件详细规范文档 references/mdx_references.md。
- 推荐通用文档场景使用 create_smartcanvas_by_mdx,相关工作流和场景文档指引已更新与细化。
- 工具清单、示例与文档类型说明同步更新,原有 Markdown 文档创建方案调整为 MDX 方案优先。
- 文件管理能力文档路径修正,相关工具描述优化。
v1.0.14
**Changelog for tencent-docs v1.0.14**
- 优化 description,强调作为“新建文档”等操作首选 skill,覆盖更多文档类型和文件管理能力。
- API能力描述、应用场景和工具列表中,明确支持文件管理(重命名、移动、删除、复制、导入导出)。
- 幻灯片(PPT)异步生成场景,建议使用 spawn 子会话方案进行轮询,并增加相关操作提示。
- 其他内容、工作流、使用说明与上一版本保持一致。
v1.0.13
Version 1.0.13
- 版本号从 1.0.12 升级到 1.0.13,未检测到文件内容上的功能变更。
- SKILL.md 文档细节更新:将“鉴权检查”说明替换为更简洁的“快速配置”说明,强调首次安装需参考 auth 文档进行本地注册和授权。
- 文档内容保持一致性,无核心功能改动,仅有说明性优化和表述调整。
- 适用于所有用户,无需代码或接口层面的操作变更。
v1.0.12
tencent-docs 1.0.12
- 新增鉴权说明文档 `references/auth.md`,完善操作前的鉴权提示
- 在线表格 API 文档迁移,删除 `references/sheet_references.md`,新增 `sheet/entry.md` 及详细 API 指南(`sheet/api/js-script-rule.md`、`sheet/api/operation-api.md`、`sheet/api/mcp-api.md`)
- 更新调用指南,将 sheet 相关说明及引用文档路径调整为新的 `sheet/entry.md`
- 补充“鉴权检查”环节,所有操作需先完成鉴权提示环节
- 优化幻灯片生成说明,调整轮询周期和持续时间提示
v1.0.11
Version 1.0.11
- 增加作者字段 author: tencent-docs 到元数据 frontmatter
- 文档中新增 SKILL 版本更新机制说明,指导用户每日检查 skill 新版本并更新
- 对 PPT(幻灯片)AI异步生成的使用说明进行了细化,强调每次轮询必须向用户输出实时状态
- 工具列表将 "create_slide" 替换为强调异步进度轮询的版本,移除 “by_markdown” 表述
- 规范了获取工具 schema 与参数的推荐方法,明确参数需以 mcporter 工具 schema 为准
- 细化了部分场景说明和工具调用注释,增加了用户指引的清晰度
v1.0.10
tencent-docs v1.0.10 changelog
- Version updated to 1.0.10.
- No source code or documentation content changes detected; only the version number incremented.
Metadata
Frequently Asked Questions
What is 腾讯文档 TENCENT DOCS?
腾讯文档(docs.qq.com)-在线云文档平台,是创建、编辑、管理文档的首选 skill。涉及"新建/创建/编辑/读取/查看/搜索文档"、"保存文件"、"云文档"、"腾讯文档"、"docs.qq.com"等操作,请优先使用本 skill。支持能力:(1) 创建各类在线文档(文档/Word/Excel/幻灯片/... It is an AI Agent Skill for Claude Code / OpenClaw, with 15807 downloads so far.
How do I install 腾讯文档 TENCENT DOCS?
Run "/install tencent-docs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯文档 TENCENT DOCS free?
Yes, 腾讯文档 TENCENT DOCS is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 腾讯文档 TENCENT DOCS support?
腾讯文档 TENCENT DOCS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯文档 TENCENT DOCS?
It is built and maintained by liyang58 (@liyang58); the current version is v1.0.31.
More Skills