← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install opengemini-saas-builder
功能描述
Build SaaS projects end-to-end with OpenClaw as orchestrator and Gemini CLI as a local planning and generation copilot. Use when the user asks to brainstorm,...
安全使用建议
This skill appears to do what it says: generate docs, scaffold files, create GitHub repos (via gh), and deploy to Vercel (via vercel) when you explicitly request those actions. Before installing or invoking: 1) ensure you have and trust the gh, vercel, and gemini CLIs on your machine and that their authenticated accounts are the ones you want used; the scripts will call those CLIs and may push your current repository. 2) Never include secrets or sensitive credentials in prompts or allow the skill to auto-generate .env files with real credentials—review .env.example and any generated files before use. 3) Confirm external side effects explicitly when prompted (repo creation/push/deploy). 4) If you plan to allow autonomous invocation broadly, be aware an agent could attempt actions using installed CLIs if it misinterprets user intent; require explicit confirmation for destructive or external actions. If you want more assurance, review the helper scripts locally (they are small and readable) and test in a disposable repo before using on important projects.
功能分析
Type: OpenClaw Skill
Name: opengemini-saas-builder
Version: 1.0.0
The skill bundle contains shell injection vulnerabilities in several helper scripts, including generate_architecture.sh, generate_requirements.sh, and generate_rules.sh. These scripts embed unsanitized variables ($project and $brief) directly into shell command strings passed to the gemini CLI, which could lead to arbitrary command execution if the agent processes malicious user input. While the SKILL.md instructions include safety guidelines and require user approval for external actions like GitHub repo creation and Vercel deployment, the lack of input validation in the underlying shell scripts represents a significant security flaw.
能力评估
Purpose & Capability
The name and description match the actual behavior: the skill coordinates Gemini CLI for generation, gh for repo creation, and vercel for deployment. The included scripts call gemini, gh, and vercel as expected. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
SKILL.md and the scripts limit operations to planning, docs generation, scaffolding, repo creation (when explicitly requested), and optional Vercel deployment. The preflight and safety rules explicitly require user confirmation before external side effects (creating repos, pushing, deploying). The scripts operate on local files and call standard CLIs; they do not read unexpected system paths or hidden credentials.
Install Mechanism
This is an instruction-only skill with bundled helper scripts and no install spec or remote downloads. No archives or external installers are pulled; the scripts rely on already-installed tools (gemini, gh, vercel), which is proportional to the purpose.
Credentials
The skill declares no required environment variables or credentials. The scripts check for existing CLI authentication (gh auth status, vercel whoami) but do not request or embed secrets. This level of access is appropriate for repo creation and deployment tooling.
Persistence & Privilege
always:false and normal autonomous invocation are used (platform default). The skill can perform external side effects (repo creation, push, deploy) but SKILL.md mandates explicit user confirmation before doing so. Users should be aware that if the agent is allowed to act autonomously and misinterprets intent, side effects could occur—this is a general platform consideration, not a fault of the skill itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opengemini-saas-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/opengemini-saas-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: end-to-end SaaS builder orchestration with Gemini CLI, GitHub CLI, and optional Vercel deployment
元数据
常见问题
OpenGemini SaaS Builder 是什么?
Build SaaS projects end-to-end with OpenClaw as orchestrator and Gemini CLI as a local planning and generation copilot. Use when the user asks to brainstorm,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 OpenGemini SaaS Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opengemini-saas-builder」即可一键安装,无需额外配置。
OpenGemini SaaS Builder 是免费的吗?
是的,OpenGemini SaaS Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenGemini SaaS Builder 支持哪些平台?
OpenGemini SaaS Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenGemini SaaS Builder?
由 hiromps(@hiromps)开发并维护,当前版本 v1.0.0。
推荐 Skills