← 返回 Skills 市场
lt8899789

Fu Shi

作者 无为上人 · GitHub ↗ · v1.0.17 · MIT-0
cross-platform ✓ 安全检测通过
329
总下载
0
收藏
0
当前安装
17
版本数
在 OpenClaw 中安装
/install fu-shi
功能描述
Plan and decompose complex tasks into prioritized steps, create execution strategies, and track task progress and blockers.
使用说明 (SKILL.md)

\r \r

伏矢·路径魄 (Fu Shi - Path Planner)\r

\r

七魄之二·伏矢\r 职掌:任务规划、策略选择、目标拆解\r \r ---\r \r

技能简介\r

\r 「伏矢·路径魄」是贫道的任务规划模块,职掌任务分解与策略规划。\r \r 核心职责:\r

  • 将复杂任务拆解为可执行步骤\r
  • 制定执行策略与优先级\r
  • 路径规划与目标追踪\r \r ---\r \r

技能ID\r

\r

fu-shi\r
```\r
\r
---\r
\r
## 能力清单\r
\r
### 1. 任务拆解 (decompose)\r
\r
将复杂任务拆解为有序的子任务。\r
\r
**输入**:`task` (string) - 待拆解的任务描述\r
\r
**输出**:\r
```yaml\r
subtasks:\r
  - id: 1\r
    name: 子任务名称\r
    description: 详细描述\r
    priority: high|medium|low\r
    dependencies: [依赖的任务ID]\r
```\r
\r
---\r
\r
### 2. 策略规划 (plan)\r
\r
为给定目标制定执行策略。\r
\r
**输入**:`goal` (string) - 目标描述\r
**输出**:\r
```yaml\r
strategy:\r
  approach: 直接|迭代|分治|回溯\r
  steps: 执行步骤列表\r
  estimatedTime: 预估时间\r
  risks: 潜在风险\r
```\r
\r
---\r
\r
### 3. 目标追踪 (track)\r
\r
追踪任务执行进度。\r
\r
**输入**:`taskId` (string) - 任务ID\r
**输出**:\r
```yaml\r
progress:\r
  completed: 已完成数\r
  remaining: 剩余数\r
  current: 当前任务\r
  blockers: 阻碍因素\r
```\r
\r
---\r
\r
---\r
\r
## 聚合技能\r
\r
本魄作为规划中枢,协调执行方向:\r
\r
| 现有技能 | 调用方式 | 整合说明 |\r
|---------|---------|---------|\r
| `flutter` | 执行 | Flutter App 开发任务规划 |\r
| `mobile-app-builder` | 执行 | 移动开发任务规划 |\r
| `grape` | 执行 | 葡萄H5项目规划 |\r
| `bodhi-three-hun-and-seven-po` | 元技能 | 三魂七魄根基,协调各魄 |\r
\r
---\r
\r
## 魂魄注解\r
\r
伏矢为主,尸狗为辅——规划先行,安全随行。\r
安全使用建议
This skill appears internally consistent and low-risk: it performs local text-based task decomposition and planning and does not request secrets or perform network operations. Before installing, confirm you trust the skill owner (source/homepage are absent) and be aware that the skill lists integrations with other skills (flutter, mobile-app-builder, grape, etc.); if you allow autonomous invocation, the agent could call those integrations—make sure those target skills are trusted. If you need higher assurance, request the publisher's provenance or run the bundled script in a sandbox first.
功能分析
Type: OpenClaw Skill Name: fu-shi Version: 1.0.17 The 'Fu Shi - Path Planner' skill is a task management utility that provides simple logic for task decomposition and strategy planning. The implementation in 'scripts/index.js' uses basic keyword matching to return static JSON templates for project planning and contains no network calls, file system access, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description match the provided assets. SKILL.md and scripts/index.js implement decomposition, planning, and tracking logic; the manifest declares no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md describes only task-planning behaviors and an aggregation table listing other skills to coordinate with; it does not instruct reading arbitrary files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec is present (instruction-only). There is a small, readable scripts/index.js bundled, but no downloads, extract steps, or third-party install sources.
Credentials
No required environment variables, credentials, or config paths are declared or referenced in the code or SKILL.md.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges; nothing in the files attempts to modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fu-shi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fu-shi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.17
- Version updated to 1.0.17 in documentation. - No feature or functional changes; SKILL.md updated version label only.
v1.0.16
- Version updated to 1.0.16 in SKILL.md. - No functional or content changes outside of the version number.
v1.0.15
- Version updated to 1.0.15 in documentation. - No functional or content changes; updated SKILL.md version header only.
v1.0.14
- Bumped version to 1.0.14 in SKILL.md. - No functional or documentation changes other than version update.
v1.0.13
- Updated version to 1.0.13 in documentation. - No functional or content changes; documentation only.
v1.0.12
- Updated skill version to 1.0.12 in metadata. - Removed all previous metadata fields except version. - No changes to feature set or documentation content.
v2.0.1
- Updated to version 2.0.1. - Enhanced SKILL.md with structured metadata, including skill_id, name, category, tags, platforms, author, and capacity details. - Added configuration for load_strategy and estimated_tokens. - No changes to skill features or abilities.
v1.0.11
- Updated version to 1.0.11 in SKILL.md. - No other content changes.
v1.0.10
- Version updated to 1.0.10 in SKILL.md. - No functional or content changes; version metadata increment only.
v1.0.9
- Version updated to 1.0.9 in SKILL.md. - No functional or documentation changes apart from the version number.
v1.0.8
- Bumped version to 1.0.8 in SKILL.md. - No other content changes detected.
v1.0.7
- Version updated from 1.0.6 to 1.0.7 in SKILL.md - No changes to feature descriptions, functionality, or documentation content - No other files modified
v1.0.6
- Version updated to 1.0.6 in SKILL.md. - No functional or content changes; only the version number was incremented.
v1.0.5
- Updated version to 1.0.5 in SKILL.md. - No functional or structural content changes made.
v1.0.4
- Bump version to 1.0.4 in SKILL.md. - No other content changes.
v1.0.3
- Updated SKILL.md to version 1.0.3 (from 1.0.2) - No functional or capability changes; documentation update only
v1.0.2
- Added skill version 1.0.2. - Expanded and clarified skill responsibilities, outlining task decomposition, strategy planning, and goal tracking features. - Detailed the input and output formats for all core capabilities. - Listed integration with related skills and modules for coordinated planning execution. - Provided updated documentation in Chinese for user clarity.
元数据
Slug fu-shi
版本 1.0.17
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 17
常见问题

Fu Shi 是什么?

Plan and decompose complex tasks into prioritized steps, create execution strategies, and track task progress and blockers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。

如何安装 Fu Shi?

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

Fu Shi 是免费的吗?

是的,Fu Shi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Fu Shi 支持哪些平台?

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

谁开发了 Fu Shi?

由 无为上人(@lt8899789)开发并维护,当前版本 v1.0.17。

💬 留言讨论