← Back to Skills Marketplace
crystaria

Social Media Monitor

by Crystaria · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
236
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install social-media-monitor
Description
社交媒体舆情分析工具 - 品牌方/电商卖家/运营人员的平价舆情监控助手,支持关键词监测、负面预警、声量趋势分析
Usage Guidance
This package appears coherent and implements local CSV-based analysis. Before installing: (1) review package-lock and run `npm audit` to check transitive vulnerabilities, (2) run the skill in an isolated/sandboxed environment (or with network blocked) to confirm no unexpected outbound behavior, (3) inspect any CSVs you load for sensitive data (PII) because reports are written locally to reports/, and (4) if you require stricter assurance, search the dependency tree for network-capable libraries and review @modelcontextprotocol/sdk usage. If you want extra safety, run npm install & start on a disposable VM or container first.
Capability Analysis
Type: OpenClaw Skill Name: social-media-monitor Version: 1.0.0 The social-media-monitor skill bundle is a legitimate tool for sentiment analysis and keyword monitoring of local CSV data. The implementation in src/server.js uses standard libraries (sentiment, keyword-extractor) and follows the functionality described in SKILL.md without any evidence of malicious intent, data exfiltration, or unauthorized system access. All file operations are safely constrained to the local project directory using path resolution and Zod schema validation.
Capability Assessment
Purpose & Capability
Name/description (social media monitoring, keyword tracking, sentiment, reports) match the shipped code and data files. Declared requirement (node) and dependencies (sentiment, keyword-extractor, @modelcontextprotocol/sdk) are appropriate for the stated functionality.
Instruction Scope
SKILL.md instructs running npm start and mcporter calls; server.js only reads/writes files inside the skill directory (data/*.csv, data/*.json, reports/) and performs local analysis. The README and SKILL.md explicitly state no network crawling and local processing, which the code follows.
Install Mechanism
No custom install script is provided; normal npm install is expected. package-lock shows dependencies pulled from an npm mirror (registry.npmmirror.com) and a moderate dependency tree via @modelcontextprotocol/sdk. This is typical but you may want to inspect transitive dependencies or run npm audit before installation.
Credentials
The skill requires no environment variables, no credentials, and no config paths beyond its own data/ and reports/ directories — proportional to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It runs as an MCP server over stdio (expected for an OpenClaw skill). It does not attempt to modify other skills or system-wide configuration; it writes only to a reports/ folder inside the skill directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-media-monitor
  3. After installation, invoke the skill by name or use /social-media-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Social Media Monitor v1.0.0 - 初始版本发布,专为品牌、电商及运营人员提供本地社交媒体舆情分析工具。 - 支持关键词监测、负面舆情自动预警、声量趋势分析。 - 提供情感分析、关键词提取、自动生成周报等功能。 - 所有数据本地处理,无需联网,确保数据隐私安全。 - 完全免费,即装即用,无需培训。
Metadata
Slug social-media-monitor
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Social Media Monitor?

社交媒体舆情分析工具 - 品牌方/电商卖家/运营人员的平价舆情监控助手,支持关键词监测、负面预警、声量趋势分析. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.

How do I install Social Media Monitor?

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

Is Social Media Monitor free?

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

Which platforms does Social Media Monitor support?

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

Who created Social Media Monitor?

It is built and maintained by Crystaria (@crystaria); the current version is v1.0.0.

💬 Comments