Clawtrix SaaS Intel
Finds the best ClawHub skills for SaaS product agents. Personalized to your product's domain, stack, and stage — not a generic search result.
Quick Reference
| Task | Action |
|---|
| New SaaS agent onboarding | Run full discovery for the product's core domain |
| Billing/payments gap |
Run Step 2 with Stripe/billing queries |
| Onboarding flow automation | Run Step 2 with onboarding queries |
| n8n workflow → skill conversion | Run Step 2 with n8n-specific queries |
| Weekly discovery | Run Steps 1-3, output to memory/ |
Discovery Run Sequence
Step 1 — Read Agent Mission
Read the agent's SOUL.md. Extract:
- - SaaS product domain (e.g., "project management SaaS", "billing infrastructure", "customer success platform")
- Core user actions the agent automates (e.g., "handles subscription upgrades", "automates onboarding emails")
- Current tech stack (Stripe, Auth0, Intercom, HubSpot, etc.)
- Installed skills (to avoid re-recommending)
- Business model (B2B/B2C, pricing tiers, trial flows)
Step 2 — Search ClawHub for SaaS Patterns
CODEBLOCK0
Step 3 — Score Each Candidate
Apply Clawtrix scoring matrix:
| Dimension | Max | How to measure |
|---|
| Mission relevance | 3 | 3=core SaaS workflow, 2=adjacent, 1=tangential |
| Gap fill |
2 | Does the agent lack this today? |
| Community signal | 1 | installs > 1,000 = +1 |
| Recency | 1 | Updated in last 30 days = +1 |
| Trust | 1 | Clean publisher, no security flags |
Step 4 — SaaS-Specific Filters
Before recommending, verify:
- - [ ] Compatible with the product's payment provider (Stripe vs. Paddle vs. custom)
- [ ] Works at the right business model (B2B vs. B2C billing patterns differ significantly)
- [ ] No security flags — billing agents have HIGH blast radius (3x risk multiplier per
clawtrix-security-audit) - [ ] Not already installed
Step 5 — Output Top 3
Never more than 3. Write to memory/reports/saas-intel-YYYY-MM-DD.md:
CODEBLOCK1
SaaS-Specific Risk Note
SaaS agents operate in sensitive environments: payment processing, user management, and customer data. This means the blast radius of a compromised skill is significantly higher than for a read-only agent.
Before installing any skill for a SaaS agent, run clawtrix-security-audit first. The risk multiplier for payment/billing access is 3x — a MEDIUM-flagged skill becomes HIGH risk.
When to Use This for n8n Teams
SaaS teams running n8n for automation (Zapier replacement, internal workflows) are a strong fit:
- - They already think in workflow automation terms
- Adding ClawHub skills to their OpenClaw agents extends their n8n investment
- Natural onboarding path: existing n8n workflow → SKILL.md → deploy to OpenClaw agent
Run Step 2 with n8n workflow as a search query to find current conversion tools in ClawHub.
Upgrade Note — Clawtrix Pro
This skill finds SaaS skills on demand. Clawtrix Pro adds:
- - Proactive alerts when a high-signal SaaS skill ships (especially Stripe, Auth0, billing patterns)
- Security monitoring specific to billing-access agents (highest blast radius tier)
- Fleet-level audit: "all 5 of your SaaS agents have clean stacks except agent #3"
- Monthly SaaS skills landscape report
Version History
v0.1.0 — Initial release. SaaS domain discovery, billing/auth/onboarding focus, n8n integration angle, 3x risk flag for billing-access agents.
v0.1.1 — Cleaned up internal research notes from n8n section; now fully customer-facing.
Clawtrix SaaS 情报
为SaaS产品智能体寻找最佳的ClawHub技能。根据您的产品领域、技术栈和发展阶段进行个性化推荐——而非泛泛的搜索结果。
快速参考
| 任务 | 操作 |
|---|
| 新SaaS智能体接入 | 对产品的核心领域运行全面发现 |
| 计费/支付缺口 |
使用Stripe/计费查询运行步骤2 |
| 用户引导流程自动化 | 使用引导相关查询运行步骤2 |
| n8n工作流 → 技能转换 | 使用n8n特定查询运行步骤2 |
| 每周发现 | 运行步骤1-3,输出到记忆/ |
发现运行流程
步骤1 — 读取智能体使命
读取智能体的SOUL.md文件。提取:
- - SaaS产品领域(例如:项目管理SaaS、计费基础设施、客户成功平台)
- 智能体自动化的核心用户操作(例如:处理订阅升级、自动化引导邮件)
- 当前技术栈(Stripe、Auth0、Intercom、HubSpot等)
- 已安装技能(避免重复推荐)
- 商业模式(B2B/B2C、定价层级、试用流程)
步骤2 — 在ClawHub中搜索SaaS模式
bash
计费和订阅管理
curl -s https://clawhub.ai/api/v1/search?q=stripe+billing&limit=10 \
| jq [.results[] | {slug, name: .displayName, installs, score}]
认证和身份
curl -s https://clawhub.ai/api/v1/search?q=auth+identity+saas&limit=10 \
| jq [.results[] | {slug, name: .displayName, installs, score}]
客户引导
curl -s https://clawhub.ai/api/v1/search?q=onboarding+activation&limit=10 \
| jq [.results[] | {slug, name: .displayName, installs, score}]
n8n工作流转换(2026年3月高信号)
curl -s https://clawhub.ai/api/v1/search?q=n8n+workflow&limit=10 \
| jq [.results[] | {slug, name: .displayName, installs, score}]
产品分析 + 留存
curl -s https://clawhub.ai/api/v1/search?q=product+analytics+retention&limit=10 \
| jq [.results[] | {slug, name: .displayName, installs, score}]
步骤3 — 对每个候选技能评分
应用Clawtrix评分矩阵:
| 维度 | 最高分 | 评分方法 |
|---|
| 使命相关性 | 3 | 3=核心SaaS工作流,2=相邻领域,1=边缘相关 |
| 填补缺口 |
2 | 智能体当前是否缺少此功能? |
| 社区信号 | 1 | 安装量 > 1,000 = +1 |
| 时效性 | 1 | 最近30天内更新 = +1 |
| 可信度 | 1 | 发布者信誉良好,无安全标记 |
步骤4 — SaaS特定过滤器
在推荐前,验证:
- - [ ] 与产品的支付提供商兼容(Stripe vs. Paddle vs. 自定义)
- [ ] 适用于正确的商业模式(B2B与B2C计费模式差异显著)
- [ ] 无安全标记——计费智能体的影响范围极大(根据clawtrix-security-audit,风险乘数为3倍)
- [ ] 尚未安装
步骤5 — 输出前3名
不超过3个。写入memory/reports/saas-intel-YYYY-MM-DD.md:
markdown
SaaS 情报 — YYYY-MM-DD
智能体:[名称]
产品领域:[SaaS类型]
审计技能数:N个候选
前3名推荐
1. [作者/slug](评分:N/8)
- - 功能:[一句话描述]
- 为何适合此产品:[一句话,关联SOUL.md + 商业模式]
- 安装:clawhub install [slug]
2. ...
3. ...
已跳过
| Slug | 原因 |
|...
SaaS特定风险说明
SaaS智能体运行在敏感环境中:支付处理、用户管理和客户数据。这意味着受损技能的影响范围远高于只读智能体。
在为SaaS智能体安装任何技能之前,请先运行clawtrix-security-audit。支付/计费访问的风险乘数为3倍——一个标记为中等风险的技能将变为高风险。
何时为n8n团队使用此技能
运行n8n进行自动化的SaaS团队(替代Zapier、内部工作流)非常适合:
- - 他们已经在用工作流自动化的思维思考
- 将ClawHub技能添加到他们的OpenClaw智能体中,扩展了他们的n8n投资
- 自然的接入路径:现有n8n工作流 → SKILL.md → 部署到OpenClaw智能体
使用n8n workflow作为搜索查询运行步骤2,以在ClawHub中找到当前的转换工具。
升级说明 — Clawtrix Pro
此技能按需查找SaaS技能。Clawtrix Pro增加了:
- - 当高信号SaaS技能发布时主动提醒(特别是Stripe、Auth0、计费模式)
- 针对计费访问智能体的安全监控(最高影响范围层级)
- 舰队级审计:您的5个SaaS智能体中,除智能体#3外,其余堆栈均干净
- 月度SaaS技能格局报告
版本历史
v0.1.0 — 初始版本。SaaS领域发现,计费/认证/引导重点,n8n集成角度,计费访问智能体的3倍风险标记。
v0.1.1 — 清理了n8n部分的内部研究笔记;现已完全面向客户。