← Back to Skills Marketplace
wscats

腾讯文档Markdown

by enoyao · GitHub ↗ · v1.1.7 · MIT-0
cross-platform ✓ Security Clean
5130
Downloads
9
Stars
1
Active Installs
11
Versions
Install in OpenClaw
/install tencent-docs-markdown
Description
腾讯文档 Markdown 技能,支持新建 Markdown 并写入内容、下载、删除、读取、更新、重命名等操作。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-docs-markdown
  3. After installation, invoke the skill by name or use /tencent-docs-markdown
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tencent-docs-markdown
Version 1.1.7
License MIT-0
All-time Installs 193
Active Installs 1
Total Versions 11
Frequently Asked Questions

What is 腾讯文档Markdown?

腾讯文档 Markdown 技能,支持新建 Markdown 并写入内容、下载、删除、读取、更新、重命名等操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 5130 downloads so far.

How do I install 腾讯文档Markdown?

Run "/install tencent-docs-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 腾讯文档Markdown free?

Yes, 腾讯文档Markdown is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 腾讯文档Markdown support?

腾讯文档Markdown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 腾讯文档Markdown?

It is built and maintained by enoyao (@wscats); the current version is v1.1.7.

💬 Comments