← 返回 Skills 市场
5130
总下载
9
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install tencent-docs-markdown
功能描述
腾讯文档 Markdown 技能,支持新建 Markdown 并写入内容、下载、删除、读取、更新、重命名等操作。
安全使用建议
Install only if you are comfortable granting this skill reusable Tencent Docs account access. Prefer a dedicated automation account, verify document URLs and titles before update/delete/rename, avoid -y/--yes unless certain, and run logout or delete .cookies.json when finished.
能力评估
Purpose & Capability
Create, read, download, update, rename, and delete operations match the Tencent Docs Markdown purpose; destructive operations are explicitly described and gated by confirmation unless the caller uses an explicit bypass flag or confirm=True.
Instruction Scope
The skill documentation is detailed, but some trigger phrases such as generic upload/sync wording and re-login wording could activate outside a strongly Tencent-specific request.
Install Mechanism
Installation uses pinned Python dependencies and Playwright Chromium, which is expected for browser-based Tencent login; no hidden or unrelated install-time behavior was found.
Credentials
Network calls to Tencent/QQ login and document APIs, local Markdown file reads/writes, and QR rendering are proportionate to the stated document-management workflow.
Persistence & Privilege
The skill persists Tencent Docs session cookies in .cookies.json as account-level credentials, discloses this repeatedly, sets POSIX 0600 permissions, and provides logout/clear-cookie support.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-docs-markdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-docs-markdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.7
tencent-docs-markdown v1.1.7
- 增加本地凭证安全性,`.cookies.json` 保存时自动设置为 0600 权限,并在文档和命令行提示文件敏感性。
- 新增 `logout` 命令及编程接口(`clear_cookies()`),便于主动清除本地会话凭证。
- 关键操作(update/delete/rename)新增不可撤销保护,CLI 支持 `-y/--yes` 跳过确认,编程接口需显式 `confirm=True`。
- `requirements.txt` 运行时依赖增加版本锁定,提升安全性。
- 更新文档(SKILL.md),详细说明凭证管理、破坏性操作防护、新命令及安全注意事项。
- 新增 README.md 文件。
v1.1.5
# 腾讯文档Markdown v1.1.5 Changelog
- 更新依赖配置,提升兼容性与稳定性。
- package.json 文件有变动。
v1.1.4
重大变更:技能已从 Node.js/JavaScript 重写为 Python,使用 Playwright 实现自动化。
- 技能内核由 Node.js/JavaScript 切换为 Python 实现,所有功能迁移至 Python 脚本(如 main.py、api.py、auth.py等)。
- 依赖管理切换为 requirements.txt,需使用 pip 安装依赖并安装 Chromium 浏览器。
- 所有命令行和程序化用法均变更为 Python 调用方式。
- 代码结构与入口更新,删除了 JS 相关源文件,新增了 Python 包结构文件(如 __init__.py)。
- 认证自动化和文档操作逻辑(如扫码与轮询登录、padId 解析等)已采用 Python/Playwright 实现,支持原有全部功能。
- 示例及文档已全面更新为 Python 语法和流程,明确要求 Python >=3.10。
v1.1.3
- Internal code improvements in authentication and API integration.
- package.json and source files updated, no user-facing changes.
- No new features or breaking changes introduced.
v1.1.2
tencent-docs-markdown 1.1.2
- 增加了安全提示,明确警示 .cookies.json 文件包含敏感 Cookie,建议限制权限与避免分享。
- 文档补充“所需配置”说明,强调 Cookie 存储位置及敏感性。
- 强调 Puppeteer 下载 Chromium 并需浏览器自动化权限,建议在受控环境下运行。
- 其他文本描述细节优化,未涉及功能变更。
v1.1.1
- Updated trigger phrases to require explicit URLs or clear file references, making intent recognition more precise.
- Modified sample phrases for actions like "下载", "读取", "删除", and "重命名" to include explicit `https://docs.qq.com/markdown/[xxx]` URLs.
- Clarified expected user input format for updating and getting info about documents.
- No changes to overall functionality or API; only documentation and user guide improved for clarity.
- No breaking changes.
v1.1.0
- Added a publish.sh script for streamlined publishing.
- Updated dependencies and scripts in package.json.
- Made improvements or changes to authentication/cookie logic in src/auth.js.
v1.0.3
- 修正 SKILL.md 文件中的技能名称格式(去除名称中的空格)。
- 文档内容无功能改动,仅改变元数据规范。
v1.0.2
- skill 名称由英文 "tencent-docs-markdown" 改为中文 "腾讯文档 Markdown"
- 仅修改了 SKILL.md 文件中的技能名称字段(name)
- 其余内容、功能、接口未作更改
v1.0.1
- 文档描述和简介统一表述为“新建 Markdown 并写入内容、下载、删除、读取、更新、重命名等操作”。
- 其他内容未见明显变动,仅为表述微调和语言精简,没有影响功能或 API。
v1.0.0
Initial release of tencent-docs-markdown.
- Supports creating, writing, downloading, deleting, reading, updating, and renaming Tencent Docs Markdown documents.
- Includes login flow with cookie management via QR code or WeChat quick login.
- Command-line and programmable interfaces for all features.
- Automatically resolves real padId for API usage from document URLs.
- Provides detailed error handling and user guidance for common issues.
元数据
常见问题
腾讯文档Markdown 是什么?
腾讯文档 Markdown 技能,支持新建 Markdown 并写入内容、下载、删除、读取、更新、重命名等操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5130 次。
如何安装 腾讯文档Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-docs-markdown」即可一键安装,无需额外配置。
腾讯文档Markdown 是免费的吗?
是的,腾讯文档Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
腾讯文档Markdown 支持哪些平台?
腾讯文档Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 腾讯文档Markdown?
由 enoyao(@wscats)开发并维护,当前版本 v1.1.7。
推荐 Skills