← 返回 Skills 市场
juniorxcoder

SAAS Orchestrator

cross-platform ⚠ suspicious
724
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install saas-orchestrator
功能描述
Orchestrate SAAS factory operations - spawn subagents, track projects, manage revenue targets, and coordinate development workflows. Use when building a SAAS...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install saas-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /saas-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - SAAS factory orchestration system
元数据
Slug saas-orchestrator
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SAAS Orchestrator 是什么?

Orchestrate SAAS factory operations - spawn subagents, track projects, manage revenue targets, and coordinate development workflows. Use when building a SAAS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 724 次。

如何安装 SAAS Orchestrator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install saas-orchestrator」即可一键安装,无需额外配置。

SAAS Orchestrator 是免费的吗?

是的,SAAS Orchestrator 完全免费(开源免费),可自由下载、安装和使用。

SAAS Orchestrator 支持哪些平台?

SAAS Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SAAS Orchestrator?

由 Muhammad syahrur rahmansyah moha(@juniorxcoder)开发并维护,当前版本 v1.0.0。

💬 留言讨论