← Back to Skills Marketplace
kaising-openclaw1

Batch Search Monitor

by kaising-openclaw1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install batch-search-monitor
Description
批量搜索监控 - 关键词定时搜索、结果告警、数据导出
README (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 分钟间隔 + 邮件告警
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install batch-search-monitor
  3. After installation, invoke the skill by name or use /batch-search-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0 批量搜索监控
Metadata
Slug batch-search-monitor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Batch Search Monitor?

批量搜索监控 - 关键词定时搜索、结果告警、数据导出. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install Batch Search Monitor?

Run "/install batch-search-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Batch Search Monitor free?

Yes, Batch Search Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Batch Search Monitor support?

Batch Search Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Batch Search Monitor?

It is built and maintained by kaising-openclaw1 (@kaising-openclaw1); the current version is v1.0.0.

💬 Comments