Priority Conflict Resolver

v1.0.0

面对多个目标、有限资源与冲突时,输出排序、牺牲说明、边界与不做清单。;use for priority, tradeoff, planning workflows;do not use for 替代人事绩效决策, 伪造资源承诺.

0· 80·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided artifacts: resources/spec.json, template, examples and a Python script that generates structured briefs and lightweight audits. Declared requirement (python3) is appropriate and proportionate.
Instruction Scope
SKILL.md instructs the agent to either produce text from templates or, if allowed, run the included script: python3 scripts/run.py --input <input> --output <output>. The script operates on an input file or directory and reads text files to build a report. This is consistent with the skill's purpose, but exercising the directory-audit / pattern-audit functionality on arbitrary paths could expose local content if invoked with sensitive system directories—so only run it against intended inputs.
Install Mechanism
Instruction-only skill with no install spec; the only runtime requirement is python3. No downloads, package installs, or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The script reads files from disk (based on user-supplied input), which is appropriate for a local audit/templating tool and matches the stated scope.
Persistence & Privilege
always is false; the skill does not request permanent inclusion or elevated platform privileges and does not modify other skills or global agent configs. It can write an output file if --output is provided, which is expected behavior.
Assessment
This skill appears coherent and safe for its stated purpose. Before executing the included script, review it (scripts/run.py) and run it with --dry-run or against example inputs. Do not point the --input argument at system or home directories unless you intend the script to read those files. Prefer producing the template-driven text output when handling sensitive material, redact or desensitize inputs before running the script, and restrict autonomous agent invocation if you do not want the agent to run local scripts without explicit confirmation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a1yn1g43rqy6sydzjvqnff9836c0k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

⚖️ Clawdis
OSmacOS · Linux · Windows
Binspython3

Comments