← 返回 Skills 市场
tencent-cloud-article-publisher
作者
Seanminjie
· GitHub ↗
· v1.0.0
· MIT-0
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-cloud-article-publisher
功能描述
将文章自动发布到腾讯云开发者社区 (https://cloud.tencent.com/developer)。需要提供:标题、正文(Markdown 或纯文本)、Cookie 认证信息。支持直接发布(addArticle API),无需打开浏览器。
安全使用建议
This package appears internally consistent, but you should still be cautious because it requires your cloud.tencent.com login cookies. Before installing or running any scripts: (1) review publish_tencent.py and SKILL.md yourself (they are short and readable); (2) avoid pasting cookies into public channels — use a secure/private channel; (3) prefer using a throwaway or dedicated account if possible and revoke the session/cookie after use; (4) be aware that although the script claims to keep cookies only in memory, your agent's conversation history or logs might capture them — do not share cookies in chat logs you want to retain; (5) if you run install.sh, note it will copy files into ~/.openclaw/ and ~/.openclaw/workspace/; run it only if you trust the package contents.
功能分析
Type: OpenClaw Skill
Name: tencent-cloud-article-publisher
Version: 1.0.0
The skill bundle provides a legitimate tool for automating article publication to the Tencent Cloud Developer Community. The Python script (publish_tencent.py) and instructions (SKILL.md) correctly implement the documented API (cloud.tencent.com/developer/api/article/addArticle) and handle Markdown-to-HTML conversion without any evidence of data exfiltration, hidden network calls, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description (publish articles to 腾讯云开发者社区) align with the included script and SKILL.md: both show calling the documented addArticle API and require a browser Cookie to authenticate. No unrelated services, credentials, or tools are requested.
Instruction Scope
SKILL.md and publish_tencent.py stay within the publishing task: converting Markdown to HTML, building a payload, and POSTing to the documented API. The instructions ask the user to obtain Cookie values from browser DevTools and provide them at runtime — this is necessary for the stated purpose. The instructions do not direct reading other system files or exfiltrating data to third-party endpoints.
Install Mechanism
There is no formal install spec (instruction-only), but an included install.sh copies SKILL.md and the publish_tencent.py into the user's home (~/.openclaw). The script itself is simple and readable. Note: running install.sh will write files into ~/.openclaw — this is expected but the user should verify contents before running.
Credentials
The skill requests no environment variables or external credentials in metadata. Authentication is handled by a browser Cookie supplied at runtime, which is proportionate to the task. The package claims cookies are only kept in memory and not written to disk; the code provided does not persist the cookie file.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system-wide settings, and does not request persistent elevated privileges. The only side-effect of installation (if install.sh is run) is copying files into ~/.openclaw which is limited scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-cloud-article-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-cloud-article-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Tencent Cloud article publisher skill:
- Enables automatic article publishing to Tencent Cloud Developer Community via direct API.
- Accepts title, Markdown or plain text content, and user-provided Cookie for authentication.
- Converts Markdown to HTML for publishing; summary auto-generated if none provided.
- No browser needed; articles are published immediately upon successful API call.
- Ensures cookies are handled securely and only in memory; instructs users to retrieve cookies from browser DevTools.
- Returns article link and publishing status after completion.
元数据
常见问题
tencent-cloud-article-publisher 是什么?
将文章自动发布到腾讯云开发者社区 (https://cloud.tencent.com/developer)。需要提供:标题、正文(Markdown 或纯文本)、Cookie 认证信息。支持直接发布(addArticle API),无需打开浏览器。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 tencent-cloud-article-publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-cloud-article-publisher」即可一键安装,无需额外配置。
tencent-cloud-article-publisher 是免费的吗?
是的,tencent-cloud-article-publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tencent-cloud-article-publisher 支持哪些平台?
tencent-cloud-article-publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tencent-cloud-article-publisher?
由 Seanminjie(@seanminjie)开发并维护,当前版本 v1.0.0。
推荐 Skills