🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@limecloud/creative-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limecloud/creative-cli

LimeCore creative capability CLI for multi-client onboarding and creative workflows

latest
Source
npmnpm
Version
0.23.0
Version published
Maintainers
1
Created
Source

@limecloud/creative-cli

@limecloud/creative-cli 是 LimeCore 创作能力的正式 CLI 分发面。

它面向的不只是 lime 单一客户端,而是所有需要接入创作能力的 shell-capable agent、CI、安装器、IDE host 辅助链路与多客户端 owner 调试场景。

安装

仓库内开发:

npm run creative:cli -- help

当该包发布到 npmjs 后:

npm install -g @limecloud/creative-cli
creative-cli help

也可以直接执行:

npx @limecloud/creative-cli help

当前能力

  • discover / inspect / call / execution / history / codegen
  • login / logout / whoami / doctor / config / state
  • onboarding / client-matrix / client-profiles
  • client-setup / integration-path
  • completions / bootstrap / interactive

设计边界

  • client-setup 是 one-shot current setup entrypoint
  • integration-path 是 lower-level direct path surface
  • host-setup 仍由 install generator / MCP / installer SDK 提供
  • 正式 product client 运行时仍应收敛到 REST / SDK,而不是把 CLI 直接嵌入线上链路

对应事实源

  • 安装文档:docs/api/install.md
  • 安装 recipes:docs/api/install-recipes.json
  • 生成器:scripts/creative-capability-install.mjs
  • MCP:scripts/creative-capability-mcp.mjs

Keywords

limecore

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts