← 返回 Skills 市场
499
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-faq-bot
功能描述
Build and query a FAQ knowledge base from markdown files. Use when asked to create a FAQ bot, set up automatic answers, build a knowledge base, add FAQ entri...
安全使用建议
This skill appears to do exactly what it says: build and search a local FAQ knowledge base from markdown. It does not contact external services or request credentials. Notes before installing: (1) Data is stored on disk by default at ~/.faq-bot (changeable with FAQ_BOT_DIR) — avoid storing sensitive secrets in FAQs or choose a protected directory. (2) The README/script mention an optional FAQ_BOT_DIR env var but the skill metadata lists no required env vars — this is harmless but a small mismatch to be aware of. (3) When integrating into an automated agent or cron job, ensure the agent runs in an environment with appropriate file permissions so your FAQ data isn't exposed. If you need the skill to access remote WhatsApp APIs or external services, those integrations are not present and would require additional secure credentials and review.
功能分析
Type: OpenClaw Skill
Name: whatsapp-faq-bot
Version: 1.0.0
The `scripts/faqbot.py` file contains vulnerabilities related to file system access. The `import` command (`cmd_import`) allows reading arbitrary files from the filesystem (Local File Inclusion) by not validating the provided `filepath`. Similarly, the `export` command (`cmd_export`) allows writing the knowledge base content to arbitrary files (Local File Write) by not validating the `output` path. These flaws could be exploited by an attacker controlling the arguments passed to the script (e.g., via prompt injection against the OpenClaw agent) to read sensitive files or create/overwrite files in arbitrary locations, potentially leading to information disclosure or remote code execution, but there is no evidence of intentional malicious behavior within the script itself.
能力评估
Purpose & Capability
The name/description (WhatsApp FAQ Bot) match the included code and SKILL.md: the script builds a local FAQ KB from markdown, supports search, import, export, and storage. There are no unexpected requirements (no cloud APIs, no unrelated binaries). Storing data under ~/.faq-bot (or overridden by FAQ_BOT_DIR) is appropriate for this purpose.
Instruction Scope
SKILL.md only instructs the agent to run the included CLI (init, add, import, search, list, export, remove, stats). The instructions reference reading user-supplied markdown files and operating on a local knowledge base; they do not direct the agent to read unrelated system files, exfiltrate data, or contact external endpoints. The SKILL.md suggests integration (cron/agent prompt) but gives no steps that broaden scope beyond the local CLI.
Install Mechanism
There is no install spec (instruction-only skill) and the package includes a single plain-Python script. No remote downloads, package managers, or archive extraction are required. This minimizes installation risk.
Credentials
The registry declares no required environment variables, and the skill requires no credentials — appropriate. The code and README do reference an optional FAQ_BOT_DIR environment variable to override the storage path; this is reasonable but is an undeclared optional env var (not a secret). It's a minor inconsistency between declared requires.env (none) and optional env usage in code/README.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and persists only its own knowledge-base JSON under the user's home directory (or an overridden directory). This scope of persistence is proportional to a local FAQ tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whatsapp-faq-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/whatsapp-faq-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of WhatsApp FAQ Bot.
- Build a searchable FAQ knowledge base from markdown files.
- Add, import, search, list, and remove FAQ entries via command-line.
- Fuzzy text matching for answering natural language questions.
- Export FAQs to markdown or JSON formats.
- Provides statistics about your knowledge base.
- Tailored for integration with WhatsApp business workflows.
元数据
常见问题
WhatsApp FAQ Bot 是什么?
Build and query a FAQ knowledge base from markdown files. Use when asked to create a FAQ bot, set up automatic answers, build a knowledge base, add FAQ entri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 499 次。
如何安装 WhatsApp FAQ Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whatsapp-faq-bot」即可一键安装,无需额外配置。
WhatsApp FAQ Bot 是免费的吗?
是的,WhatsApp FAQ Bot 完全免费(开源免费),可自由下载、安装和使用。
WhatsApp FAQ Bot 支持哪些平台?
WhatsApp FAQ Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WhatsApp FAQ Bot?
由 mariusfit(@mariusfit)开发并维护,当前版本 v1.0.0。
推荐 Skills