← 返回 Skills 市场
PizzINT Monitor
作者
kai157isme-lgtm
· GitHub ↗
· v1.1.0
· MIT-0
99
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pizzint-monitor
功能描述
实时监测五角大楼披萨店活跃度,预测地缘政治紧张与军事行动风险的披萨指数工具。
安全使用建议
This package is inconsistent: SKILL.md says pizzint.watch requires a browser DOM snapshot, but the included Python script just runs curl and parses HTML — that will likely fail to get real-time data. Before installing or running: (1) Ask the author to clarify the intended data flow: how should the browser-captured DOM/screenshot be provided to the script? (2) If you plan to have the agent capture a browser snapshot, verify the agent's browser tool will only visit pizzint.watch and not other sites or sensitive pages, and confirm storage/retention policies for screenshots/DOM data. (3) Prefer a script that accepts the captured HTML as stdin or a file (or uses a headless browser API like Playwright/Selenium) rather than relying on curl; this reduces ambiguity. (4) Because the current code uses curl and may return incomplete data, treat reports produced by this package as potentially inaccurate until the data-acquisition gap is resolved.
功能分析
Type: OpenClaw Skill
Name: pizzint-monitor
Version: 1.1.0
The PizzINT Monitor skill is designed to scrape and report on the 'Pentagon Pizza Index' from pizzint.watch. The code in pizzint.py uses standard subprocess calls to curl and regex for data extraction, and the SKILL.md instructions focus on report generation and logical consistency checks without any signs of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
The declared purpose (monitor pizzint.watch and produce a Pizza/NEH intelligence report) reasonably explains the presence of parsing logic and reporting code and does not request unrelated credentials or config. However, the SKILL.md explicitly states that pizzint.watch is client-side JS (curl/requests cannot retrieve the real-time data), yet the shipped script (pizzint.py) uses curl to fetch the page — this is an incoherence between claimed capability and actual implementation.
Instruction Scope
SKILL.md instructs the agent to use a browser tool to open pizzint.watch and snapshot/screenshot or capture the DOM in an isolated browser session, then run the script when data is already obtained. The package contains no mechanism for passing a captured DOM/screenshot into the script (pizzint.py expects to fetch HTML itself via curl). That gap makes the runtime behavior ambiguous and could lead the agent to take overly broad actions (e.g., arbitrary browsing or capturing unrelated pages) to satisfy the instructions.
Install Mechanism
No install script or external downloads are requested; the skill is instruction-plus-local-code only. run.sh just runs python3 pizzint.py. This is low-risk from an install perspective because nothing external is installed by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill performs network access to a public website (https://pizzint.watch) and parses HTML; that aligns with its stated purpose and does not request unrelated secrets.
Persistence & Privilege
always is false and there is no evidence the skill modifies other skills or system-wide settings. It does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pizzint-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/pizzint-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
PizzINT Monitor 1.1.0
- Added README.md for better documentation and onboarding.
- Updated logic and instructions in SKILL.md: now clearly explains browser-based data capture requirements due to pizzint.watch being client-side rendered.
- Enhanced reporting rules: all outputs are now subject to strict logic validation and consistency checks, including NEH value-to-label mapping, threshold expression correctness, and risk description integrity.
- SKILL.md now details PolyPulse, Polymarket, and OSINT alignment rules, plus explicit conflict resolution guidance.
- Improved usage documentation for both browser and script-based workflows.
- General content clarifications and reorganization for easier use and fewer misinterpretations.
v2.0.0
PizzINT Monitor v2.0.0 - Major Update
- Adds detailed geopolitical threat reports, including system status, market status, and monitored shop numbers.
- Integrates a PolyPulse section with major geopolitical threat pairs (e.g., US-Iran, Russia-Ukraine).
- Includes key prediction markets in output reports.
- Report output now features a structured format: system state, DOUGHCON level, threat table, prediction markets, and latest OSINT.
- Documentation (SKILL.md) updated to reflect new output structure and report detail.
v1.0.0
PizzINT Monitor 1.0.0 - Initial Release
- Monitor the Pentagon Pizza Index (PizzINT) in real time.
- Analyze local pizza shop activity as an OSINT indicator for geopolitics.
- Show threat levels with NEH (Nothing Ever Happens) and DOUGHCON indexes.
- Trigger words: 披萨指数, Pentagon Pizza, PizzINT, 军事情报, 地缘紧张.
- Data source: pizzint.watch.
- Includes clear usage instructions and risk disclaimer.
元数据
常见问题
PizzINT Monitor 是什么?
实时监测五角大楼披萨店活跃度,预测地缘政治紧张与军事行动风险的披萨指数工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 PizzINT Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pizzint-monitor」即可一键安装,无需额外配置。
PizzINT Monitor 是免费的吗?
是的,PizzINT Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PizzINT Monitor 支持哪些平台?
PizzINT Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PizzINT Monitor?
由 kai157isme-lgtm(@kai157isme-lgtm)开发并维护,当前版本 v1.1.0。
推荐 Skills