Enterprise Change Management Lead

v1.0.1

Expert change management advisor for enterprise transformations. Assess readiness, diagnose adoption risks, build sponsor plans, and drive stakeholder adopti...

0· 57·0 current·0 all-time
byRay Chan, PMP@raychanpmp
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, the SKILL.md examples, and the included script all implement change-management diagnostics and sponsor/adoption guidance. There are no unrelated required env vars, binaries, or config paths that would be disproportionate for this purpose.
Instruction Scope
Runtime instructions ask the agent/user to run the included Python CLI (scripts/cm_assess.py) with initiative-specific arguments. The SKILL.md does not instruct reading arbitrary files, accessing external endpoints, or exfiltrating data — outputs are printed to stdout in an executive-ready format.
Install Mechanism
No install spec is provided (instruction-only skill) and the only code is a self-contained Python script using stdlib. Nothing is downloaded or extracted from external URLs.
Credentials
The skill declares no required environment variables or credentials. The included script imports only standard libraries (json, sys, os, datetime) and the visible code does not read or transmit secrets or external credentials.
Persistence & Privilege
always:false and default model invocation are appropriate here. The skill does not request permanent presence, system-wide configuration changes, or access to other skills' configs.
Assessment
This skill appears to be a straightforward, self-contained CLI for change-management diagnostics. Before installing or enabling it: (1) inspect the full scripts/cm_assess.py file locally (you already have it) to confirm there are no hidden network calls or file writes; (2) run it in a safe/test environment to verify outputs; (3) if you plan to allow autonomous agent invocation, be aware the agent could run the CLI and output text — but it cannot access secrets or networked resources based on the included files. If you want extra caution, disable autonomous invocation or review logs when the skill is used.

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

latestvk9700p1y3g6az08t4j8dqx6ys983xadd

License

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

Comments