← 返回 Skills 市场
Firm Saas Pack
作者
romainsantoli-web
· GitHub ↗
· v1.0.0
447
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install firm-saas-pack
功能描述
Curated skill bundle for SaaS companies (B2B and B2C) covering product development, go-to-market, customer success and engineering excellence. Activates the...
使用说明 (SKILL.md)
firm-saas-pack
Sector bundle for SaaS product companies (B2B / B2C / PLG).
Activated departments
| Department | Services activated | Focus |
|---|---|---|
| Strategy | Planning · Architecture · Product Discovery · Roadmap | Vision, OKRs, prioritization |
| Engineering | Backend · Frontend · AI Engineering · Integration | Product development, APIs |
| Quality | Testing · Security · Performance · Reliability | CI/CD quality gates |
| Marketing | Product Marketing · Growth Marketing · Content | PLG, activation, SEO |
| Commercial | Sales Engineering · Revenue Operations | Pipeline, expansion revenue |
| Support Clients | Support Operations · Incident Response | NPS, churn prevention |
| Operations | DevOps · Release · Documentation | SRE, changelog, runbooks |
| Finance | FP&A · Pricing · Unit Economics | ARR, NRR, LTV/CAC |
| Planning Orchestration | Workstream Planning · Delivery Orchestration | Sprint planning, dependencies |
Recommended ClawHub skills to install alongside
npx clawhub@latest install azure-devops # Azure Boards / ADO integration
npx clawhub@latest install auto-pr-merger # Automated PR workflow
npx clawhub@latest install agent-audit # Performance/cost ROI audit
npx clawhub@latest install adhd-founder-planner # Sprint day planning
npx clawhub@latest install biz-reporter # ARR / churn / MRR dashboards
npx clawhub@latest install firm-orchestration # A2A orchestration backbone
npx clawhub@latest install firm-delivery-export # Output → PR / Jira / doc
Firm configuration overlay
{
"agent": {
"model": "anthropic/claude-opus-4-6",
"workspace": "~/.openclaw/workspace/saas-firm"
},
"agents": {
"defaults": {
"workspace": "~/.openclaw/workspace/saas-firm"
}
}
}
Prompt: sprint planning
Use firm-orchestration with:
objective: "Plan Sprint 24 for Q1 OKR: reduce time-to-value from 14 to 7 days"
departments: ["strategy", "engineering", "quality", "planning_orchestration"]
constraints: ["capacity: 42 story points", "no infra changes in week 1"]
definition_of_done: "Sprint backlog with acceptance criteria, owner, estimate per ticket"
delivery_format: "github_pr"
Prompt: churn analysis
Use firm-orchestration with:
objective: "Analyse Q4 churn cohort and identify top 3 actionable retention levers"
departments: ["finance", "support_clients", "marketing", "strategy"]
constraints: ["data: CRM export Feb 28", "anonymize customer names"]
definition_of_done: "Churn analysis with NRR impact, root causes, 30/60/90 day interventions"
delivery_format: "markdown_report"
Routing profiles for SaaS tasks
| Task family | Profile | Recommended model |
|---|---|---|
| Architecture decisions | research → analysis-deep |
Claude Opus |
| Code implementation | debug → reasoning-technical |
Claude Sonnet |
| Product copy | marketing → creative-premium |
Claude Opus |
| Localization | translation → translation-precision |
Claude Haiku |
| Data analysis | research → analysis-deep |
Claude Opus |
| PR description | debug → reasoning-technical |
Claude Sonnet |
💎 Support
Si ce skill vous est utile, vous pouvez soutenir le développement :
Dogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq
安全使用建议
This skill is largely a set of prompts, routing profiles, and a workspace/config overlay and does not itself request secrets or install code, so it's coherent for the described SaaS orchestration purpose. Before enabling it: (1) Decide how data like "CRM export" will be supplied and anonymized locally — the skill gives no automated access to your CRM. (2) Review and be prepared to supply provider API keys if you adopt the suggested model (Anthropic) or any recommended companion skills (Azure, etc.). (3) Note the workspace path (~/.openclaw/workspace/saas-firm) — the agent may create files there. (4) Vet the recommended companion skills independently since they may require credentials or install code. If you need higher assurance, ask the author for provenance (homepage, repo) or request an explicit list of environment variables and storage/actions the skill will perform; that information would raise this evaluation to high confidence.
功能分析
Type: OpenClaw Skill
Name: firm-saas-pack
Version: 1.0.0
The skill bundle declares the `sessions_spawn` tool, granting the AI agent the ability to execute arbitrary commands. While the `SKILL.md` file does not contain explicit instructions for malicious use of this capability, its presence represents a significant security risk (Remote Code Execution vulnerability) if the agent is compromised or given malicious prompts. There is no evidence of intentional data exfiltration, persistence, or other malicious activities within the bundle itself, but the broad permission to spawn processes makes it suspicious.
能力评估
Purpose & Capability
The name/description (a curated SaaS skill pack) aligns with the content: prompt templates, recommended companion skills, and a configuration overlay for agent workspaces. Recommendations to install complementary ClawHub skills (e.g., azure-devops, firm-orchestration) are appropriate for a SaaS operator bundle.
Instruction Scope
SKILL.md is purely prompts/config and routing guidance; it does not execute code or instruct the agent to read arbitrary system files. It does reference data inputs (e.g., "CRM export Feb 28") and asks for anonymization in prompts — the skill does not specify how that data is provided or accessed, so the operator must control data provisioning. The metadata lists tools (sessions_send/spawn/history) which are reasonable for an orchestration bundle but worth noting because they give the skill hooks into session management.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is downloaded or written by the skill itself, which minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials. However the configuration overlay names a provider/model path ("anthropic/claude-opus-4-6") which in practice requires an API key or provider configuration that the SKILL.md does not declare; recommended companion skills (e.g., azure-devops) will likely require their own credentials. This mismatch is a minor inconsistency and a reminder to review credentials for any downstream skills you install.
Persistence & Privilege
always is false and no special system-wide privileges or config modifications are requested. The skill uses workspace paths in its overlay (~/.openclaw/workspace/saas-firm), which is normal for per-skill workspaces but means the agent may write files there if you enable it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install firm-saas-pack - 安装完成后,直接呼叫该 Skill 的名称或使用
/firm-saas-pack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
firm-saas-pack 1.0.0 - Initial release
- Launches a comprehensive skill bundle for SaaS product companies (B2B/B2C/PLG).
- Activates departments across product, engineering, quality, marketing, commercial, support, operations, finance, and orchestration.
- Includes templates for sprint planning and churn analysis.
- Pre-configures agents and profiles for common SaaS workflows.
- Provides recommendations for complementary ClawHub skills.
元数据
常见问题
Firm Saas Pack 是什么?
Curated skill bundle for SaaS companies (B2B and B2C) covering product development, go-to-market, customer success and engineering excellence. Activates the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 447 次。
如何安装 Firm Saas Pack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install firm-saas-pack」即可一键安装,无需额外配置。
Firm Saas Pack 是免费的吗?
是的,Firm Saas Pack 完全免费(开源免费),可自由下载、安装和使用。
Firm Saas Pack 支持哪些平台?
Firm Saas Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Firm Saas Pack?
由 romainsantoli-web(@romainsantoli-web)开发并维护,当前版本 v1.0.0。
推荐 Skills