Fu Shi

v1.0.15

Plan and decompose complex tasks into prioritized steps, create execution strategies, and track task progress and blockers.

0· 289·0 current·0 all-time
by无为上人@lt8899789

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lt8899789/fu-shi.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Fu Shi" (lt8899789/fu-shi) from ClawHub.
Skill page: https://clawhub.ai/lt8899789/fu-shi
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install fu-shi

ClawHub CLI

Package manager switcher

npx clawhub@latest install fu-shi
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (task planning, decomposition, tracking) matches the SKILL.md and the included scripts/index.js which implements decompose, plan, and track functions and a small CLI. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md contains only task-planning instructions and output schemas. It does not direct the agent to read system files, environment variables, or transmit data to external endpoints. The listed aggregated skills are descriptive and not referenced by code.
Install Mechanism
No install specification is present (instruction-only with an included script). Nothing is downloaded or extracted; the bundled JavaScript is small and self-contained.
Credentials
The skill declares no required environment variables, no primary credential, and its code does not access process.env, secret names, or external config paths. Credential requirements are proportionate (none).
Persistence & Privilege
The skill is not always-enabled (always: false) and does not request persistent system-wide changes. It exports functions and provides a CLI but does not modify other skills or agent configuration.
Assessment
This skill appears internally consistent and low-risk: it implements simple, local functions for decomposing, planning, and tracking tasks with no network calls or credential access. If you plan to allow autonomous invocation, note it can be invoked by the agent like any other skill (always is false here). If you want stronger assurances, verify the publisher identity (source is unknown) and review future updates for any added network/credential behavior before granting broad permissions.

Like a lobster shell, security has layers — review code before you run it.

latestvk975140bp9tq8k3majp2zgvp7d85mytt
289downloads
0stars
15versions
Updated 23h ago
v1.0.15
MIT-0

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

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


技能简介

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

核心职责

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

技能ID

fu-shi

能力清单

1. 任务拆解 (decompose)

将复杂任务拆解为有序的子任务。

输入task (string) - 待拆解的任务描述

输出

subtasks:
  - id: 1
    name: 子任务名称
    description: 详细描述
    priority: high|medium|low
    dependencies: [依赖的任务ID]

2. 策略规划 (plan)

为给定目标制定执行策略。

输入goal (string) - 目标描述 输出

strategy:
  approach: 直接|迭代|分治|回溯
  steps: 执行步骤列表
  estimatedTime: 预估时间
  risks: 潜在风险

3. 目标追踪 (track)

追踪任务执行进度。

输入taskId (string) - 任务ID 输出

progress:
  completed: 已完成数
  remaining: 剩余数
  current: 当前任务
  blockers: 阻碍因素


聚合技能

本魄作为规划中枢,协调执行方向:

现有技能调用方式整合说明
flutter执行Flutter App 开发任务规划
mobile-app-builder执行移动开发任务规划
grape执行葡萄H5项目规划
bodhi-three-hun-and-seven-po元技能三魂七魄根基,协调各魄

魂魄注解

伏矢为主,尸狗为辅——规划先行,安全随行。

Comments

Loading comments...