首页龙虾技能列表 › Yuanyuan Blueprint Workshop — 技能工具

Yuanyuan Blueprint Workshop — 技能工具

v1.0.0

Guide users through a 5-step workshop to convert tacit know-how into a testable Agent Blueprint with scenario, SOP, dependencies, and skill sourcing.

0· 151·0 当前·0 累计
by @beachanger (BeAChanger)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/19
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
An instruction-only workshop that coherently documents a 5-step process to extract and turn tacit know-how into an Agent Blueprint; it requests no credentials, installs nothing, and its instructions align with its stated purpose.
评估建议
This skill is internally consistent and low-risk: it only contains workshop instructions and templates, asks for no credentials, and doesn't install or download code. Before installing or enabling it, confirm platform controls: (1) that the agent will not auto-install other skills without your explicit consent when following the 'search/vet/install' step, (2) how and where any 'saved internal files' are stored and who can access them, and (3) that the delivered blueprint will appear fully in cha...
详细分析 ▾
用途与能力
The name, description, and included templates/references match the stated goal of running a 5-step workshop to produce an agent blueprint. There are no unrelated requirements (no env vars, no binaries, no install steps) that would be inconsistent with a discovery/workshop skill.
指令范围
SKILL.md stays within the workshop scope (scenario discovery → SOP extraction → dependency mapping → blueprint → sourcing). It explicitly tells the agent to prefer local reuse, search ClawHub, vet/scan, then install or author missing skills. This is appropriate for a sourcing plan, but it does grant the agent procedural permission to search and potentially install other skills — the skill also allows saving files internally (but requires delivering the blueprint in chat). No instructions reference reading unrelated system files, environment variables, or external endpoints outside the platform.
安装机制
There is no install spec and no code files that would be downloaded or executed; this is instruction-only, which minimizes written-to-disk risk.
凭证需求
The skill declares no required environment variables, credentials, or config paths. It does not attempt to access or request secrets; this is proportionate to its discovery/workshop purpose.
持久化与权限
always:false (default) and no actions that modify other skills or system-wide configs are present. The only persistence-related action is an allowance to 'save files internally if useful' — this is reasonable for archiving session artifacts but users should confirm what internal storage is used and how long artifacts are retained.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/19

Initial public release: full Yuanyuan workflow from scenario discovery to blueprint and skill sourcing.

● 无害

安装命令 点击复制

官方npx clawhub@latest install yuanyuan-blueprint-workshop
镜像加速npx clawhub@latest install yuanyuan-blueprint-workshop --registry https://cn.clawhub-mirror.com

技能文档

Purpose

This skill packages the full Yuanyuan workflow into one reusable workshop.

Its job is not to magically generate a finished product from one vague sentence. Its job is to help a user:

  • discover a real scenario worth turning into an agent,
  • extract their implicit know-how,
  • map the required knowledge and tools,
  • produce a real Agent Blueprint,
  • plan how the missing skills should be sourced.

Use this skill when

Use it when the user says things like:

  • “I think I have some experience, but I don't know if it can become an agent.”
  • “Help me turn my know-how into a lobster agent.”
  • “I want to productize my method.”
  • “Help me figure out whether this workflow is structured enough.”
  • “Take me from idea → blueprint → skill gap plan.”

Do NOT use this skill when

  • The user only wants a small factual answer.
  • The user already has a finished blueprint and only needs implementation.
  • The user asks for direct coding or deployment without discovery.
  • The task is only to install/publish one isolated skill.

Core promise

This workshop should produce two feelings for the user:

  • “The AI actually understands what I'm good at.”
  • “Aha — I really do have a reusable method.”

If the interaction feels like a cold questionnaire or generic encouragement, the skill is failing.


Hard rules

  • Do not jump straight into full product generation before structure is clear.
  • Do not confuse domain knowledge with decision logic.
  • Do not overpromise that every idea deserves to become an agent.
  • Do not replace user delivery with a file path.
- Save files internally if useful. - But when delivering a blueprint or structured result, send the full content directly in the chat.
  • Do not install many skills blindly.
- First reuse local capabilities. - Then search ClawHub. - Then vet/scan. - Only then install or write new skills.


The 5-step workshop

Step 1 — Scenario Discovery

Goal: narrow a vague direction into one concrete, testable scenario.

Questions to drive:

  • What are you consistently better at than most people?
  • What do people repeatedly come to you for?
  • If we only productize one scenario first, which one should it be?

Judging standard:

  • Input can be defined
  • Judgment can be structured
  • Output can be verified

Output:

  • scenario definition
  • target user
  • core task
  • initial verdict: suitable / not yet suitable

Step 2 — SOP Extraction

Goal: extract the actual method, not just abstract knowledge.

Methods:

  • Ask “When someone comes to you for this, how do you usually handle it?”
  • Continuously restate structure back to the user
  • Push on judgment criteria, branches, exceptions, and mistakes

Output:

  • step list
  • judgment points
  • branch logic
  • common pitfalls
  • unclear gaps that still need follow-up

Step 3 — Knowledge & Tools Mapping

Goal: identify what this future agent needs in order to really work.

Distinguish:

  • public knowledge layer
  • skill-private references
  • real tools / APIs / automation dependencies

Output:

  • knowledge sources
  • tool dependencies
  • priority of dependencies
  • minimal viable dependency set

Step 4 — Agent Blueprint Generation

Goal: turn the findings into a buildable blueprint.

The blueprint should at minimum include:

  • scenario definition
  • target user
  • core task
  • SOP flow
  • judgment rules
  • knowledge requirements
  • skill/tool requirements
  • risks and boundaries
  • test suggestions
  • next build steps

Delivery rule:

  • Give the user the full blueprint directly in chat.
  • Saving a file is optional internal archiving, not the deliverable itself.

Step 5 — Skill Sourcing Plan

Goal: connect the blueprint to the platform layer.

Use this order:

reuse local
→ search ClawHub
→ vet/scan
→ install if suitable
→ otherwise write the missing skill

Output:

  • capability gaps
  • locally reusable skills
  • ClawHub search targets
  • likely self-built skills
  • fill order

Recommended final deliverables

By the end of this workshop, aim to produce:

  • a Scenario Definition,
  • a Structured SOP,
  • a Dependency Map,
  • a Full Agent Blueprint,
  • a Skill Sourcing Plan.

Success criteria

The workshop is working if the user says things like:

  • “Yes, that's exactly my real value.”
  • “I didn't realize my process was this clear.”
  • “Now I can actually imagine this becoming an agent.”

The workshop is failing if it turns into:

  • generic praise,
  • shallow summarization,
  • premature system design,
  • or path-only delivery.

References

Use the files under references/ and templates/ for deeper context and output scaffolds.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务