← Back to Skills Marketplace
271
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install process-flow-navigator
Description
业务流程图导航助手 - 帮助你在复杂的多分支流程中导航、规划路径、查询技能编码。支持 A→K 主流程及所有子流程分支。
Usage Guidance
This skill appears coherent and local-only, but exercise the usual caution: (1) the CLI script uses python3 though the metadata lists no required binaries — ensure python3 is available or adapt the script before use; (2) the source/homepage are unknown, so review data/flow-rules.json to confirm the flow matches your expectations and contains no sensitive information you wouldn't want stored in a skill; (3) run the script in a sandbox or non-production environment first if you have any doubts; (4) because the skill is user-invocable and can be invoked by the agent autonomously (normal default), only enable it if you trust the owner or have inspected the files — there is no evidence of network calls or credential access in the package.
Capability Analysis
Type: OpenClaw Skill
Name: process-flow-navigator
Version: 1.0.0
The skill bundle contains a command injection vulnerability in `scripts/navigate.sh`. The `get_node_code` function interpolates the `$node` shell variable directly into a `python3 -c` command string without sanitization, which could allow an attacker to execute arbitrary Python code. While the logic in `SKILL.md`, `README.md`, and `data/flow-rules.json` appears aligned with the stated purpose of business process navigation, the presence of this high-risk vulnerability requires a suspicious classification.
Capability Assessment
Purpose & Capability
The skill's name/description (process flow navigation) match the included files: a JSON flow-rules data file, SKILL.md, README, and a CLI script that answers navigation queries. One minor inconsistency: the SKILL.md/registry metadata declare no required binaries, but scripts/navigate.sh invokes python3 for the 'code' command. That is a small metadata mismatch (the script legitimately needs python3 to print node codes) but does not indicate malicious behavior.
Instruction Scope
SKILL.md describes navigation, path planning, and code lookup only. The runtime script reads only the included data/flow-rules.json and prints results; it does not reference arbitrary user files, system configuration, or network endpoints. The SKILL.md notes the source was a user-provided PDF, but there is no code that tries to parse user PDFs or automatically ingest user files, so there is no scope creep.
Install Mechanism
No install spec is present (instruction-only plus a local script); nothing is downloaded at install time. README suggests git clone or clawhub install but there are no remote installers or external archives referenced, so no high-risk install behavior is present.
Credentials
The skill declares no environment variables, no credentials, and none of the files attempt to read environment secrets. All data used is in the included data/flow-rules.json; there is no disproportionate credential request.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It is a normal, non-persistent helper with no special privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install process-flow-navigator - After installation, invoke the skill by name or use
/process-flow-navigator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Process Flow Navigator v1.0.0
- 首发上线,提供完整 A→K 主流程与所有子流程分支的导航支持
- 实现多节点路径规划与分支结构可视化
- 支持流程节点的校验/执行/判定技能编码查询
- 提供示例问题,便于快速上手
Metadata
Frequently Asked Questions
What is Process Flow Navigator?
业务流程图导航助手 - 帮助你在复杂的多分支流程中导航、规划路径、查询技能编码。支持 A→K 主流程及所有子流程分支。 It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.
How do I install Process Flow Navigator?
Run "/install process-flow-navigator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Process Flow Navigator free?
Yes, Process Flow Navigator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Process Flow Navigator support?
Process Flow Navigator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Process Flow Navigator?
It is built and maintained by JopYin (@jopyin); the current version is v1.0.0.
More Skills