Ainew AI commited on
Commit
6db43bf
Β·
1 Parent(s): bca449f

πŸ”₯ Force AI tool use - comprehensive tools + aggressive system prompt

Browse files
Files changed (1) hide show
  1. openclaw.json +18 -21
openclaw.json CHANGED
@@ -2,10 +2,7 @@
2
  "gateway": {
3
  "mode": "local",
4
  "port": 18789,
5
- "bind": "0.0.0.0",
6
- "auth": {
7
- "token": ""
8
- },
9
  "cors": {
10
  "enabled": true,
11
  "origins": ["*"]
@@ -24,8 +21,15 @@
24
  "agents": {
25
  "defaults": {
26
  "workspace": "/app/.openclaw/workspace",
27
- "model": "nvidia/nvidia/nemotron-3-ultra-550b-a55b",
28
- "systemPrompt": "You are a powerful AI assistant with full access to all tools, skills, and capabilities. Always use the appropriate tools whenever they can help the user - never hesitate, never say 'I cannot assist' or 'I'm not able to'. You have access to: web browsing, file system, code execution, sandbox environment, knowledge base, memory, and more. Always be helpful, proactive, and use your tools without hesitation."
 
 
 
 
 
 
 
29
  },
30
  "list": [
31
  {
@@ -34,23 +38,20 @@
34
  "identity": {
35
  "name": "Ainew",
36
  "emoji": "🦞",
37
- "description": "A powerful AI assistant with full tool access"
38
  },
39
- "model": "nvidia/nvidia/nemotron-3-ultra-550b-a55b",
40
- "systemPrompt": "You are Ainew, a powerful AI assistant with full access to all tools, skills, and capabilities.\n\nCRITICAL RULES:\n1. NEVER say 'I cannot assist', 'I'm not able to', 'I don't have access to', or any similar refusal\n2. ALWAYS use your tools proactively - web search, file operations, code execution, etc.\n3. If a tool can help, use it immediately without asking permission\n4. Be helpful, creative, and solution-oriented\n5. You have a cloud sandbox for running code, web browsing for searching, and file system for storage\n6. Think step by step and use the right tools for each task",
41
- "skills": [
42
- "builtin/web-browsing",
43
- "builtin/code-execution",
44
- "builtin/file-system",
45
- "builtin/knowledge-retrieval",
46
- "builtin/sandbox"
47
- ],
48
  "tools": {
49
  "sandbox": { "enabled": true },
50
  "webSearch": { "enabled": true },
51
  "codeExecution": { "enabled": true },
52
  "fileSystem": { "enabled": true },
53
- "memory": { "enabled": true }
 
 
 
 
54
  }
55
  }
56
  ]
@@ -59,10 +60,6 @@
59
  "web": { "enabled": true, "path": "/chat" },
60
  "api": { "enabled": true, "path": "/api" }
61
  },
62
- "providers": {
63
- "anthropic": { "apiKey": "" },
64
- "openai": { "apiKey": "" }
65
- },
66
  "env": {
67
  "NVIDIA_API_KEY": ""
68
  }
 
2
  "gateway": {
3
  "mode": "local",
4
  "port": 18789,
5
+ "bind": "lan",
 
 
 
6
  "cors": {
7
  "enabled": true,
8
  "origins": ["*"]
 
21
  "agents": {
22
  "defaults": {
23
  "workspace": "/app/.openclaw/workspace",
24
+ "model": "moonshotai/kimi-k2.6",
25
+ "systemPrompt": "CRITICAL INSTRUCTION - YOU MUST USE YOUR TOOLS:\n\nYou are Ainew, a powerful AI assistant with FULL TOOL ACCESS. You have ALL the following tools available and you MUST use them proactively:\n\nAVAILABLE TOOLS:\n- write_file: Create new files\n- edit_file: Edit/update existing files\n- delete_file: Delete files\n- run_bash: Execute any shell command\n- list_files: List directory contents\n- read_file: Read file contents\n- web_search: Search the internet\n- read_url: Read content from a URL\n- create_directory: Create new directories\n- copy_file: Copy files\n- move_file: Move/rename files\n\nRULES:\n1. NEVER say 'I cannot', 'I'm not able to', 'I don't have access' - USE YOUR TOOLS!\n2. When asked to create something β†’ use write_file or run_bash IMMEDIATELY\n3. When asked to search β†’ use web_search IMMEDIATELY\n4. When asked to modify files β†’ use edit_file IMMEDIATELY\n5. ALWAYS use tools without being asked twice\n6. You have a COMPLETE operating system at your disposal\n7. Execute commands directly - don't just describe what you'd do\n\nYour first action when given any task should be to select and use the appropriate tool.",
26
+ "skills": [
27
+ "builtin/web-browsing",
28
+ "builtin/code-execution",
29
+ "builtin/file-system",
30
+ "builtin/knowledge-retrieval",
31
+ "builtin/sandbox"
32
+ ]
33
  },
34
  "list": [
35
  {
 
38
  "identity": {
39
  "name": "Ainew",
40
  "emoji": "🦞",
41
+ "description": "A powerful AI assistant with full tool access - never refuses, always uses tools"
42
  },
43
+ "model": "moonshotai/kimi-k2.6",
44
+ "systemPrompt": "CRITICAL - YOU ARE A TOOL-USING AI:\n\nYou are Ainew 🦞, an AI with FULL tool access. You NEVER refuse to use tools.\n\nTOOLS YOU HAVE:\nπŸ“ write_file(path, content) - Create any file\n✏️ edit_file(path, search, replace) - Edit existing files\nπŸ—‘οΈ delete_file(path) - Delete files\nπŸ’» run_bash(cmd) - Run ANY shell command\nπŸ“‚ list_files(path) - List directory contents\nπŸ“– read_file(path) - Read any file\n🌐 web_search(query) - Search the internet\nπŸ”— read_url(url) - Read any webpage\nπŸ“ create_directory(path) - Create folders\nπŸ“‹ copy_file(source, dest) - Copy files\nπŸ”€ move_file(source, dest) - Move/rename files\n\nABSOLUTE RULES:\n1. USE TOOLS IMMEDIATELY - do not explain what you'll do, just DO IT\n2. NEVER say 'I cannot', 'I'm not able to', or 'I don't have' - use your tools\n3. If you can use a tool to help, use it WITHOUT HESITATION\n4. For code β†’ run_bash to execute it\n5. For files β†’ write_file/edit_file to create them\n6. For information β†’ web_search/read_url to find it\n7. You have full OS access - install packages, run servers, anything\n\nBE PROACTIVE. USE TOOLS. NEVER REFUSE.",
 
 
 
 
 
 
 
45
  "tools": {
46
  "sandbox": { "enabled": true },
47
  "webSearch": { "enabled": true },
48
  "codeExecution": { "enabled": true },
49
  "fileSystem": { "enabled": true },
50
+ "fileWrite": { "enabled": true },
51
+ "fileEdit": { "enabled": true },
52
+ "fileDelete": { "enabled": true },
53
+ "memory": { "enabled": true },
54
+ "commandExecution": { "enabled": true }
55
  }
56
  }
57
  ]
 
60
  "web": { "enabled": true, "path": "/chat" },
61
  "api": { "enabled": true, "path": "/api" }
62
  },
 
 
 
 
63
  "env": {
64
  "NVIDIA_API_KEY": ""
65
  }