← Back to Skills Marketplace
tencent-cloud-article-publisher
by
Seanminjie
· GitHub ↗
· v1.0.0
· MIT-0
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-cloud-article-publisher
Description
将文章自动发布到腾讯云开发者社区 (https://cloud.tencent.com/developer)。需要提供:标题、正文(Markdown 或纯文本)、Cookie 认证信息。支持直接发布(addArticle API),无需打开浏览器。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-cloud-article-publisher - After installation, invoke the skill by name or use
/tencent-cloud-article-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is tencent-cloud-article-publisher?
将文章自动发布到腾讯云开发者社区 (https://cloud.tencent.com/developer)。需要提供:标题、正文(Markdown 或纯文本)、Cookie 认证信息。支持直接发布(addArticle API),无需打开浏览器。 It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install tencent-cloud-article-publisher?
Run "/install tencent-cloud-article-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tencent-cloud-article-publisher free?
Yes, tencent-cloud-article-publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tencent-cloud-article-publisher support?
tencent-cloud-article-publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tencent-cloud-article-publisher?
It is built and maintained by Seanminjie (@seanminjie); the current version is v1.0.0.
More Skills