← 返回 Skills 市场
537
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install happycoding-aicoding
功能描述
Facilitates full-cycle coding workflow in HappyCoding AI Coding: from requirement discussion, code edits, preview, to saving, publishing, and evidence docume...
使用说明 (SKILL.md)
xiaochang-ai-coding Skills(教学版)\r \r xiaochang-ai-coding Skills(教学版)\r \r 用途:给"另外的AI"做教学时,复用这套在小畅AI Coding平台上的标准工作流。\r \r 0. Skill定位\r \r
- 名称:xiaochang-ai-coding\r
- 目标:在小畅AI Coding里完成从需求沟通、代码修改、预览验证、证据留档到发布的闭环。\r
- 适用场景:任何需要在"小畅AI Coding"中实现或迭代功能的任务。\r \r 1. 平台入口与会话\r \r
- 入口:\x3Chttps://aicoding.aigcuniversity.com/>\r
- 账号:小畅openclaw(通常已登录,失效再处理)\r
- 建议先确认页面状态(项目列表/当前项目/编辑器是否可用)\r \r 2. 标准流程(最重要)\r \r
- 需求交流区先行:先在"需求交流区"描述需求,等平台生成修改建议。\r
- 自动建议优先:用"继续完善/添加更多功能/帮我美化"等按钮迭代。\r
- 必要时再手改代码:自动补丁无效或细节不到位时,进入代码区精修。\r
- 运行验证:运行后看预览区是否满足需求。\r
- 保存到项目:必须点左侧"我的项目"下方绿色保存(这是项目级提交)。\r
- 发布并回传链接:发布成功后记录分享链接与关键截图。\r \r 原则:优先保留"需求→修改→验证"的审计链,不要一上来就脱离平台流程硬改代码。\r \r 3. 代码区操作要点\r \r 3.1 读取当前代码\r \r JavaScript \r window.editorManager.editor.state.doc.toString()\r \r 3.2 批量覆盖代码(推荐)\r \r
- 先清空编辑器,再按3~4KB分块插入新代码。\r
- 局部replace可用,但整页覆盖更稳定。\r \r 3.3 运行与保存\r \r
- 运行按钮触发后,检查预览区。\r
- 最终一定要点项目级绿色"保存",否则只在当前会话生效。\r \r 4. 发布规范\r \r
- 点击顶部发布\r
- 必须选择项目类型(常用"工具")\r
- 确认名称后发布\r
- 拿到云端链接(如 \x3Chttps://t.istemedu.com/<slug>)并回传>\r \r 5. 作画智能体(ID 10)API(项目常用)\r \r
- Endpoint:\x3Chttps://ainet.aigcuniversity.com/api/v1/tank/custom_gpt/10/execute>\r
- Header:\r
- x-api-key: {{your key}}\r
- Content-Type: application/json\r
- 请求体核心:messages[] + stream:false\r
- 返回重点:result.images(Base64 PNG)\r
- 图生图:上传文件后转base64并写入init_image\r
- 错误处理:检查 response.ok、result.images 是否存在,异常时给UI状态提示\r \r 6. UI/交互约束(当前多模态助手项目)\r \r
- 视觉:柔和紫色风格\r
- 布局:左侧输入,右侧"生成记录区 + 示例图片区"分离\r
- 交互:\r
- Ctrl+Enter 快速生成\r
- 历史记录存 localStorage.imageHistory(最多10条)\r
- 空状态引导明确\r \r 7. 证据留档要求\r \r
- 保存页面快照/截图(结构与结果)\r
- 记录发布链接\r
- 记录关键改动点(例如:生成区与示例区分离)\r \r 8. 常见问题排查\r \r
- 编辑器无响应:刷新页面/重开代码面板/等待 editorManager 加载\r
- AI修改偏离:撤销后回到需求区重新约束\r
- 发布失败:检查项目类型是否已选、表单是否完整\r \r 9. 对外教学的一句话总结\r \r 先走"需求交流",再做"必要代码修正",最后完成"运行验证+项目级保存+发布回传"。 \r 这套流程比单纯改代码更稳定,也更容易复盘教学过程。
安全使用建议
This skill is an instruction-only guide for using a specific web coding platform and appears to do what it says, but note two things before using it: (1) it expects to use your existing logged-in account and to save/publish content — verify you are comfortable having the agent operate under that account and that published content won't leak secrets; (2) the SKILL.md references an image API requiring an x-api-key but the skill metadata does not declare any required credentials — confirm where that key comes from and only provide it if you trust the endpoint (https://ainet.aigcuniversity.com). If you plan to use this skill, ask the author to explicitly declare required credentials/session assumptions and to document where published links/screenshots will be sent or stored. If you are uncertain, test on a disposable account and avoid providing real API keys or private data.
功能分析
Type: OpenClaw Skill
Name: happycoding-aicoding
Version: 1.0.0
The skill bundle defines a standard workflow for an AI agent to interact with the 'xiaochang-ai-coding' platform (aicoding.aigcuniversity.com). It provides specific instructions for demand analysis, code manipulation using documented JavaScript accessors (window.editorManager), and project publishing. The inclusion of an image generation API endpoint and the use of placeholders for API keys are consistent with its stated purpose as a teaching tool for workflow automation, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name and description claim a full-cycle workflow for the '小畅AI Coding' platform and the SKILL.md only contains step-by-step instructions for using that platform (editing, previewing, saving, publishing). All required actions are consistent with that purpose.
Instruction Scope
Instructions include running JavaScript in the page (window.editorManager...), reading editor contents, saving/publishing projects, taking screenshots, and calling a multimodal image API. These are within the platform scope, but the skill expects to use the user's existing logged-in account and to '回传'publish links/screenshots — which are privacy-relevant behaviors the user should be aware of.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or installed. This is the lowest-risk install profile.
Credentials
The SKILL.md references an API endpoint that requires an x-api-key (placeholder {{your key}}) but the skill metadata declares no required environment variables or credentials. It also assumes a logged-in account '小畅openclaw' is available. The missing explicit declaration of credentials/session requirements is a proportionality mismatch and a transparency gap.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. It instructs interacting with the web app and localStorage keys (localStorage.imageHistory), which is expected for a UI workflow; no unusual persistence or privilege escalation is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install happycoding-aicoding - 安装完成后,直接呼叫该 Skill 的名称或使用
/happycoding-aicoding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AI Can Coding For APP
元数据
常见问题
HappyCoding AI Coding 是什么?
Facilitates full-cycle coding workflow in HappyCoding AI Coding: from requirement discussion, code edits, preview, to saving, publishing, and evidence docume... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 537 次。
如何安装 HappyCoding AI Coding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install happycoding-aicoding」即可一键安装,无需额外配置。
HappyCoding AI Coding 是免费的吗?
是的,HappyCoding AI Coding 完全免费(开源免费),可自由下载、安装和使用。
HappyCoding AI Coding 支持哪些平台?
HappyCoding AI Coding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HappyCoding AI Coding?
由 dongkuang(@dongkuang)开发并维护,当前版本 v1.0.0。
推荐 Skills