From d25f6c7135e0aee93dc2c840ce320d97617a6e47 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 14 Sep 2026 17:19:00 -0400 Subject: [PATCH] refac --- backend/open_webui/utils/skills.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/open_webui/utils/skills.py b/backend/open_webui/utils/skills.py index e49a1bc220..a07a2c37ed 100644 --- a/backend/open_webui/utils/skills.py +++ b/backend/open_webui/utils/skills.py @@ -104,9 +104,9 @@ def _build_skill_create_prompt(user_request: str) -> str: '2. Apply every requirement, focus, and constraint in the request to what ' 'the skill covers and emphasizes.\n' '3. Author one SKILL.md using the standards below.\n' - '4. Save with the selected terminal tools. Run `printf %s "$HOME"` ' - 'through `run_command`, then write SKILL.md at ' - '/.agents/skills//SKILL.md. If the skill ' + '4. Save with the selected terminal tools. Run `pwd` through ' + '`run_command`, then write SKILL.md at ' + '/.agents/skills//SKILL.md. If the skill ' 'needs supporting files, add them under scripts/, references/, ' 'templates/, or assets/.\n\n' f'{OPEN_WEBUI_SKILL_AUTHORING_STANDARDS}\n\n'