wikipedia-oc
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: wikipedia-oc Version: 0.1.4 The skill bundle is benign. It provides instructions and example code for an OpenClaw agent to interact with the English Wikipedia using the `wikipedia` Python module. All instructions in `SKILL.md` are aligned with the stated purpose, focusing on searching, retrieving, and summarizing content. There is no evidence of malicious intent, data exfiltration, unauthorized execution, persistence, or prompt injection aiming to subvert the agent for harmful purposes. Instructions for transparency and reporting module versions are for user benefit and skill maintenance, not for malicious information gathering.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing an unpinned package may result in different code being installed over time, depending on the current PyPI release.
The skill depends on installing the external `wikipedia` package from PyPI, and the example does not pin a package version. This is purpose-aligned but gives the installed package supply-chain significance.
pip install wikipedia
Install from a trusted environment and consider pinning or reviewing the package version if reproducibility matters.
