← 返回 Skills 市场
260
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cbismb-harmonyos-publish
功能描述
自动发布文章到中小企业IT网 HarmonyOS 板块。当用户要求发布文章到中小企业IT网、cbismb.com、HarmonyOS开发者社区时触发此技能。
使用说明 (SKILL.md)
中小企业 IT 网 HarmonyOS 板块文章发布
概述
本技能用于自动发布文章到中小企业 IT 网 HarmonyOS 开发者社区板块。
发布页面地址: https://www.cbismb.com/harmonyos/release
板块首页: https://www.cbismb.com/harmonyos/home
前置条件
- 用户已登录中小企业 IT 网账号
- Chrome 浏览器已附加 OpenClaw Browser Relay 扩展
发布流程
1. 打开发布页面
browser action=open url=https://www.cbismb.com/harmonyos/release
2. 填写文章内容
| 字段 | 操作 | 备注 |
|---|---|---|
| 标题 | 点击 textbox "请输入标题" 输入 |
限制长度,简洁明了 |
| 正文 | 点击编辑区域 paragraph 输入 |
支持 Markdown 格式 |
3. 设置文章属性
| 属性 | 选择路径/操作 |
|---|---|
| 分类 | 优先使用用户输入的 category (默认: HarmonyOS)。路径参考: 操作系统 > [category] |
| 标签 | 优先使用用户输入的 tags (默认: HarmonyOS)。点击 + 按钮,输入标签名后按 Enter |
| 是否原创 | 根据用户输入的 is_original (默认: true) 设置开关状态 |
| 是否开启评论 | 根据用户输入的 enable_comments (默认: true) 设置开关状态 |
4. 确认发布
- 根据
privacy_agreement(默认: true) 勾选「隐私声明」复选框(勾选后才能发布) - 点击「发布」按钮
页面元素参考
分类选择
点击分类下拉框 → 展开"操作系统" → 选择"HarmonyOS" (或用户指定的分类)
分类下拉菜单结构:
- 操作系统
- HarmonyOS
- OpenHarmony
- 其它
- 应用开发
- 设备开发
- 框架语言
- 其它
常用标签
根据文章内容选择合适的标签:
- HarmonyOS
- HarmonyOS 6
- 鸿蒙生态
- ArkTS
- ArkUI
- 鸿蒙开发
注意事项
- 隐私声明:原创文章需要勾选隐私声明才能发布
- 审核机制:文章发布后可能需要审核,通常 1-3 个工作日
- 正文统计:页面底部显示"正文数字",确保内容完整
- 保存草稿:如需暂存,点击「保存草稿」而非「发布」
示例用法
用户请求:
帮我在中小企业 IT 网的 HarmonyOS 板块发布一篇关于 HarmonyOS API 22 的介绍文章
执行步骤:
- 提示用户输入参数(分类、标签、原创、隐私、评论),使用默认值或用户输入
- 打开发布页面
- 输入标题:
HarmonyOS API 22 新特性详解 - 输入正文(Markdown 格式)
- 选择分类:操作系统 > [用户输入的分类]
- 添加标签:[用户输入的标签]
- 根据输入设置原创和评论开关
- 根据输入勾选隐私声明
- 点击发布
错误处理
| 问题 | 解决方案 |
|---|---|
| 页面无法加载 | 检查网络连接和登录状态 |
| 找不到分类选项 | 确认分类下拉框已展开 |
| 发布按钮无响应 | 检查是否勾选隐私声明 |
| 标签添加失败 | 确保输入后按 Enter 确认 |
安全使用建议
This skill automates posting to cbismb.com using a browser extension and your logged-in session. Before installing or invoking it: (1) confirm you trust and understand the OpenClaw Browser Relay extension because it will act in your browser and can use your session cookies to post on your behalf; (2) review any content the skill will publish to avoid leaking secrets or private data; (3) verify the target domain (https://www.cbismb.com) is correct; (4) if you prefer, run actions manually rather than granting automation control.
功能分析
Type: OpenClaw Skill
Name: cbismb-harmonyos-publish
Version: 1.0.0
The skill bundle is designed to automate article publishing on the HarmonyOS section of the cbismb.com website. The instructions in SKILL.md are consistent with the stated purpose, using standard browser automation actions to fill forms and interact with UI elements without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (publish to cbismb.com HarmonyOS) matches the instructions (open the publish page, fill title/body, set category/tags, check privacy, click publish). No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md confines actions to the target site (https://www.cbismb.com) using browser automation commands and form interactions. It does not instruct reading local files, other env vars, or sending data to third‑party endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk. It only requires the presence of the OpenClaw Browser Relay extension (documented in the doc).
Credentials
No environment variables, credentials, or config paths are requested. The skill expects the user to be logged into cbismb.com in Chrome and to have a browser extension installed, which is proportionate to a browser-automation publishing task.
Persistence & Privilege
always:false (not force-included); normal autonomous invocation is allowed by default but not problematic here. The skill does require a browser extension that will act with the user's logged-in session — typical for automation but worth user attention.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cbismb-harmonyos-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/cbismb-harmonyos-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
cbismb-harmonyos-publish 1.0.0 – Initial Release
- Automates article publishing to the HarmonyOS section of the 中小企业IT网 (cbismb.com).
- Supports customizable article category, tags, originality, privacy agreement, and comment settings.
- Provides detailed publishing steps, prerequisite setup, and UI interaction guidance.
- Includes troubleshooting advice and common issues documentation.
元数据
常见问题
cbismb-harmonyos-publish 是什么?
自动发布文章到中小企业IT网 HarmonyOS 板块。当用户要求发布文章到中小企业IT网、cbismb.com、HarmonyOS开发者社区时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。
如何安装 cbismb-harmonyos-publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cbismb-harmonyos-publish」即可一键安装,无需额外配置。
cbismb-harmonyos-publish 是免费的吗?
是的,cbismb-harmonyos-publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
cbismb-harmonyos-publish 支持哪些平台?
cbismb-harmonyos-publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cbismb-harmonyos-publish?
由 itcastWsy(@itcastwsy)开发并维护,当前版本 v1.0.0。
推荐 Skills