← Back to Skills Marketplace
stylemonster

Food Safety Sentiment Monitor (Kevin)

by stylemonster · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
204
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install food-safety-sentiment-monitor
Description
Monitors food safety sentiment on Chinese social platforms, detects negative events, grades risks, and generates PR plans and reports automatically.
README (SKILL.md)

Food Safety Sentiment Monitor | 食品安全舆情监控\r

作者 / Author\r

Kevin(凯文老师)\r

功能 / Features\r

  • 实时监控微博/知乎/小红书/抖音食品安全舆情\r
  • 自动识别负面事件\r
  • 智能风险分级:低/中/高/特级\r
  • 一键生成公关应急话术\r
  • 自动生成事件复盘报告
Usage Guidance
This skill is not obviously malicious, but it is overstated and partially unimplemented. Before installing or running it: 1) Expect it to only scrape Weibo in its current form — other platforms are not implemented. 2) Run it in a sandboxed environment (or container) because Playwright will launch headless browsers and may download browser binaries. 3) Do not paste API keys or credentials into the repository files; if you enable the minimax/OpenClaw path, prefer environment variables and audit network destinations. 4) Verify compliance with target sites' terms of service for scraping. 5) If you need full multi‑platform monitoring or production reliability, treat this as a prototype and audit/extend the code (and add explicit install steps) rather than using it as-is.
Capability Analysis
Type: OpenClaw Skill Name: food-safety-sentiment-monitor Version: 1.0.1 The skill bundle is a sentiment monitoring tool designed to scrape social media (specifically Weibo) for food safety concerns and analyze them using an LLM. The code in index.js uses Playwright for web scraping and includes mock data for testing purposes, with no evidence of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The description claims real‑time monitoring of Weibo, Zhihu, Xiaohongshu, and Douyin, but the shipped code only implements a simple Playwright-based Weibo scraper (and even that falls back to simulated data). The skill also advertises automated risk grading and report generation; the implementation uses hard-coded/simulated thresholds and outputs stubbed responses. This is an overclaim vs actual capability.
Instruction Scope
SKILL.md is lightweight and non-prescriptive. The runtime code uses Playwright to visit a public Weibo search URL and extracts text from page elements — behavior consistent with a monitoring scraper. It logs results to stdout and does not exfiltrate data to any hidden endpoint in the provided code. However the code includes (commented) references to an external OpenClaw/minimax client and a minimax config block: if a user later enables that path and provides API keys, data could be sent to an external LLM provider.
Install Mechanism
There is no install spec in the registry, but package.json lists 'playwright' as a dependency and an npm script to run 'npx playwright install' (which will download browser binaries). That's a legitimate but heavyweight dependency: installing will fetch browser artifacts from Playwright release hosts. No direct downloads from unknown personal URLs are present in the included files.
Credentials
The skill declares no required env vars or credentials. The code includes a minimax.apiKey and groupId in config.default.js (currently empty), which are expected for optional LLM calls — but there is no secure handling or env-var wiring present. If a user fills API keys into the config file or modifies the code to read secrets from environment variables, those keys could be transmitted to the configured provider. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills or system configuration, and simply runs a local Playwright process. It has normal runtime privileges for a scraper and does not persist itself as a global agent plugin.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install food-safety-sentiment-monitor
  3. After installation, invoke the skill by name or use /food-safety-sentiment-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
食品安全网络舆情监控技能,支持多平台抓取、风险评级、公关话术生成与复盘报告
v1.0.0
Initial release: Food safety sentiment monitor by Kevin. Supports multi-platform crawling, risk evaluation, and PR response.
Metadata
Slug food-safety-sentiment-monitor
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Food Safety Sentiment Monitor (Kevin)?

Monitors food safety sentiment on Chinese social platforms, detects negative events, grades risks, and generates PR plans and reports automatically. It is an AI Agent Skill for Claude Code / OpenClaw, with 204 downloads so far.

How do I install Food Safety Sentiment Monitor (Kevin)?

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

Is Food Safety Sentiment Monitor (Kevin) free?

Yes, Food Safety Sentiment Monitor (Kevin) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Food Safety Sentiment Monitor (Kevin) support?

Food Safety Sentiment Monitor (Kevin) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Food Safety Sentiment Monitor (Kevin)?

It is built and maintained by stylemonster (@stylemonster); the current version is v1.0.1.

💬 Comments