evolution-predictor

v1.0.0

Predict optimal next evolution actions based on history analysis, including stagnation detection, innovation gap measurement, and skill recommendations. Use...

0· 66·0 current·0 all-time
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
The skill claims to analyze evolution history and recommend next actions; index.js reads local evolution history files, computes metrics, and returns recommendations — this matches the stated purpose. No unrelated credentials or external services are required.
Instruction Scope
SKILL.md describes using the module API and the implementation reads files from a specific default path (/root/.openclaw/workspace/memory/evolution). The SKILL.md does not explicitly document this filesystem path or the exact file naming expectations, so users should be aware the skill will read local workspace files.
Install Mechanism
No install spec; the skill is instruction- and code-based only and does not download or install external packages or binaries. This is low-risk from an install-mechanism perspective.
Credentials
The skill requests no environment variables, credentials, or external config paths. Its filesystem access is limited to an evolution workspace path (configurable via options), which is consistent with its functionality.
Persistence & Privilege
always is false and the skill does not modify global agent settings. It only reads local files and produces recommendations; it does not attempt to persist credentials or alter other skills.
Assessment
This skill appears to do what it says: it reads local evolution history files, computes metrics, and returns recommendations. Before installing, verify the following: 1) you are comfortable with the skill reading files from the agent workspace (default: /root/.openclaw/workspace/memory/evolution) or supply an explicit, non-sensitive evolutionPath when invoking it; 2) inspect the full index.js (the provided file was truncated at the end) to ensure it exports the expected functions and does not include any unexpected network or write operations; 3) if you plan to run this in a different environment, confirm the file paths and permissions are appropriate so it cannot be pointed at sensitive system paths. If those checks look good, the skill is internally coherent and low-risk.

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

latestvk972e26hhtqrtpkwqbr36z5e4d83mf5a

License

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

Comments