← 返回 Skills 市场
kaising-openclaw1

Batch Search Monitor

作者 kaising-openclaw1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install batch-search-monitor
功能描述
批量搜索监控 - 关键词定时搜索、结果告警、数据导出
使用说明 (SKILL.md)

Batch Search Monitor

定时监控关键词搜索结果,自动告警,支持数据导出。

功能

  • ✅ 多关键词批量监控
  • ✅ 定时自动搜索
  • ✅ 结果变化告警
  • ✅ 数据导出 (CSV/Excel)
  • ✅ 支持 8 个中文搜索引擎

使用

# 添加监控任务
clawhub monitor add --keywords "AI 技能,ClawHub" --engine "baidu" --interval 60

# 查看监控任务
clawhub monitor list

# 导出结果
clawhub monitor export --task-id 1 --format csv

# 删除任务
clawhub monitor remove --task-id 1

示例

监控竞品动态

clawhub monitor add \
  --keywords "竞品公司名" \
  --engine "bing-cn" \
  --interval 120 \
  --notify true

监控品牌提及

clawhub monitor add \
  --keywords "我的品牌" \
  --engine "sogou-wechat" \
  --interval 60 \
  --notify true

定价

版本 价格 功能
免费版 ¥0 1 个任务,60 分钟间隔
Pro 版 ¥99 10 个任务,10 分钟间隔
订阅版 ¥29/月 无限任务,5 分钟间隔 + 邮件告警
安全使用建议
Before installing: 1) Verify provenance — ask for the package repo or homepage and confirm the owner; do not trust an opaque owner ID. 2) Inspect the actual 'clawhub' CLI implementation (the README suggests installing via npx) — review that package's source for network calls and data handling. 3) Because there's no install spec or included code, assume the installer will fetch remote code at install-time (npx) — prefer to only install from a vetted source or run in an isolated environment. 4) Confirm where alerts/exports are sent (email/webhook) and what credentials are required; avoid providing unrelated secrets. 5) Consider legal/ToS risks of scraping the listed search engines and ensure you have rate-limiting/proxy controls. If you cannot obtain a source repo or trustworthy package owner, treat this skill as risky and avoid installing.
功能分析
Type: OpenClaw Skill Name: batch-search-monitor Version: 1.0.0 The skill bundle describes a batch search monitoring tool for tracking keywords across various search engines. The documentation in SKILL.md and README.md outlines standard CLI commands for managing monitoring tasks, exporting data, and setting up alerts, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
SKILL.md and README describe a CLI-based search-monitoring tool (uses a 'clawhub' CLI). That purpose could legitimately require a network tool like curl, but the registry metadata given to you earlier lists no required binaries while _meta.json claims requires: ["curl"] — this inconsistency is unexplained. There's also no homepage or source URL and the owner ID is opaque, which reduces provenance. Requiring curl would be plausible for scraping/search queries, but the metadata mismatch and missing source reduce confidence.
Instruction Scope
The SKILL.md only instructs running clawhub monitor commands (add/list/export/remove). It does not ask the agent to read files, secrets, or other system paths. However, the SKILL.md is an instruction-only interface that delegates all behavior to the external 'clawhub' implementation (not included), so the actual runtime behavior (network endpoints contacted, data collected, where alerts are sent) is unspecified and un-auditable from the provided files.
Install Mechanism
There is no formal install spec in the registry entry (instruction-only skill). README suggests installing via `npx clawhub@latest install batch-search-monitor`, which would fetch code at install time from the npm ecosystem — but no package/source is provided for review here. That dynamic install (npx) is higher risk because it pulls remote code and no repo/homepage is given to inspect. The skill itself contains no code files to audit.
Credentials
The skill declares no required environment variables or credentials. For its described purpose (public search monitoring) that is plausible. Note: alerts/exports may require configuration (email, webhook, payment) at runtime — those endpoints/credentials are not declared and should be verified before use.
Persistence & Privilege
always is false and autonomous model invocation is not disabled (the default). This is normal. The skill does not request elevated platform privileges or modify other skills in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install batch-search-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /batch-search-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0 批量搜索监控
元数据
Slug batch-search-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Batch Search Monitor 是什么?

批量搜索监控 - 关键词定时搜索、结果告警、数据导出. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Batch Search Monitor?

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

Batch Search Monitor 是免费的吗?

是的,Batch Search Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Batch Search Monitor 支持哪些平台?

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

谁开发了 Batch Search Monitor?

由 kaising-openclaw1(@kaising-openclaw1)开发并维护,当前版本 v1.0.0。

💬 留言讨论