- outbound 参数支持换行
- ⚡4
- ❤️1
回滚至某个特殊 commit 会导致插件和版本不统一
netartyoudaoinclude_unsupported_proxy
function transform(clip) {
// 1. 提取 IP
const ipMatch = clip.text.match(/\b\d{1,3}(?:\.\d{1,3}){3}\b/);
if (!ipMatch) return "未找到 IP 地址";
const ip = ipMatch[0];
try {
// 2. 同步请求
const res = fetchSync(`http://ip-api.com/json/${ip}?lang=zh-CN`);
const data = JSON.parse(res.text);
// 3. 格式化输出
return Object.entries(data)
.map(([k, v]) => `\`${k}\`: \`${v}\``)
.join('\n');
} catch (e) {
return "查询失败: " + e.message;
}
}OLLAMA_API_KEY~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字
- ollama-web: Use this tool for single-query web search and single-page web fetch.
- fetch-url: Use this when you need the raw HTTP response for non-HTML content or APIs. Examples: JSON, XML, RSS/Atom, CSV, plain text, files, or downloads. If the target is a human-readable web page (HTML), use ollama-web instead.2.21.46 sing-box WireGuard 调整并输出为 endpointspollinations-image-gen 这个 skillnpx skills add xream/scripts --skill pollinations-image-gen/root/.agents/skills~/.openclaw/openclaw.json"browser": { "enabled": false }"tools": { "web": { "search": { "enabled": false }, "fetch": { "enabled": false } } }"skills": {
"load": {
"extraDirs": [
"/root/.agents/skills"
],
"watch": true,
"watchDebounceMs": 250
},
"entries": {
"pollinations-image-gen": {
"enabled": true,
"env": {
"POLLINATIONS_PAID": "false",
"POLLINATIONS_API_KEY": "..."
}
}
}
}~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字
- 生成图片使用 pollinations-image-gen, model 默认使用 zimage, 除非用户指定其他 model
- 当我让你截图或直接发送图片时, 需要使用 Message send media 发送图片到当前对话, 回复用户的消息
~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字
- 生成图片使用 pollinations-image-gen, model 默认使用 zimage, 除非用户指定其他 model
- 当我让你截图或直接发送图片时, 需要使用 Message send media 发送图片到当前对话, 回复用户的消息
bun install -g https://github.com/xream/qmd --trust~/.config/qmd/index.yml 如图 2 设置models:
embed:
base_url: "https://api.siliconflow.cn/v1"
key: "sk-..."
model: "BAAI/bge-m3"
rerank:
base_url: "https://api.siliconflow.cn/v1"
key: "sk-..."
model: "BAAI/bge-reranker-v2-m3"
query:
base_url: "https://api....com/v1"
key: "..."
model: "..."~/.openclaw/openclaw.json 如图 3 设置openclaw gateway restart/v full 方便调试/v on 不开 full , /v off 关掉
index.tsx
~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字
- exa-search: Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Exa Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.
- google-search: Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Google Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.
- fetch-url: Use this when you need the raw HTTP response for non-HTML content or APIs. Examples: JSON, XML, RSS/Atom, CSV, plain text, files, or downloads. If the target is a human-readable web page (HTML) that should be converted to markdown, use fetch-webpage instead.
- fetch-webpage: You can use this tool to fetch and convert webpages into markdown format by providing specific URLs.EXA_API_KEY 可选, 可在 https://dashboard.exa.ai/api-keys 获取), 其他的可配合随机负载均衡实现白嫖(破每分钟请求数限制), 以 mihomo 为例proxy-groups:
- name: "lbrr"
type: load-balance
strategy: round-robin
# ...省略
rules:
- DOMAIN,pure.md,lbrr
- DOMAIN,r.jina.ai,lbrr[Proxy Group]
Random LB = load-balance, include-other-group=A_GROUP, persistent=0
[Rule]
DOMAIN,pure.md,"Random LB"
DOMAIN,r.jina.ai,"Random LB"
index.tsx#cacheKey=xxx (xxx 不要重复, 这是缓存的 key ) 填入 Sub-Store 开启乐观缓存功能 详见 https://t.me/zhetengsha/1417noFlow 不查询流量信息, 反正都焚了...类似这样 #cacheKey=xxx&noFlow#cacheTtl=31536000&headersCacheTtl=31536000 这样缓存为一年 就不会拉取了. 流量查询好像也没啥意义了, 直接设置不查 #cacheTtl=31536000&noFlow