Curriculum Generator
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only curriculum skill is mostly purpose-aligned, but users should notice its external search dependency, user-directed installs, local memory, and background-task support.
Before installing, make sure you trust the external neo-ddg-search dependency and any Python packages you install. Do not include private student, teacher, or organizational details in web search queries or debug output, and periodically review the local memory and outputs folders.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the recommended dependency or packages expands what must be trusted beyond this skill itself.
The skill relies on an external skill and user-installed Python packages that are not part of this instruction-only package.
- **neo-ddg-search skill**: For web searching educational resources - Install: `clawhub install neobotjan2026/neo-ddg-search` ... pip3 install pandas openpyxl
Install those dependencies only from trusted sources, and review the neo-ddg-search skill and package provenance before using them.
Curriculum topics or search terms may be shared with the search provider and visible in debug output.
The skill sends curriculum topics through another skill to an external search service, which is expected for resource discovery but is still an external data flow.
For each topic in the curriculum: 1. Executes DuckDuckGo search via neo-ddg-search 2. Extracts educational URLs from results
Avoid including private student, teacher, or organization details in search terms; use debug mode only when you are comfortable showing search queries and URLs.
POD details, curriculum assumptions, or prior decisions could persist locally and influence later curriculum generation.
The artifact discloses persistent local memory that may store curriculum-related context for future use.
- Local memory storage for continuous improvement ... - **Memory**: `~/.openclaw/skills/curriculum-generator/memory/`
Review or clear the memory folder when information is outdated or sensitive, and avoid storing unnecessary personal data.
Curriculum generation or research work may continue as a background task during normal use.
The README states that the skill supports background task execution, but the artifacts do not show hidden, self-propagating, or autonomous behavior outside the curriculum workflow.
- ✅ Background task execution support
Monitor long-running tasks and stop them if they are no longer needed.
