← 返回 Skills 市场
androidxhm

cloudcc-cli-dev

作者 androidxhm · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
384
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install cloudcc-cli-dev
功能描述
CloudCC CRM 二次开发 CLI 助手。用于需求拆解与方案选型,并通过 cloudcc-cli(cc 命令)创建/拉取/发布自定义对象、字段、菜单/应用、自定义类、定时器、触发器与 Vue 自定义组件等资产。用户提到 CloudCC、cloudcc-cli、cc 命令、对象/字段/触发器/定时器/自定义组...
使用说明 (SKILL.md)

CloudCC CLI Development Skill

cloudcc-cli

  • 需要检查全局是否安装了cloudcc-cli npm包,如果没有请先安装。

工作目录

  • 在openclaw环境中,需要在agent的workspace中创建code文件夹,然后在code文件中使用cc create project xxx,创建一个模版项目。

使用方式(AI 必须遵循)

  • 先阅读 REQUIREMENTS_BREAKDOWN.md,输出需求拆解与交付物清单,再进入落地步骤。
  • 需要环境/密钥 配置时,阅读 INSTALL_AND_BOOTSTRAP.md
  • 需要建模时(对象/字段/菜单/应用),阅读 OBJECTS_AND_FIELDS.md
  • 需要后端逻辑时(类/定时器/触发器),阅读 BACKEND_CODE.md
  • 需要自定义组件时,阅读 VUE_CUSTOM_COMPONENT.md
  • 需要快速对照命令与参数时,阅读 CLI_CHEATSHEET.md

强制安全边界

  • 不要在输出/代码/提交中包含真实密钥(CloudCCDevsafetyMarksecretKeyopenSecretKey、token 等)。
  • 后端类/触发器/定时器遵守片段同步:仅在 @SOURCE_CONTENT_START~@SOURCE_CONTENT_END 内编写可发布逻辑。
  • 客户端脚本遵守片段同步:仅在 function main($CCDK, obj) { ... } 的函数体内编写可发布逻辑。

快速入口

  • 安装与初始化:INSTALL_AND_BOOTSTRAP.md
  • 需求拆解与方案选择:REQUIREMENTS_BREAKDOWN.md
  • 自定义对象与字段:OBJECTS_AND_FIELDS.md
  • 自定义类/定时器/触发器:BACKEND_CODE.md
  • Vue 自定义组件:VUE_CUSTOM_COMPONENT.md
  • CLI 速查:CLI_CHEATSHEET.md
安全使用建议
This skill is an instruction-only helper for CloudCC CLI development and appears coherent with that purpose. Before installing/using it: (1) confirm you actually want the cloudcc-cli (cc) tool and inspect the npm package source before running npm i -g; (2) the skill's metadata does not list the cc binary—ensure your environment has cloudcc-cli available; (3) the docs instruct creating files in the agent workspace and writing a cloudcc-cli.config.js with developer keys—never paste real production keys into outputs or a public repo; use local/private storage for secrets and review any generated code before publishing to CloudCC; (4) installing the CLI globally may require elevated privileges (sudo) and downloads from npm, so run installs on a trusted machine or in an isolated environment. If you want higher assurance, ask the skill author to update metadata to declare the required binary and to provide an explicit install spec (trusted release URL or package name) and to document exactly when and where credentials will be used.
功能分析
Type: OpenClaw Skill Name: cloudcc-cli-dev Version: 1.0.1 The skill provides a development toolkit for CloudCC CRM but contains patterns that pose significant security risks. Specifically, BACKEND_CODE.md and CLI_CHEATSHEET.md instruct the AI agent to construct complex shell commands using nested subshells and 'node -e' execution, which are highly susceptible to shell injection if the agent incorporates unsanitized user input. Additionally, INSTALL_AND_BOOTSTRAP.md encourages high-privilege operations by recommending global npm installations via 'sudo'. While the skill includes beneficial security boundaries (e.g., explicitly forbidding the leakage of 'CloudCCDev' keys or 'secretKey' in SKILL.md), the underlying execution patterns are inherently vulnerable.
能力评估
Purpose & Capability
The skill's name/description match the included docs and runtime instructions: it directs use of the cloudcc-cli (cc command) to create/pull/publish CloudCC assets. However, the registry metadata declares no required binaries while the SKILL.md explicitly expects cloudcc-cli/cc to be installed; this mismatch is an inconsistency in the metadata (the skill should list cc/cloudcc-cli as a required binary).
Instruction Scope
All runtime instructions stay within the stated purpose: they tell the agent to read the provided markdown files for tasks, create a project in the agent workspace (code folder), and run cc create/pull/publish commands. The skill explicitly forbids embedding real keys in outputs and prescribes a fragment-sync boundary for publishable code. There are no instructions to read unrelated system files or phone-home endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. The docs instruct installing cloudcc-cli via npm i -g (potentially requiring sudo). Because installation is left to runtime instructions rather than a declared install spec, users/agents will perform network installs with elevated privileges if they follow the docs—this is expected for a CLI helper but worth noticing.
Credentials
The skill does not declare or require environment variables/credentials in metadata. The docs describe the need for CloudCC developer keys (CloudCCDev, safetyMark) for real deployments and advise not to commit real keys to Git. That is proportionate to the tool's purpose. The skill does not instruct the agent to automatically fetch or exfiltrate secrets.
Persistence & Privilege
always is false and the skill has no install-time persistence. The agent will create project files in its workspace and may write local config files per the INSTALL_AND_BOOTSTRAP instructions; this is normal for a CLI development helper and is scoped to the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cloudcc-cli-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cloudcc-cli-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 新增“工作目录”说明,明确在 openclaw 环境下需在 agent workspace 创建 code 文件夹,并在其中使用 cc create project 创建模版项目。 - 其余配置和用法保持不变。
v1.0.0
cloudcc-cli-dev 1.0.0 - Initial release of the CloudCC CRM secondary development CLI assistant. - Provides guidance for requirements breakdown, solution selection, and asset creation via cc command. - Enforces security boundaries to prevent key/token leakage and ensure code only in specified segments. - Offers topic-based documentation for setup, modeling, backend logic, and custom Vue components. - Includes quick entry points for installation, configuration, and command reference.
元数据
Slug cloudcc-cli-dev
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

cloudcc-cli-dev 是什么?

CloudCC CRM 二次开发 CLI 助手。用于需求拆解与方案选型,并通过 cloudcc-cli(cc 命令)创建/拉取/发布自定义对象、字段、菜单/应用、自定义类、定时器、触发器与 Vue 自定义组件等资产。用户提到 CloudCC、cloudcc-cli、cc 命令、对象/字段/触发器/定时器/自定义组... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 384 次。

如何安装 cloudcc-cli-dev?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloudcc-cli-dev」即可一键安装,无需额外配置。

cloudcc-cli-dev 是免费的吗?

是的,cloudcc-cli-dev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

cloudcc-cli-dev 支持哪些平台?

cloudcc-cli-dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 cloudcc-cli-dev?

由 androidxhm(@androidxhm)开发并维护,当前版本 v1.0.1。

💬 留言讨论