← Back to Skills Marketplace
kk-kingkong

Social Intel Hub

by kk.Tang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install social-intel
Description
社媒情报中心 - 多平台爬虫 + 数据分析 + AI洞察 + 词云 + 趋势追踪
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-intel
  3. After installation, invoke the skill by name or use /social-intel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:多平台爬虫 + 数据分析 + 词云 + 趋势追踪 + 竞品对比 + Excel导出
Metadata
Slug social-intel
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Social Intel Hub?

社媒情报中心 - 多平台爬虫 + 数据分析 + AI洞察 + 词云 + 趋势追踪. It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Social Intel Hub?

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

Is Social Intel Hub free?

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

Which platforms does Social Intel Hub support?

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

Who created Social Intel Hub?

It is built and maintained by kk.Tang (@kk-kingkong); the current version is v1.0.0.

💬 Comments