← Back to Skills Marketplace
SAAS Orchestrator
by
Muhammad syahrur rahmansyah moha
· GitHub ↗
· v1.0.0
724
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install saas-orchestrator
Description
Orchestrate SAAS factory operations - spawn subagents, track projects, manage revenue targets, and coordinate development workflows. Use when building a SAAS...
Usage Guidance
This skill appears to do what it says: orchestrate SAAS subagents and track project/revenue status. Before installing or running it, consider the following: (1) review the included Python scripts yourself — they only write local task/status text files and print reports, but verify there are no network calls you don't expect; (2) do not provide API keys (Stripe, Google, etc.) unless you intentionally connect those services — the skill's docs mention them but they are not required by the skill itself; (3) run the scripts in a sandbox or isolated environment if you plan to let an agent execute them autonomously, and limit the agent's ability to access sensitive files or credentials; (4) note the skill has no homepage or source attribution — if provenance matters to you, request or inspect the upstream source before use. If you want a stricter posture, disable autonomous invocation or run the skill in read-only mode first to observe behavior.
Capability Analysis
Type: OpenClaw Skill
Name: saas-orchestrator
Version: 1.0.0
The skill bundle is classified as suspicious due to significant prompt injection vulnerabilities identified in `scripts/spawn-saas-builder.py` and `scripts/spawn-saas-researcher.py`. Both scripts directly embed unsanitized command-line arguments into the generated 'task' strings, which are intended as prompts for subagents. This allows an attacker to inject arbitrary instructions into the subagent's prompt, potentially leading to unauthorized actions by the subagent. While the scripts' primary purpose is benign (generating tasks and reports), this lack of input sanitization represents a critical vulnerability.
Capability Assessment
Purpose & Capability
Name/description (SAAS factory orchestration) matches included assets: spawn scripts, factory-status, references and templates. No unrelated environment variables, binaries, or install steps are requested. The included scripts implement status reporting and create build/research task files which is reasonable for the described orchestrator role.
Instruction Scope
SKILL.md instructs the agent to "spawn" and coordinate subagents and to integrate with services (Stripe, analytics, Product Hunt, etc.) as part of workflows. The instructions themselves do not contain commands that read arbitrary system files or exfiltrate data, but they are high-level and leave the mechanism for spawning/coordination unspecified — this gives an agent broad discretion at runtime, which could lead to network calls or credential requests depending on how the agent implements "spawning".
Install Mechanism
No install spec or external downloads are present. This is an instruction+script bundle; nothing in the manifest pulls remote archives or runs installers. The code files are shipped with the skill and will only be executed if the agent/user runs them.
Credentials
The skill declares no required environment variables or credentials. Some guidance text mentions integrating third-party services (Stripe, Google Analytics, etc.), which would require credentials if actually enacted, but those are optional integrations in the documentation rather than required by the skill itself.
Persistence & Privilege
always is false (normal). The skill's scripts write task and status report files to the working directory (e.g., build_task_*.txt, factory_status_*.txt). Writing local files is expected for this use case but you should be aware of this persistence when running the skill in a shared environment. Autonomous invocation is allowed by default (disable-model-invocation is false), which is normal for skills but increases the impact if the agent is later given network/credential access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install saas-orchestrator - After installation, invoke the skill by name or use
/saas-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - SAAS factory orchestration system
Metadata
Frequently Asked Questions
What is SAAS Orchestrator?
Orchestrate SAAS factory operations - spawn subagents, track projects, manage revenue targets, and coordinate development workflows. Use when building a SAAS... It is an AI Agent Skill for Claude Code / OpenClaw, with 724 downloads so far.
How do I install SAAS Orchestrator?
Run "/install saas-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SAAS Orchestrator free?
Yes, SAAS Orchestrator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SAAS Orchestrator support?
SAAS Orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SAAS Orchestrator?
It is built and maintained by Muhammad syahrur rahmansyah moha (@juniorxcoder); the current version is v1.0.0.
More Skills