← 返回 Skills 市场
bitallin

public-opinion-insights

作者 bitallin · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install public-opinion-insights
功能描述
调用 Midu 舆情分析接口,针对指定主体进行指定维度的舆情分析。分析维度包括:['事件概况', '事件进程', '信息总量', '传播速度', '热搜情况', '跨平台传播', '媒体报道情况', 'KOL参与情况', '传播层级', '热门信息', '情绪烈度', '媒体观点分析', 'KOL观点分析', '...
安全使用建议
This skill appears to do what it says (call a Midu internal /api/chat endpoint) but pay attention to the API-key handling before installing: 1) Prefer setting MIDU_API_KEY as an environment variable yourself so the script does not attempt to contact the internal /apiKey endpoint automatically. 2) Review and confirm you trust the host http://intra-znjs-yqt-agent-wx-beta.midu.cc before allowing network requests to it. 3) If you must store the key in ~/.openclaw/openclaw.json, restrict file permissions and be aware the key will be stored in plaintext. 4) Note the implementation/docs mismatch: the reference says GET /apiKey should include headers but the script does not — ask the maintainer to clarify this. If you cannot verify the internal host or are uncomfortable with storing/fetching keys this way, do not install or run the skill.
功能分析
Type: OpenClaw Skill Name: public-opinion-insights Version: 0.0.1 The skill is a legitimate integration for the Midu public opinion analysis service. The Python script (insights.py) communicates with a specific API endpoint (midu.cc) to perform analysis based on user-provided dimensions. While it includes a mechanism to automatically fetch an API key from a remote endpoint if one is not configured, this behavior is clearly documented in the SKILL.md and apikey-fetch.md files and does not involve exfiltrating sensitive local data or executing unauthorized commands.
能力评估
Purpose & Capability
Name/description match the provided python script and required MIDU_API_KEY. Requiring python3 and a single MIDU_API_KEY is proportionate for a small wrapper that POSTS to /api/chat on the Midu host.
Instruction Scope
The skill and docs instruct contacting an internal host (http://intra-znjs-yqt-agent-wx-beta.midu.cc) and, if MIDU_API_KEY is not set, fetching a key from {base}/apiKey. The reference guide instructs adding the key to ~/.openclaw/openclaw.json. Implementation inconsistency: the guide says the /apiKey GET should include podName/podNameSpace headers but scripts/insights.py's _resolve_api_key() calls requests.get(url) with no headers. Also auto-fetching a secret from an internal endpoint (and asking users to persist it to a config file) is surprising behavior that raises confidentiality and trust questions.
Install Mechanism
Instruction-only with one small Python script; no install spec or third-party downloads. Low surface area for arbitrary code installation.
Credentials
Only MIDU_API_KEY is required (primary credential) which is expected. Caveats: the skill encourages storing the API key in plaintext in ~/.openclaw/openclaw.json and will attempt to fetch a key from an internal endpoint if the env var is absent — both actions involve moving secrets to disk or over the network and should be treated as sensitive.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. The only persistent action recommended is editing OpenClaw's config to add the MIDU_API_KEY (normal for skill configuration), which affects the user's configuration file but not other skills directly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install public-opinion-insights
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /public-opinion-insights 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of public-opinion-insights: - Provides structured public opinion analysis for specified subjects using the Midu API. - Supports a wide range of analytical dimensions such as event overview, media coverage, propagation levels, sentiment intensity, and more. - Requires configuration of the MIDU_API_KEY environment variable. - Focuses on concise, dimension-specific insights instead of full-length reports. - Highlights best practices and usage notes, including timeout configuration and single-request workflow.
元数据
Slug public-opinion-insights
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

public-opinion-insights 是什么?

调用 Midu 舆情分析接口,针对指定主体进行指定维度的舆情分析。分析维度包括:['事件概况', '事件进程', '信息总量', '传播速度', '热搜情况', '跨平台传播', '媒体报道情况', 'KOL参与情况', '传播层级', '热门信息', '情绪烈度', '媒体观点分析', 'KOL观点分析', '... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 public-opinion-insights?

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

public-opinion-insights 是免费的吗?

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

public-opinion-insights 支持哪些平台?

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

谁开发了 public-opinion-insights?

由 bitallin(@bitallin)开发并维护,当前版本 v0.0.1。

💬 留言讨论