← Back to Skills Marketplace
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opengemini-saas-builder
Description
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,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install opengemini-saas-builder - After installation, invoke the skill by name or use
/opengemini-saas-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: end-to-end SaaS builder orchestration with Gemini CLI, GitHub CLI, and optional Vercel deployment
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install OpenGemini SaaS Builder?
Run "/install opengemini-saas-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenGemini SaaS Builder free?
Yes, OpenGemini SaaS Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenGemini SaaS Builder support?
OpenGemini SaaS Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenGemini SaaS Builder?
It is built and maintained by hiromps (@hiromps); the current version is v1.0.0.
More Skills