← 返回 Skills 市场
kk-kingkong

Social Intel Hub

作者 kk.Tang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install social-intel
功能描述
社媒情报中心 - 多平台爬虫 + 数据分析 + AI洞察 + 词云 + 趋势追踪
安全使用建议
This skill appears to implement the described crawler and analysis, but there are red flags you should consider before installing: - Hardcoded developer paths: SKILL.md and the script reference /Users/kk/... and expect directories that likely don't exist on your machine. Ask the author why those directories are required or sanitize them before use. - Trusted external CLI: The skill uses a local 'mcporter' binary to call remote TikHub services (mcporter call server.method). You must trust this binary and its configuration — inspect mcporter, its config, and what endpoints it will call. If mcporter is malicious or misconfigured it could exfiltrate data or perform unexpected network actions. - Local execution risk: The package includes and runs a Python script that will execute subprocess calls and write cache/output files under /tmp. Review social_intel.py fully (network calls, file reads) and run in an isolated environment (container/VM) if you have any doubt. - Mitigations: run the script in a sandbox, validate or replace hardcoded paths, confirm mcporter binary origin and behavior, and verify that no sensitive local files or credentials are referenced by the script or mcporter before giving it network access. If you want, I can: (1) point out exact lines in social_intel.py that call mcporter and write files, (2) suggest a safe wrapper to run it in a temp environment, or (3) produce a sanitized SKILL.md that removes user‑specific paths.
能力评估
Purpose & Capability
The name/description (multi‑platform crawler, analysis, wordclouds) aligns with what the code does: it runs searches via a local 'mcporter' CLI, parses platform results, generates analytics and wordclouds. Requiring python3 and wordcloud/matplotlib/openpyxl is proportional. However the SKILL.md metadata lists specific user directories (/Users/kk/openclaw-media, /Users/kk/openclaw-crawl4ai) and a core script path under /Users/kk/.openclaw which are user-specific and not justified by the generic description.
Instruction Scope
Runtime instructions and the included script invoke the local 'mcporter' binary to call remote TikHub services, read/write cache and output under /tmp, and reference a hardcoded workspace path (/Users/kk/.openclaw/...). The instructions thus depend on an external binary and a particular local environment; they also give the skill freedom to call arbitrary mcporter methods (server.method), which broadens its runtime scope beyond simple 'search and analyze'.
Install Mechanism
There is no automated install spec besides a manual pip suggestion (pip3 install wordcloud matplotlib openpyxl). No downloaded archives or remote installers are used. This is low risk, but the presence of an included Python script means the skill will execute code locally — review is recommended.
Credentials
No environment variables or credentials are requested (good), but the metadata declares required directories under a specific user's home and requires the 'mcporter' binary. Requiring access to specific paths in another user's home is disproportionate for a general-purpose skill and suggests the package was packaged from a developer machine without sanitization. The skill also implicitly trusts the 'mcporter' CLI to access external services — that is a privileged dependency and should be validated.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and only writes cache/output to /tmp and its own output dir. It does perform local caching and file exports (CSV/Excel/images) which is expected for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-intel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-intel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:多平台爬虫 + 数据分析 + 词云 + 趋势追踪 + 竞品对比 + Excel导出
元数据
Slug social-intel
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Social Intel Hub 是什么?

社媒情报中心 - 多平台爬虫 + 数据分析 + AI洞察 + 词云 + 趋势追踪. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Social Intel Hub?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-intel」即可一键安装,无需额外配置。

Social Intel Hub 是免费的吗?

是的,Social Intel Hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Social Intel Hub 支持哪些平台?

Social Intel Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Social Intel Hub?

由 kk.Tang(@kk-kingkong)开发并维护,当前版本 v1.0.0。

💬 留言讨论