← 返回 Skills 市场
thedragosexperience

RALSTP Consultant

作者 thedragosexperience · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
720
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ralstp-consultant
功能描述
Analyze problems using RALSTP (Recursive Agents and Landmarks Strategic-Tactical Planning). Based on PhD thesis by Dorian Buksz (RALSTP). Identifies agents,...
安全使用建议
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 endpoints are requested, so installing it does not expose secrets. If you want extra safety, inspect the script (it's short) or run it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: ralstp-consultant Version: 1.0.1 The skill bundle provides a RALSTP consultant, designed to analyze problems using a specific planning methodology. The `SKILL.md` clearly outlines its purpose and usage, including an optional 'Formal Mode' that utilizes `scripts/analyze.py` for PDDL file analysis. The `analyze.py` script is a self-contained Python program that parses PDDL files, identifies agents, and calculates difficulty metrics. It does not perform any network requests, execute external commands, access sensitive files beyond its stated purpose, or use `eval`/`exec` on untrusted input. There is no evidence of data exfiltration, persistence mechanisms, or prompt injection attempts designed to subvert the agent's core functionality for malicious ends. The code and documentation align with the stated purpose of a planning analysis tool.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ralstp-consultant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ralstp-consultant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Clarified Natural Language vs PDDL capability to fix security flag. Added Implementation Note explaining Conceptual Mode (LLM) vs Formal Mode (PDDL).
v1.0.0
Initial release of ralstp-consultant skill. - Analyzes complex problems using RALSTP (Recursive Agents and Landmarks Strategic-Tactical Planning) method. - Identifies dynamic agents, passive objects, and maps agent dependencies. - Assesses problem difficulty with entanglement and agent count metrics. - Provides both strategic (abstract) and tactical (detailed) breakdowns. - Suggests decomposition strategies for parallelism and risk management. - Output includes structured analysis for workflows with multiple actors or resource contention.
元数据
Slug ralstp-consultant
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

RALSTP Consultant 是什么?

Analyze problems using RALSTP (Recursive Agents and Landmarks Strategic-Tactical Planning). Based on PhD thesis by Dorian Buksz (RALSTP). Identifies agents,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 720 次。

如何安装 RALSTP Consultant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ralstp-consultant」即可一键安装,无需额外配置。

RALSTP Consultant 是免费的吗?

是的,RALSTP Consultant 完全免费(开源免费),可自由下载、安装和使用。

RALSTP Consultant 支持哪些平台?

RALSTP Consultant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RALSTP Consultant?

由 thedragosexperience(@thedragosexperience)开发并维护,当前版本 v1.0.1。

💬 留言讨论