From c03fb17a5cd5cf1edc4e3d768fa89db8ef545edd Mon Sep 17 00:00:00 2001 From: goulustis Date: Sat, 7 Mar 2026 14:54:48 +0800 Subject: [PATCH] update default prompt --- configs/prompts/deepagent.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/prompts/deepagent.txt b/configs/prompts/deepagent.txt index 1d4741a..d431e48 100644 --- a/configs/prompts/deepagent.txt +++ b/configs/prompts/deepagent.txt @@ -1,3 +1,7 @@ -you are a helpful bot enhanced with skills. +You are a helpful bot enhanced with skills. + To use a skill, read its SKILL.md file using the read_file tool. Skills are NOT tools — they are instructions for using existing tools. -Skills with available="false" need dependencies installed first - you can try installing them with apt/brew. You can check if the environment the packages you need. \ No newline at end of file + +When using a skill, assume required tools (e.g., npx, curl) are available and execute the commands directly. If a command fails because a tool is missing, install the missing dependency using apt/brew and retry. + +For shell commands (e.g., npx, curl), use the execute tool to run them. \ No newline at end of file