openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > cloudcc-cli-dev

CloudCC CRM 二次开发 CLI 助手。用于需求拆解与方案选型,并通过 cloudcc-cli(cc 命令)创建/拉取/发布自定义对象、字段、菜单/应用、自定义类、定时器、触发器与 Vue 自定义组件等资产。用户提到 CloudCC、cloudcc-cli、cc 命令、对象/字段/触发器/定时器/自定义组...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 39 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:androidxhm/cloudcc-cli-dev

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

This instruction-only skill is internally consistent with its stated purpose of guiding CloudCC cloudcc-cli development and does not request unrelated credentials or install arbitrary code.

目的

The name/description match the instructions and included docs: all files and SKILL.md focus on using the cloudcc-cli (cc) to create/pull/publish CloudCC assets. There are no unrelated binaries, env vars, or configs requested.

说明范围

Runtime instructions confine the agent to read the provided docs and to run/advise cc CLI workflows (create/pull/publish, model/field/component editing). The skill explicitly forbids embedding real keys in outputs and uses 'fragment sync' boundaries for code. It does not instruct reading arbitrary system files or exfiltrating data to unknown endpoints.

安装机制

No install spec or downloaded code is included by the skill (instruction-only). The only install guidance is to install cloudcc-cli via npm if needed, which is a common, traceable package install (user action).

证书

The skill itself does not request environment variables or credentials, but INSTALL_AND_BOOTSTRAP.md describes obtaining CloudCC developer keys (CloudCCDev, safetyMark) and writing them to a project config to operate the CLI. That is proportionate to the stated task, but users must supply those credentials externally — the skill does not collect them itself.

持久

The skill is not marked always:true and has no install actions that persist code or modify other skills/configs. It is instruction-only and does not request elevated platform privileges.

综合结论

This skill is an instruction/manual for using the cloudcc-cli and appears coherent. Before using it: 1) Only install cloudcc-cli from the official/expected npm package name and verify package provenance (author, weekly download counts, repo) to avoid malicious packages. 2) The skill will instruct you to obtain CloudCC developer credentials (CloudCCDev, safetyMark) and put them in a local config — do not paste those secrets into chat or public …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「cloudcc-cli-dev」。简介:CloudCC CRM 二次开发 CLI 助手。用于需求拆解与方案选型,并通过 cloudcc-cli(cc 命令)创建/拉取/发布自定义对象、字段、菜单/应…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/androidxhm/cloudcc-cli-dev/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: cloudcc-cli-dev
description: CloudCC CRM 二次开发 CLI 助手。用于需求拆解与方案选型,并通过 cloudcc-cli(cc 命令)创建/拉取/发布自定义对象、字段、菜单/应用、自定义类、定时器、触发器与 Vue 自定义组件等资产。用户提到 CloudCC、cloudcc-cli、cc 命令、对象/字段/触发器/定时器/自定义组件 时应优先使用。
---

# CloudCC CLI Development Skill

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

## 使用方式(AI 必须遵循)

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

## 强制安全边界

- 不要在输出/代码/提交中包含真实密钥(`CloudCCDev`、`safetyMark`、`secretKey`、`openSecretKey`、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`