← Back to Skills Marketplace
1485
Downloads
3
Stars
9
Active Installs
9
Versions
Install in OpenClaw
/install tencent-channel-community
Description
腾讯频道(QQ频道)社区管理 skill(CLI 版)。频道创建/设置/搜索/加入/退出,成员管理/禁言/踢人,帖子发布/编辑/删除/移动/搜索,评论/回复/点赞,版块管理,分享链接解析,频道私信,加入设置管理,内容巡检,问答自动回复。涉及腾讯频道、频道帖子、频道成员相关任务时应优先使用。
Usage Guidance
This skill appears to be a thorough CLI-based helper for Tencent Channel, but before installing or enabling it: 1) Confirm you trust the skill source (homepage connect.qq.com and the listed GitHub/ClawHub links). 2) Ask the publisher to declare required binaries (at minimum: tencent-channel-cli, and optionally session_status/openclaw agent) in the manifest — right now the SKILL.md requires tools that are not declared. 3) Verify how the agent will obtain the sessionKey: the SKILL.md tells the agent to read a session_status tool or extract sessionKey from systemPrompt/agent context — clarify and avoid any automatic parsing of systemPrompt or secrets. 4) Be cautious about registering notifications (notices-on): doing so registers push routes tied to sessionKey and can cause continuous incoming events; only proceed with explicit user consent and understanding. 5) The skill handles login tokens and local files (~/.qqcli); do not share tokens or paste raw token/cookie values in chat. 6) Because this is instruction-only, the absence of code means the scanner had nothing to analyze — that reduces malware-signature coverage; you should verify the CLI binary (tencent-channel-cli) you install comes from the official source (npm/GitHub) and inspect its code/permissions. If the publisher can (a) add required-binaries to the manifest, (b) remove or better justify any instruction that requires extracting sessionKey from agent internals, and (c) explicitly document what local files/paths will be created and why, the concerns will be materially reduced.
Capability Analysis
Type: OpenClaw Skill
Name: tencent-channel-community
Version: 1.1.5
The skill bundle provides a legitimate interface for managing Tencent Channels (QQ Channels) via the 'tencent-channel-cli' tool. It includes comprehensive documentation and instructions for the AI agent to handle channel administration, member management, and content moderation. Key security features include strict data minimization policies for sensitive information (PII and tokens), mandatory user confirmation for high-risk operations (e.g., kicking members or deleting posts), and a secure OAuth-based login flow using QR codes. The update mechanism and notification daemon are well-explained and align with the stated purpose of the skill.
Capability Assessment
Purpose & Capability
The skill's name/description match the SKILL.md: it is a detailed CLI guide for Tencent Channel community management. However, the manifest declares no required binaries or credentials while the SKILL.md repeatedly instructs use of the tencent-channel-cli binary (and expects a minimal CLI version) and other tooling (session_status, openclaw agent). The missing declared dependency on tencent-channel-cli and related tools is an incoherence.
Instruction Scope
The instructions are extensive and prescriptive (good), but they instruct the agent to obtain a sessionKey via a 'session_status' tool or by extracting it from the agent's systemPrompt/context. Asking the agent to parse systemPrompt or other agent runtime context for sessionKey is sensitive and broadens the skill's scope beyond normal CLI usage. The skill also mandates handling notification registration (notices-on/off) which will cause the agent to register push routes tied to a sessionKey — this affects global notification delivery and requires careful user consent.
Install Mechanism
This is an instruction-only skill with no install spec or code to write to disk, which is low-risk. Update checks use HEAD requests to connect.qq.com and list GitHub/ClawHub as update channels; those URLs are plausible for an official integration. No arbitrary download/install directives are present in the manifest.
Credentials
The skill declares no required environment variables or credentials (proportionate), but it expects the agent to run a login flow that yields tokens and to register a 'sessionKey' which must be obtained from an external 'session_status' tool or parsed from agent context. That implies the skill expects access to agent runtime/session identifiers that may be sensitive; the manifest does not declare or justify this access. Also the skill references local files under ~/.qqcli which implies file-system access during operation.
Persistence & Privilege
always:false and no code installation mean it does not demand permanent platform-level privileges. However, its notification workflow involves registering push routes for the current channel (sessionKey) and guiding the agent to start/confirm daemons; if misused this could enable continuous delivery of events into the agent. The skill warns not to auto-re-subscribe on token change, which is good, but the instructions require careful user consent and correct handling of sessionKey.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-channel-community - After installation, invoke the skill by name or use
/tencent-channel-community - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.5
tencent-channel-community v1.1.5
🚀 升级扫码授权登录流程,登录处理更清晰安全。
✍️ 优化 Markdown 发帖与编辑说明,补充 Markdown 内容发布和 @ 用户规则。
🔔 更新通知订阅说明,重新登录或更换账号时会自动停止通知服务并清理本地订阅状态。
🚀 Updated the QR-code authorization login flow for clearer and safer authentication handling.
✍️ Improved Markdown publishing and editing guidance, including Markdown content and mention rules.
🔔 Updated notification subscription behavior: re-login or account switching now stops the daemon and clears local subscription state.
v1.1.4
⭐️优化频道消息订阅的体验
-------------------------------
⭐️optimize the pindao message subscription experience
v1.1.3
🎉 v1.1.3 更新公告
🔔 全新:频道消息通知
💬 一键开启频道消息通知:互动消息(点赞 / 评论 / 回复 / @)、系统消息(加入申请等)、私信通知全部自动推送
↩️ 引用通知即可快捷操作:引用通知后说「回复他」「评论他」「同意」「拒绝」「回复私信」即可一步完成
🧹 关闭通知时自动清理本地状态,更换凭证后通知会自动暂停,避免误推送
✍️ 发帖体验升级
🔗 正文直接写 显示文字 就能生成可点击链接,不用再单独配置
👤 正文直接写 @昵称 就能 @人,位置精确,和链接可自由混排
🏷️ 明确话题标签规则:仅短贴支持 #话题,长贴传话题会被直接拦截
💬 评论 / 回复也支持上述内联语法,并可通过通知编号从通知中自动填充
🛠️ 频道管理增强
🆔 新增修改频道号能力(10~14 位英文 / 数字,需频道主权限)
📩 回复收到的私信通知更顺手,引用通知即可一键回复;主动发私信的路径保持不变,两种场景边界更清晰
🔐 隐私与安全
🛡️ 重写敏感信息策略:区分用户隐私数据、非面向用户字段、默认摘要化展示三类,凭证 / 身份证 / 手机号等默认不展示、不复述、非必要不透传
👀 展示给用户时优先使用「目标用户 / 目标帖子」等自然表达,不再回显内部 ID
— — — — — — — — — —
🎉 v1.1.3 Release Notes
🔔 New: Channel Notifications
💬 One-click subscription to channel notifications — likes, comments, replies, @ mentions, join requests and DMs are pushed automatically
↩️ Quote a notification and say "reply", "comment", "approve", "refuse" or "reply DM" to act in one step
🧹 Turning notifications off cleans up local state, and switching credentials auto-pauses notifications to prevent mis-delivery
✍️ Better Posting Experience
🔗 Inline clickable links via text directly in the post body — no extra setup
👤 Inline @name mentions with precise placement, freely mixed with links
🏷️ Clear topic-tag rule: #topic is supported on short posts only; long posts with topic tags are rejected up front
💬 Comments and replies support the same inline syntax, and can auto-fill from a notification by its number
🛠️ Guild Management
🆔 New ability to change the public guild number (10–14 alphanumerics, owner only)
📩 Replying to a received DM notification is now one step by quoting it; the active-DM flow stays the same, making the two scenarios cleaner
🔐 Privacy & Safety
🛡️ Revamped sensitive-data policy with three tiers — user privacy, non-user-facing fields, and summarized display; credentials, ID numbers and phone numbers are never echoed or relayed unless strictly required
👀 Summaries now prefer natural phrases like "target user / target post" instead of raw internal IDs
v1.1.2
CHANGELOG
✨ 新增帖子移动能力:现在支持将帖子移动到其他版块。
🪟 优化 Windows / PowerShell 使用体验:补充了更可靠的命令调用和 JSON 传参示例。
🛡️ 完善发帖与管理规则:新增全局发帖身份确认、移动帖子权限确认等说明,减少误操作风险。
🔁 优化异常处理说明:补充接口限流后的自动重试规则,提升使用稳定性。
⚡ 强化快捷命令指引:明确 status: "waiting" 时必须继续执行 resume_command,避免误判为卡住。
✨ Added post moving support: posts can now be moved to another channel section.
🪟 Improved Windows / PowerShell guidance: added safer command usage and JSON input examples.
🛡️ Refined posting and management rules: clarified author-role checks for global posting and permission checks for moving posts.
🔁 Improved error-handling guidance: documented automatic retry behavior for rate-limit scenarios.
⚡ Enhanced shortcut command guidance: clarified that resume_command must be continued when status: "waiting" is returned.
v1.1.1
v1.1.1 — 2026-04-10
新功能
支持退出频道、发送频道私信、查看与修改频道加入设置
优化
明确最低 CLI 版本要求(1.0.2),新增版本更新检测
New Features
Support leave guild, send guild DMs, and manage join settings
Improvements
Enforced min CLI version (1.0.2) and added version update detection
v1.1.0
v1.1.0 更新日志
新增
1. 快捷命令:搜索并加入频道、快速发帖、搜索帖子并评论、删帖并禁言、获取最新/热门帖子详情,多步操作一次完成
2. 版块管理:支持创建、修改、删除子版块
3. 管理员管理:支持批量设置和移除频道管理员
4. 精华与置顶:设置/取消精华、置顶帖子,并可推送精华通知
5. 互动消息:查看点赞、评论、回复、@等互动通知
6. 分享链接解析:自动解析 pd.qq.com 分享链接识别目标内容
7. 频道内帖子搜索:在指定频道内按关键词搜索帖子
8. 帖子内嵌超链接:发帖/改帖支持嵌入可点击链接
改进
1. 加入频道自动预检验证方式,按情况引导填写答案
2. 改帖支持 --clear-images / --clear-videos 清除原有媒体后再替换
3. 成员时间字段(加入时间、禁言到期等)自动转换为可读格式
4. 其他体验优化
架构
底层从 Python MCP 脚本迁移至 tencent-channel-cli,调用更稳定,支持 schema 命令实时查询参数定义。
---
v1.1.0 Changelog
New
1. Shortcut commands: Search & join channel, quick publish, search & comment, delete & mute, fetch latest/hot post details — multi-step flows in one call
2. Sub-channel management: Create, modify, and delete sub-channels
3. Admin management: Batch set or remove channel admins
4. Essence & pinning: Mark/unmark essence, pin/unpin posts, push essence notifications
5. Interaction notifications: View likes, comments, replies, and mentions
6. Share link parsing: Auto-parse pd.qq.com links to identify the target
7. In-channel post search: Search posts by keyword within a specific channel
8. Embedded hyperlinks: Add clickable links when publishing or editing posts
Improvements
1. join-guild auto-detects verification mode and guides through the flow accordingly
2. alter-feed supports --clear-images / --clear-videos for true media replacement
3. Member time fields (join time, mute expiry, etc.) are auto-formatted to human-readable values
4. Other optimizations
Architecture
Migrated from Python MCP scripts to tencent-channel-cli for more stable invocations and real-time parameter schema queries.
v1.0.2
✨ 新增
分享链接解析工具 get_share_info
🔧 优化
加入频道时自动校验验证方式,避免参数错误
视频上传自动识别旋转角度,修复竖拍视频显示问题
图片上传仅使用公网CDN,过滤内网地址
🐛 修复
视频时长单位转换错误
成员列表获取优化
✨ New
Share link parser tool get_share_info
🔧 Improvements
Auto-validate join verification mode to prevent parameter errors
Auto-detect video rotation for correct portrait display
Use public CDN only for images, filter internal addresses
🐛 Fixes
Video duration unit conversion
Member list retrieval optimization
v1.0.1
📢 更新日志 - v1.0.1
✨ 新功能
📬 互动消息通知
新增获取互动消息功能,现在可以查看:
帖子被点赞/表态的通知
评论被点赞的通知
回复被点赞的通知
帖子收到新评论的提醒
评论收到新回复的提醒
被@提及的通知
支持翻页查看历史互动消息
可按频道筛选或查看全局通知
🔧 优化改进
📚 文档优化
重新整理了使用文档结构,查找功能说明更方便
频道管理和成员管理说明分类更清晰
⚙️ 性能提升
优化了帖子发布和编辑的底层逻辑
减少了重复代码,提升运行效率
🧹 其他改进
清理了开发测试文件,安装包体积更小
📢 Changelog - v1.0.1
✨ New Features
📬 Interaction Notifications
Added interaction message retrieval feature, now you can view:
Notifications when your posts are liked/reacted
Notifications when your comments are liked
Notifications when your replies are liked
Alerts for new comments on your posts
Alerts for new replies to your comments
Notifications when you're mentioned with @
Support pagination for viewing historical interactions
Filter by channel or view global notifications
🔧 Improvements
📚 Documentation Enhancement
Reorganized documentation structure for easier feature lookup
Clearer categorization of channel management and member management guides
⚙️ Performance Boost
Optimized underlying logic for post publishing and editing
Reduced code duplication for improved efficiency
🧹 Other Updates
Cleaned up development test files for a smaller installation package
v1.0.0
All notable changes to this project will be documented in this file.
---
[1.0.0] - 2026-03-24
🎉Initial Release
First release of Tencent Channel Community Skills.
Features:
- Discover channels
- Join channels
- Search posts
- Publish posts
- Comment and interact
- Create channels
- Member management
- Content management
---
首次发布腾讯频道社区Skills。
功能:
- 发现频道
- 加入频道
- 搜索帖子
- 发布帖子
- 评论互动
- 创建频道
- 成员管理
- 内容管理
Metadata
Frequently Asked Questions
What is 腾讯频道Skill?
腾讯频道(QQ频道)社区管理 skill(CLI 版)。频道创建/设置/搜索/加入/退出,成员管理/禁言/踢人,帖子发布/编辑/删除/移动/搜索,评论/回复/点赞,版块管理,分享链接解析,频道私信,加入设置管理,内容巡检,问答自动回复。涉及腾讯频道、频道帖子、频道成员相关任务时应优先使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1485 downloads so far.
How do I install 腾讯频道Skill?
Run "/install tencent-channel-community" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯频道Skill free?
Yes, 腾讯频道Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 腾讯频道Skill support?
腾讯频道Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯频道Skill?
It is built and maintained by 腾讯开源 (@tencent-adm); the current version is v1.1.5.
More Skills