← 返回 Skills 市场
Social Media Analyzer
作者
Alireza Rezvani
· GitHub ↗
· v2.1.1
· MIT-0
1977
总下载
1
收藏
19
当前安装
2
版本数
在 OpenClaw 中安装
/install social-media-analyzer
功能描述
Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media pe...
安全使用建议
This skill is not showing malicious behavior, but it has implementation/documentation mismatches that can produce incorrect metrics. Before trusting results: (1) Run the included scripts locally with the provided assets/sample_input.json and compare to assets/expected_output.json to reproduce differences. (2) Inspect and fix calculate_metrics.calculate_campaign_metrics: it currently sums likes+comments+shares but omits saves, while per-post engagement includes saves — add saves to total_engagements to align totals. (3) Decide whether ROI should use per-action values from SKILL.md (likes $0.50, comments $2, etc.) or a flat avg_value_per_engagement; if using per-action values, change calculate_roi_metrics to compute estimated_value = likes*$0.50 + comments*$2 + ... for accurate ROAS. (4) Verify benchmark units are consistent (both docs and code use percent values) and that string formatting doesn't mislead (e.g., numeric values vs percent strings). (5) Because the skill runs Python code, only run it on non-sensitive data until you audit it; no external network calls are present, but you should still review the code before executing in a sensitive environment. If you want, I can produce the concrete code patches to correct the omissions and align ROI calculation with the documented per-action values.
功能分析
Type: OpenClaw Skill
Name: social-media-analyzer
Version: 2.1.1
The skill bundle is a legitimate tool for social media campaign analysis and ROI calculation. The Python scripts (scripts/calculate_metrics.py and scripts/analyze_performance.py) contain standard data processing logic with no evidence of network access, file system manipulation, or shell execution. The instructions in SKILL.md are well-defined and strictly focused on the stated purpose of performance tracking and benchmarking.
能力评估
Purpose & Capability
The name/description match the provided artifacts: SKILL.md, example input/output, benchmark reference, and two Python scripts that calculate metrics, ROI, and recommendations. The code and instructions are consistent with a social media analytics tool — no unrelated binaries, credentials, or external services are requested.
Instruction Scope
SKILL.md instructs running the included Python scripts and defines metrics and value tables. However, the runtime behavior diverges from the documentation and expected output: calculate_engagement_rate (per-post) includes saves in engagements, but calculate_campaign_metrics (campaign totals) omits saves when summing total_engagements, causing avg_engagement_rate and ROI to be computed from inconsistent totals. Also, SKILL.md lists per-action monetary values but scripts use a single avg_value_per_engagement = 2.50 rather than computing value from per-action values. These inconsistencies will produce different numbers than the documentation/expected_output and may silently mislead users.
Install Mechanism
No install spec is provided (instruction-only with bundled scripts). Nothing is downloaded or installed automatically; the risk surface is limited to running the included Python code locally.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The Python scripts do not reference environment secrets or network endpoints; they operate on provided JSON input only.
Persistence & Privilege
The skill does not request persistent/autonomous privileges (always: false). It does not modify other skills or system-wide settings based on the provided files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-media-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-media-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
- Initial release of the Social Media Analyzer skill.
- Analyze social media campaign performance with engagement metrics, ROI calculations, and cross-platform benchmarks.
- Calculate engagement rate, CTR, reach rate, and campaign ROI using customizable metrics.
- Compare campaign results against industry-standard benchmarks for Instagram, Facebook, Twitter/X, LinkedIn, and TikTok.
- Provides clear data validation, actionable recommendations, and sample input/output for easy reference.
- Includes tools and scripts for automating analysis and metric calculations.
元数据
常见问题
Social Media Analyzer 是什么?
Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media pe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1977 次。
如何安装 Social Media Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-media-analyzer」即可一键安装,无需额外配置。
Social Media Analyzer 是免费的吗?
是的,Social Media Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social Media Analyzer 支持哪些平台?
Social Media Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Media Analyzer?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。
推荐 Skills