📦 RALSTP Consultant — 递归智能规划
v1.0.1基于 Dorian Buksz 博士论文的 RALSTP(递归智能体与地标战略-战术规划)框架,自动识别智能体、地标与策略,递归拆解复杂问题,生成可执行战术方案,适用于多步决策与动态环境。
2· 689·0 当前·0 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceThe skill's files and runtime instructions are coherent with its stated purpose (RALSTP analysis); it requests no credentials, has no install step, and the included script only reads user-provided PDDL files and prints heuristic analysis.
评估建议
This skill appears to do what it says: conceptual analysis via LLM and an optional formal mode that parses PDDL files with the included script. Before using: (1) Only run the analyze.py on PDDL files you trust or run it in a sandbox — it will read any local files you point it at but does not perform network access or execute code from those files. (2) Expect the script to be heuristic and approximate (regex-based parsing); results may be incorrect on complex PDDL. (3) No credentials or external ...详细分析 ▾
✓ 用途与能力
The name/description (RALSTP analysis, conceptual + optional formal mode) matches the provided SKILL.md and the included scripts. The provided scripts implement a lightweight PDDL parser and RALSTP heuristics — which is exactly what a formal-mode helper would need. There are no unrelated dependencies, binaries, or credentials requested.
ℹ 指令范围
The SKILL.md stays within the declared purpose: it describes conceptual use with LLMs and an optional formal mode that requires user-provided domain/problem PDDL files. The runtime instructions do not request system-wide data or secrets. Note: the included analyze.py reads local files you pass to it and uses heuristic/regex parsing (not a full secure parser). This is an accuracy/robustness concern rather than a security incoherence — validate untrusted PDDL inputs if you care about correctness.
✓ 安装机制
There is no install specification (instruction-only except for an included script). Nothing is downloaded or written by an installer. This is the lowest-risk class for installation.
✓ 凭证需求
The skill declares no required environment variables, no credentials, and no config paths. The script only opens the domain/problem paths supplied by the user; that is proportional to the claimed formal-mode functionality.
✓ 持久化与权限
The skill is not forced-always, is user-invocable, and does not request any persistent/system privileges or attempt to modify other skills or system configuration. Autonomous invocation is permitted by platform default but is not combined with other red flags here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/2/13
Clarified Natural Language vs PDDL capability to fix security flag. Added Implementation Note explaining Conceptual Mode (LLM) vs Formal Mode (PDDL).
● 无害
安装命令
点击复制官方npx clawhub@latest install ralstp-consultant
镜像加速npx clawhub@latest install ralstp-consultant --registry https://cn.longxiaskill.com镜像同步中