Task Planner
v1.0.0Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
⭐ 0· 81·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name, description, and declared features (goal breakdown, timeline, priorities) align with the content of SKILL.md and package.json. The skill does not request unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains only descriptive usage examples and an example JavaScript snippet showing a TaskPlanner class. It does not instruct the agent to read system files, access credentials, or transmit data to unexpected endpoints. The instructions are high-level and do not expand agent privileges.
Install Mechanism
No install spec is provided (instruction-only), which is low risk. However, package.json declares "main": "index.js" but no code files are present and SKILL.md's suggested install command ('clawhub install task-planner') is not backed by an actual install script or artifacts in the package. This inconsistency means the skill as distributed is likely non-functional or incomplete.
Credentials
The skill requests no environment variables, no credentials, and no config paths — appropriate for a planning/instruction-only skill.
Persistence & Privilege
Flags are default: always=false, user-invocable=true, disable-model-invocation=false. The skill does not request persistent system presence or modify other skill configurations.
Assessment
This skill looks coherent from a security perspective (it asks for no credentials and contains no install script), but it is incomplete and comes from an unknown source: package.json references index.js that is not included and SKILL.md provides only a usage example, so the skill may be non-functional. Before installing: 1) ask the publisher for source code or a homepage and verify the implementation (index.js or other runtime files); 2) avoid granting any credentials or elevated permissions until you can review code; 3) prefer installing only skills with a verifiable repository or published release; and 4) if you still want to try it, run it in a sandboxed environment first. If you need a fully implemented planner, look for a skill with included code or a documented install spec and repository.Like a lobster shell, security has layers — review code before you run it.
latestvk9712n6vfe0s5x3k9ra16qvgd1842phy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
