← Back to Skills Marketplace
lt8899789

Fu Shi

by 无为上人 · GitHub ↗ · v1.0.17 · MIT-0
cross-platform ✓ Security Clean
329
Downloads
0
Stars
0
Active Installs
17
Versions
Install in OpenClaw
/install fu-shi
Description
Plan and decompose complex tasks into prioritized steps, create execution strategies, and track task progress and blockers.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fu-shi
  3. After installation, invoke the skill by name or use /fu-shi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug fu-shi
Version 1.0.17
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 17
Frequently Asked Questions

What is Fu Shi?

Plan and decompose complex tasks into prioritized steps, create execution strategies, and track task progress and blockers. It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.

How do I install Fu Shi?

Run "/install fu-shi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fu Shi free?

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

Which platforms does Fu Shi support?

Fu Shi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fu Shi?

It is built and maintained by 无为上人 (@lt8899789); the current version is v1.0.17.

💬 Comments