← 返回
未分类

Website Flow Monitor

Analyze a website URL, discover business-critical user flows to monitor, propose a monitoring plan, and after explicit user confirmation schedule cron health...
分析网站URL,识别关键业务用户流,制定监控方案,确认后安排定时健康检查...
dqhieu dqhieu 来源
未分类 clawhub v1.0.0 1 版本 99470.9 Key: 无需
★ 0
Stars
📥 188
下载
💾 0
安装
1
版本
#latest

概述

Website Flow Monitor

Take a user-provided website URL and build a practical monitoring plan.

Workflow

  1. Normalize input URL (ensure https://).
  2. Discover likely flows by scanning:
    • homepage
    • pricing
    • docs/api
    • blog/changelog
    • downloads/signup/login/dashboard if present
    • robots/sitemaps
  3. Categorize checks by impact:
    • Revenue: pricing, checkout, billing links, purchase CTAs
    • Onboarding: signup/login/download/get-started flows
    • Product/API: docs and API endpoints (including expected auth failures like 401)
    • Trust: privacy, terms, contact/support
    • SEO/Discovery: robots.txt and sitemaps
    • Content: blog posts, changelog entries
  4. Return a proposed monitoring set with:
    • URL
    • expected behavior (200, redirect, 401/403, etc.)
    • impact category
  5. Ask for confirmation before scheduling cron.
  6. After confirmation, create/update a cron job with:
    • sessionTarget: isolated
    • concise agentTurn task that checks all agreed flows
    • delivery mode announce

Rules

  • Do not schedule cron until user confirms the proposed flow list and frequency.
  • Prefer actionable summaries: failures first, then healthy checks.
  • Flag as ALERT for 4xx/5xx (except expected 401/403 on auth-required API checks), redirect loops, or missing critical links.
  • If the user requests changes (skip/add endpoint), update the existing cron job instead of creating duplicates.

Discovery helper

Use this script for quick link discovery:

python3 {baseDir}/scripts/discover_flows.py --url https://example.com

It returns JSON with discovered internal/external links and suggested flow candidates.

Cron prompt template (adapt per site)

Use this shape in payload.message:

  • mention this is a recurring reminder
  • list exact URLs and expected behavior
  • require output format: OK / WARN / ALERT
  • require impact tags: revenue/onboarding/product/trust/seo/support
  • include "if all healthy, short OK summary" instruction

Keep it short and deterministic.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,561
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,082 📥 811,120
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,528