← Back to Skills Marketplace
63
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install police-qualification-exam
Description
Automation skill for 警察执法资格考试助手.
Usage Guidance
This package appears to be a self-contained Python-based exam assistant with large local question banks and is mostly coherent with its stated purpose, but proceed cautiously: 1) The SKILL.md contained unicode control characters (a prompt-injection signal). Ask the developer to provide a cleaned SKILL.md with no hidden/control characters and explain why they were present. 2) Inspect pqebot-web.py and start.py before installation to confirm whether they make network calls or send data externally; if you cannot review, install only in an isolated environment (no network) or sandbox. 3) Confirm you have Python 3 available (SKILL.md requires python3) — the registry summary contradicted this. 4) Do not provide any credentials or sensitive environment variables to this skill. 5) If you need stronger assurance, request the developer to document any external endpoints used and provide a line-by-line audit of network-related code; otherwise treat the skill as potentially exfiltrative and run it with network disabled.
Capability Analysis
Type: OpenClaw Skill
Name: police-qualification-exam
Version: 1.0.0
The skill bundle is a comprehensive study assistant for the Chinese Police Qualification Exam, providing exam outlines, high-frequency knowledge points, and a large database of past exam questions (2013-2024). The Python scripts (pqebot-core.py, pqebot-web.py, and start.py) implement a standard CLI-based interactive learning system and a web search module with mocked results. No evidence of malicious intent, data exfiltration, or prompt injection was found; the code logic is entirely consistent with the educational purpose of the skill.
Capability Assessment
Purpose & Capability
Name/description match the included files: large local question banks, exam outline, knowledge points, and Python scripts (pqebot-core.py, pqebot-web.py, start.py). The SKILL.md declares a Python requirement (openclaw.requires.bins: ['python3']), which is coherent with the included .py files. However, the top-level metadata in the provided registry summary said 'Required binaries: none' while SKILL.md requires python3 — a mild inconsistency in declared requirements.
Instruction Scope
SKILL.md is mostly configuration and triggers; pqebot-core.py (shown) reads local JSON data and manages sessions (no obvious exfiltration). However: (1) a web module (pqebot-web.py) is included but its contents were truncated in the review — that file could perform network requests; (2) the SKILL.md was flagged for unicode control characters (prompt-injection pattern) which may be an attempt to hide or manipulate LLM instructions. Together these raise scope concerns — especially around any undisclosed network activity or hidden instructions.
Install Mechanism
There is no external download URL and the bundle includes all code and data files. The SKILL.md contains an openclaw.install entry ('id: skill-files'), so skill files will be written to disk when installed. This is expected for a code-based skill and is lower risk than fetching remote executables, but it does create persistent files on disk.
Credentials
No environment variables or credentials are required and the visible code reads only local data files. The requested environment access appears proportional to the stated purpose. Still, because a web module is present, verify whether it uses network credentials or external endpoints before granting broader permissions.
Persistence & Privilege
always:false and no elevated platform-wide privileges are requested. The skill will install files into the agent's skill directory (normal for a code-based skill) and can be invoked by the model (default behavior). There is no evidence it modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install police-qualification-exam - After installation, invoke the skill by name or use
/police-qualification-exam - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
police-qualification-exam 1.0.0
- 发布警察执法资格考试助手第一个版本
- 提供完整大纲解析、2013-2024年12年真题库(共766题)
- 支持高频考点分析与模拟练习功能
- 适配2026大纲
- 覆盖执法资格、警察考试相关常用需求
Metadata
Frequently Asked Questions
What is 警察执法资格考试助手?
Automation skill for 警察执法资格考试助手. It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.
How do I install 警察执法资格考试助手?
Run "/install police-qualification-exam" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 警察执法资格考试助手 free?
Yes, 警察执法资格考试助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 警察执法资格考试助手 support?
警察执法资格考试助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 警察执法资格考试助手?
It is built and maintained by webpenbot (@webpenbot); the current version is v1.0.0.
More Skills