"agents": { "defaults": { "compaction": { "mode": "safeguard" }, "model": { "primary": "ollama/qwen3.5:cloud" }, "models": { "ollama/kimi-k2.5:cloud": {} }, "workspace": "C:\\Users\\Admin\\.openclaw\\workspace" ##这里很重要哦,这个是你虾的活动路径。 }, "list": [ { "id": "main", "tools": { "alsoAllow": [ "tavily_extract", "ollama_web_search", "tavily_crawl", "tavily_map", "tavily_research", "tavily_search" ], "deny": [ "agents_list" ] } } ] }, "auth": { "profiles": { "ollama:default": { "mode": "api_key", "provider": "ollama" } } }, "channels": { "feishu": { "appId": 你的, "appSecret": 你的, "connectionMode": "websocket",#重要 "domain": "feishu", "enabled": true, "groupPolicy": "disabled" } }, "commands": { "native": "auto", "nativeSkills": "auto", "ownerDisplay": "raw", "restart": true }, "env": { "NCBI_API_KEY": 你的NCBI的API, "NCBI_EMAIL": 你的NCBI的邮箱。这里是用来做pubmed搜索的。 }, "gateway": { "auth": { "mode": "password", "password": 你的密码 }, "bind": "loopback", #重要 "mode": "local", #重要 "nodes": { "denyCommands": [ "camera.snap", "camera.clip", "screen.record", "contacts.add", "calendar.add", "reminders.add", "sms.send" ] },