← Back to Skills Marketplace
police-NERRE
by
Andy020326
· GitHub ↗
· v1.0.2
· MIT-0
129
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install police-nerre-test
Description
公安警情文本实体关系抽取工具,从警情文本中精准抽取指定实体与关系,输出严格结构化JSON,无任何多余内容
Usage Guidance
This skill appears to do what it says, but it extracts highly sensitive personal data. Before installing or using it: (1) avoid submitting real personal data — test with redacted or synthetic examples; (2) confirm with the publisher why python3 is required since no code is bundled; (3) ensure use complies with local laws and privacy policies for handling police/PII data; (4) monitor outputs to ensure nothing unexpected is included or transmitted externally.
Capability Analysis
Type: OpenClaw Skill
Name: police-nerre-test
Version: 1.0.2
The skill bundle is a specialized NLP tool designed for extracting entities and relationships from police report text into a structured JSON format. Analysis of SKILL.md and _meta.json reveals no executable code, external network requests, or malicious prompt injection attempts; the instructions are strictly focused on data formatting and extraction logic consistent with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill is an entity–relation extractor for police incident text. Declared requirement of python3 is plausible but not justified by any shipped code (the skill is instruction-only), so requiring python3 may be unnecessary but not a major mismatch.
Instruction Scope
SKILL.md restricts the agent to extract only listed entity types and relations and to output a strict JSON structure — this is coherent with the purpose. However the instructions explicitly extract very sensitive PII (names, ID numbers, phone numbers, bank card numbers) which is expected for this domain but raises privacy/legal concerns. The instructions do not ask for any unrelated files, env vars, or external endpoints.
Install Mechanism
No install spec (instruction-only). This is low-risk — nothing is downloaded or written to disk. The only declared binary is python3, which is a mild requirement but no code is provided that would use it.
Credentials
No environment variables, credentials, or config paths are requested. The required privileges are minimal and proportional to the stated task.
Persistence & Privilege
Skill is not set to always:true and does not request persistent/system-wide changes. It does not ask to modify other skills or agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install police-nerre-test - After installation, invoke the skill by name or use
/police-nerre-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Removed example data and extraction script files: examples/sample.json, scripts/extract.py.
- Updated skill name to "police-nerre-test" and version to 1.0.3.
- Expanded and revised schema: added new entity types (如昵称、外貌、涉案物品、危险物品、银行卡号、开户行、车牌号).
- Expanded and clarified relationship types; now includes多种亲属和所有权/纠纷关系类型.
- Enforced stricter output constraints: only strict JSON output allowed, no Markdown, explanations, or extra text.
- Output JSON structure and field order are fixed and must be preserved even if some entries are empty.
v1.0.1
- Added example data file: examples/sample.json
- Added extraction script: scripts/extract.py
v1.0.0
- Initial release of police-entity-extractor skill for extracting entities and relationships from police incident texts in JSON format.
- Supports 8 types of entities (姓名, 身份证号, 手机号, 地理位置, 事发地, 组织名称, 违法犯罪行为, 危险行为).
- Extracts 8 types of relationships, including 归属, 纠纷关系(人人), 加害关系, 存在行为, 雇佣关系, 夫妻关系, and直系亲属关系.
- Provides strict extraction rules for each entity and relationship type.
- Outputs results in a standardized JSON structure.
Metadata
Frequently Asked Questions
What is police-NERRE?
公安警情文本实体关系抽取工具,从警情文本中精准抽取指定实体与关系,输出严格结构化JSON,无任何多余内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install police-NERRE?
Run "/install police-nerre-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is police-NERRE free?
Yes, police-NERRE is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does police-NERRE support?
police-NERRE is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created police-NERRE?
It is built and maintained by Andy020326 (@andy020326); the current version is v1.0.2.
More Skills