← Back to Skills Marketplace
lnj22

pddl-skills

by lnj22 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pddl-tpp-planning-pddl-skills
Description
Automated Planning utilities for loading PDDL domains and problems, generating plans using classical planners, validating plans, and saving plan outputs. Sup...
Usage Guidance
This skill appears to do what it says (load PDDL, run a classical planner, validate, and save plans) but the SKILL.md assumes Python libraries (unified_planning and a planner like pyperplan) and mentions a LICENSE.txt that isn't included. Before installing or invoking it: 1) confirm the agent/runtime already has unified_planning and the planner backend installed (or ask the author for a pip install spec or requirements list); 2) request the missing LICENSE.txt or verify licensing terms; 3) be aware the skill will read the PDDL files you point it at and write plan files to disk — only provide trusted inputs/paths; 4) if you want the skill to be self-contained, ask the publisher to add an install spec (pip package names and versions) or include code files so dependency installation is explicit.
Capability Analysis
Type: OpenClaw Skill Name: pddl-tpp-planning-pddl-skills Version: 0.1.0 The skill bundle provides standard utilities for PDDL (Planning Domain Definition Language) tasks using the legitimate 'unified_planning' Python library. The functions described in SKILL.md (load-problem, generate-plan, save-plan, and validate) are consistent with their stated purpose and do not contain any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description and the runtime instructions align: the skill is about loading PDDL files, generating and validating plans using unified_planning and a classical planner (pyperplan). That purpose legitimately requires the Python unified_planning framework and a planner backend.
Instruction Scope
Instructions are scoped to PDDL tasks (loading domain/problem files, generating/validating plans, and writing plan files). They explicitly read and write user-specified files (domain/problem/plan) which is expected for this functionality. The SKILL.md assumes access to specific Python APIs (unified_planning.io.PDDLReader, OneshotPlanner, PDDLWriter, SequentialPlanValidator) but does not instruct the agent to install or verify those dependencies.
Install Mechanism
There is no install spec and no declared dependencies. SKILL.md requires unified_planning and a planner backend (pyperplan) but the registry metadata lists no required packages, binaries, or install steps. This is an operational gap: the instructions will fail unless the runtime already has those Python libraries. Also the file notes a proprietary LICENSE.txt but no LICENSE file is present in the package manifest.
Credentials
The skill requests no environment variables, credentials, or config paths. Its file I/O is limited to user-supplied domain/problem files and writing plan outputs, which is proportional to the stated purpose.
Persistence & Privilege
The skill does not request always:true and is user-invocable only; it does not declare any persistent or privileged behavior. Autonomous invocation is allowed by platform default but is not combined with other high-risk factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pddl-tpp-planning-pddl-skills
  3. After installation, invoke the skill by name or use /pddl-tpp-planning-pddl-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Slug pddl-tpp-planning-pddl-skills
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is pddl-skills?

Automated Planning utilities for loading PDDL domains and problems, generating plans using classical planners, validating plans, and saving plan outputs. Sup... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install pddl-skills?

Run "/install pddl-tpp-planning-pddl-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pddl-skills free?

Yes, pddl-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does pddl-skills support?

pddl-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pddl-skills?

It is built and maintained by lnj22 (@lnj22); the current version is v0.1.0.

💬 Comments