← 返回 Skills 市场
236
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install social-media-monitor
功能描述
社交媒体舆情分析工具 - 品牌方/电商卖家/运营人员的平价舆情监控助手,支持关键词监测、负面预警、声量趋势分析
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-media-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-media-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Social Media Monitor v1.0.0
- 初始版本发布,专为品牌、电商及运营人员提供本地社交媒体舆情分析工具。
- 支持关键词监测、负面舆情自动预警、声量趋势分析。
- 提供情感分析、关键词提取、自动生成周报等功能。
- 所有数据本地处理,无需联网,确保数据隐私安全。
- 完全免费,即装即用,无需培训。
元数据
常见问题
Social Media Monitor 是什么?
社交媒体舆情分析工具 - 品牌方/电商卖家/运营人员的平价舆情监控助手,支持关键词监测、负面预警、声量趋势分析. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 Social Media Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-media-monitor」即可一键安装,无需额外配置。
Social Media Monitor 是免费的吗?
是的,Social Media Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social Media Monitor 支持哪些平台?
Social Media Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Media Monitor?
由 Crystaria(@crystaria)开发并维护,当前版本 v1.0.0。
推荐 Skills