From a08f7bbf5cae50521d90be7534a6b517ee6d5072 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Sat, 20 Jun 2026 07:18:25 +0300 Subject: [PATCH] Fix skill manifest install paths --- skill.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skill.json b/skill.json index 1f1fd28..20ff7a3 100644 --- a/skill.json +++ b/skill.json @@ -1,7 +1,7 @@ { "name": "five-step-method", "displayName": "Five-Step Work Method", - "version": "1.0.0", + "version": "1.0.1", "description": "Universal decision framework based on Musk's five-step methodology. Teaches AI agents to question requirements, delete complexity, and simplify before acting — whether writing code, making product decisions, planning strategy, or designing processes. Prevents over-engineering, unnecessary meetings, premature automation, and scope creep.", "author": "OpenLucid", "license": "MIT", @@ -26,6 +26,7 @@ "openclaw" ], "installation": { - "claude-code": "cp -r .claude/skills/five-step-method ~/.claude/skills/" + "claude-code": "cp -r skills/five-step-method ~/.claude/skills/", + "openclaw": "cp -r skills/five-step-method /path/to/openclaw/skills/" } }