← 返回 Skills 市场
bitallin

public-opinion-report

作者 bitallin · GitHub ↗ · v0.0.5 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install public-opinion-report
功能描述
调用Midu-Public-Opinion-Report接口,生成一篇舆情分析报告。支持的报告类型:事件专报、话题报告、行业报告、活动报告、周期性报告、直报点上报快评、直报点上报综述、直报点热点报送、品牌传播洞察报告、城市对标分析报告、城市传播影响力报告、区域网络信息报告、公共政策网络舆情报告。Call the...
安全使用建议
This skill appears to do what it claims: call a Midu internal API to produce reports and requires a MIDU_API_KEY. Before installing, confirm you trust the hardcoded host (http://intra-znjs-yqt-agent-wx-beta.midu.cc). Note it uses plain HTTP (not HTTPS) to fetch an API key if MIDU_API_KEY is not set — that could expose the key in transit. To minimize risk, set MIDU_API_KEY manually in your environment or OpenClaw config rather than relying on the script's automatic GET, inspect the script yourself, and only store the key if you trust the service and network. If you cannot verify the intranet host or need encrypted transport, do not install or run this skill.
功能分析
Type: OpenClaw Skill Name: public-opinion-report Version: 0.0.5 The skill is a straightforward API wrapper designed to generate public opinion reports using the Midu service. The script `scripts/report.py` handles API communication via the `requests` library, utilizing a configurable `MIDU_API_KEY` or fetching one from a documented internal endpoint (intra-znjs-yqt-agent-wx-beta.midu.cc). There is no evidence of data exfiltration, malicious execution, or prompt injection; the code's behavior aligns perfectly with its stated purpose in `SKILL.md` and the provided setup documentation.
能力评估
Purpose & Capability
Name/description, required binary (python3), and the single required env var (MIDU_API_KEY) align with a skill that calls a service API to generate reports. The script posts to /api/chat and returns the 'result' field, which matches the stated functionality.
Instruction Scope
SKILL.md and the script instruct the agent to call an internal API host (http://intra-znjs-yqt-agent-wx-beta.midu.cc) and, if MIDU_API_KEY is not set, to GET /apiKey on that host to obtain a key. The README also instructs users to edit ~/.openclaw/openclaw.json and restart OpenClaw. These actions are within scope for obtaining and using an API key, but they cause the skill to make network requests to a hardcoded intranet URL and to require users to modify local OpenClaw config — verify you trust the host and are comfortable modifying config.
Install Mechanism
No install spec; this is instruction-only with a small Python script. Nothing is downloaded or extracted by an installation step, which minimizes installation risk.
Credentials
Only MIDU_API_KEY is declared as required (primary credential) which is proportionate. However, the script will attempt to retrieve an API key from the hardcoded intranet /apiKey endpoint if MIDU_API_KEY is not present — ensure you understand and trust that retrieval flow before relying on the skill.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills. It asks users to add the API key to their OpenClaw config (a user action) which is normal; the skill itself does not request permanent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install public-opinion-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /public-opinion-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.5
- Added a note clarifying that completing a report may take 5 to 20 minutes and recommends waiting for the API response before proceeding. - No other functional or interface changes.
v0.0.4
No changes detected in this version.
v0.0.3
Version 0.0.3 of public-opinion-report - No changes to code or documentation detected in this release. - Version bump only; functionality remains the same.
v0.0.2
public-opinion-report v0.0.2 - Updated documentation file name from skill.md to SKILL.md. - Revised API key application URL in SKILL.md from an IP address to an internal hostname for improved clarity. - No changes to core functionality.
v0.0.1
Initial release of the Public Opinion Report skill. - Allows generating public opinion analysis reports by calling the Midu-Public-Opinion-Report interface. - Supports multiple types of reports, including incident, topic, industry, activity, periodic, and more. - Requires a MIDU_API_KEY to access the reporting service. - Provides command-line usage and parameter guidance for integrating report requests. - Includes example commands and report type explanations for quick reference.
元数据
Slug public-opinion-report
版本 0.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

public-opinion-report 是什么?

调用Midu-Public-Opinion-Report接口,生成一篇舆情分析报告。支持的报告类型:事件专报、话题报告、行业报告、活动报告、周期性报告、直报点上报快评、直报点上报综述、直报点热点报送、品牌传播洞察报告、城市对标分析报告、城市传播影响力报告、区域网络信息报告、公共政策网络舆情报告。Call the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 public-opinion-report?

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

public-opinion-report 是免费的吗?

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

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

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

谁开发了 public-opinion-report?

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

💬 留言讨论