← Back to Skills Marketplace
PizzINT Monitor
by
kai157isme-lgtm
· GitHub ↗
· v1.1.0
· MIT-0
99
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pizzint-monitor
Description
实时监测五角大楼披萨店活跃度,预测地缘政治紧张与军事行动风险的披萨指数工具。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pizzint-monitor - After installation, invoke the skill by name or use
/pizzint-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is PizzINT Monitor?
实时监测五角大楼披萨店活跃度,预测地缘政治紧张与军事行动风险的披萨指数工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install PizzINT Monitor?
Run "/install pizzint-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PizzINT Monitor free?
Yes, PizzINT Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PizzINT Monitor support?
PizzINT Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PizzINT Monitor?
It is built and maintained by kai157isme-lgtm (@kai157isme-lgtm); the current version is v1.1.0.
More Skills