Forwarded from 折腾啥 (小一)
免 Key 白嫖 skills: google-search, fetch-url, fetch-webpage
OpenClaw 配置文件里禁用内置的 web fetch/search tool
自己改提示词
配合随机负载均衡实现白嫖(破每分钟请求数限制), 以 mihomo 为例
Surge:
😙 文件见评论区 装到 ~/.openclaw/workspace/skills 里
群友反馈说 可以把本消息内容+压缩包发给 Bot 自动装
🤭 服务器 & 自建 🧐 频道资源合集 😄 恰饭推荐 💬 群组
🥰 #AI #脚本 #OpenClaw #Skills #fetch #search #web
OpenClaw 配置文件里禁用内置的 web fetch/search tool
~/.openclaw/openclaw.json"tools": {
"web": {
"search": {
"enabled": false
},
"fetch": {
"enabled": false
}
}
}自己改提示词
~/.openclaw/workspace/TOOLS.md 可以强化一下...- 我新加的 skills 在 ~/.openclaw/workspace/skills 里, 总是使用里面最新的名字
- 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.
配合随机负载均衡实现白嫖(破每分钟请求数限制), 以 mihomo 为例
proxy-groups:
- name: "lbrr"
type: load-balance
strategy: round-robin
# ...省略
rules:
- DOMAIN,pure.md,lbrr
Surge:
[Proxy Group]
Random LB = load-balance, include-other-group=A_GROUP, persistent=0
[Rule]
DOMAIN,pure.md,"Random LB"
群友反馈说 可以把本消息内容+压缩包发给 Bot 自动装
Please open Telegram to view this post
VIEW IN TELEGRAM
❤33🎉3🤩1
Forwarded from Chavy Scripts (Senku)
https://github.com/chavyleung/scripts/commit/1d691675451bf0416f4e7619c61b2ea057a9fbbd
#Scripts
尝试修复智行火车签到
#Scripts
尝试修复智行火车签到
GitHub
feat(zxhc): migrate to m.suanya.cn and support version-agnostic path · chavyleung/scripts@1d69167
- switch cookie/rewrite from m.ctrip.com to m.suanya.cn
- use \d+ in URL pattern for soa2 version number
- update Surge/QuanX/Loon task and cookie configs
- use \d+ in URL pattern for soa2 version number
- update Surge/QuanX/Loon task and cookie configs
👍7❤6
Forwarded from Chavy Scripts (Senku)
同程旅行脚本
#Scripts
Refer from: https://github.com/hlt1995/qlScripts
/**
*
* hostname = app.17u.cn
*
* # Surge
* http-request ^https:\/\/app\.17u\.cn\/welfarecenter\/index\/signIndex script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, tag=同程旅行
* cron "5 12 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, timeout=300, tag=同程旅行-签到
*
* # QuanX
* ^https:\/\/app\.17u\.cn\/welfarecenter\/index\/signIndex url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js
* 5 12 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, tag=同程旅行-签到
*
* # Loon
* http-request ^https:\/\/app\.17u\.cn\/welfarecenter\/index\/signIndex script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, tag=同程旅行
* cron "5 12 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, timeout=300, tag=同程旅行-签到
*
* # 获取方式: 打开同程旅行 APP → 领福利,命中 signIndex 请求后自动保存请求头(含 phone、apptoken、device)
*/
#Scripts
Refer from: https://github.com/hlt1995/qlScripts
GitHub
scripts/tongcheng-trip/tongcheng-trip.js at master · chavyleung/scripts
BoxJs. Contribute to chavyleung/scripts development by creating an account on GitHub.
❤15👍1🔥1
Forwarded from 折腾啥 (小一)
pollinations 图像生成 skill
https://enter.pollinations.ai 获取 key, 白嫖用户能用 flux/zimage/imagen-4/klein/klein-large/gptimage 模型
视频也能生成 但是感觉生成太慢白嫖模型效果一般没啥意义 这个 skill 里就没加
OpenClaw 配置文件里
自己改提示词 实测发现放
😙 文件见评论区 装到 ~/.openclaw/workspace/skills 里
🤭 服务器 & 自建 🧐 频道资源合集 😄 恰饭推荐 💬 群组
🥰 #AI #脚本 #OpenClaw #Skills #image #图片 #图像 #图像生成 #imagegen #pollinations
https://enter.pollinations.ai 获取 key, 白嫖用户能用 flux/zimage/imagen-4/klein/klein-large/gptimage 模型
视频也能生成 但是感觉生成太慢白嫖模型效果一般没啥意义 这个 skill 里就没加
OpenClaw 配置文件里
~/.openclaw/openclaw.json"skills": {
"entries": {
"pollinations-image-gen": {
"enabled": true,
"env": {
"POLLINATIONS_PAID": "false",
"POLLINATIONS_API_KEY": "..."
}
}
}
}自己改提示词 实测发现放
~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 ~/.openclaw/workspace/skills 里, 总是使用里面最新的名字
- 生成图片使用 pollinations-image-gen, model 默认使用 zimage, 除非用户指定其他 model
- 当我让你截图或直接发送图片时, 需要使用 Message send media 发送图片到当前对话, 回复用户的消息
Please open Telegram to view this post
VIEW IN TELEGRAM
❤23
Forwarded from Stash Channel
Stash TestFlight / macOS 测试版更新
本次更新新增了 Tailscale 代理协议支持。
你现在可以在 proxies 中直接添加 type: tailscale 节点,并通过规则、策略组等方式将流量导入该节点,用于访问 tailnet 内可达的 TCP / UDP 目标。
同时,本次更新也加入了对应的可视化编辑支持,可直接在 Stash 内填写:
- auth-key
- hostname
- control-url
- ephemeral
文档已更新:
https://stash.wiki/proxy-protocols/proxy-types#tailscale
auth-key 与 ephemeral 相关说明可参考 Tailscale 官方文档:
https://tailscale.com/docs/features/access-control/auth-keys
https://tailscale.com/docs/features/ephemeral-nodes
如果你正在使用 Tailscale,欢迎测试反馈。
本次更新新增了 Tailscale 代理协议支持。
你现在可以在 proxies 中直接添加 type: tailscale 节点,并通过规则、策略组等方式将流量导入该节点,用于访问 tailnet 内可达的 TCP / UDP 目标。
同时,本次更新也加入了对应的可视化编辑支持,可直接在 Stash 内填写:
- auth-key
- hostname
- control-url
- ephemeral
文档已更新:
https://stash.wiki/proxy-protocols/proxy-types#tailscale
auth-key 与 ephemeral 相关说明可参考 Tailscale 官方文档:
https://tailscale.com/docs/features/access-control/auth-keys
https://tailscale.com/docs/features/ephemeral-nodes
如果你正在使用 Tailscale,欢迎测试反馈。
🎉15❤8🤩6👍2
NEBox(BoxJs 客户端) 现已基本支持所有 BoxJS 的操作,现在向广大网友募集一个好的 App 名称,入选者将会得到 App 的命名权及 Loon 兑换码一枚
Test Group: @Relay_Group
Test Group: @Relay_Group
❤23
Forwarded from Relay
由于 Apple TF 的审核太慢了,导致 1.0.1 一直卡着,所以现在直接原地升级在 1.0.0 的版本上免审发布,请注意更新
- 全新数据查看器:模糊搜索键名,搜索结果显示所属应用标签,快速定位数据。
- 备份列表支持左滑操作,创建备份时可自定义名称。
- 一键启动代理工具(Loon、Surge 等),无需切换应用。
- 个人页面头像跟随滚动的动态动画效果。
- 新增应用图标和图标样式偏好设置。
- 全面适配深色模式,图标和配色自动切换。
- 应用详情导航栏新增收藏按钮,收藏更便捷。
- 无图标应用自动显示名称首字母作为占位图标。
- 优化应用详情的会话管理,克隆、切换会话更顺畅。
- 修复订阅页面大量图标导致的内存占用过高问题(约 200MB)。
- 修复在输入框外点击时键盘未收起的问题。
https://testflight.apple.com/join/2yES8TuF
- 全新数据查看器:模糊搜索键名,搜索结果显示所属应用标签,快速定位数据。
- 备份列表支持左滑操作,创建备份时可自定义名称。
- 一键启动代理工具(Loon、Surge 等),无需切换应用。
- 个人页面头像跟随滚动的动态动画效果。
- 新增应用图标和图标样式偏好设置。
- 全面适配深色模式,图标和配色自动切换。
- 应用详情导航栏新增收藏按钮,收藏更便捷。
- 无图标应用自动显示名称首字母作为占位图标。
- 优化应用详情的会话管理,克隆、切换会话更顺畅。
- 修复订阅页面大量图标导致的内存占用过高问题(约 200MB)。
- 修复在输入框外点击时键盘未收起的问题。
https://testflight.apple.com/join/2yES8TuF
Apple
Join the Relay beta
Available on iOS
❤28👏4👍2
❤7🔥3👍2
Forwarded from 广告必须死 (怎么肥事🥝)
Qx版(已测可用)
[rewrite_local]
^https:\/\/www\.iios\.fun\/api\/user\/info url request-header-script https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js
[task_local]
5 0 * * * https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, tag=iios签到, enabled=true
Loon版(已测可用)
[Script]
http-request ^https:\/\/www\.iios\.fun\/api\/user\/info script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, tag=iiostoken
cron "5 0 * * *" script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, tag=iios签到
Surge版(是否可用自测)
[Script]
iios_token_capture = type=http-request, pattern=^https:\/\/www\.iios\.fun\/api\/user\/info, script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, requires-body=false, timeout=10, script-update-interval=0
iios_checkin = type=cron, cronexp="5 0 * * *", script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, timeout=60, wake-system=1, script-update-interval=0
主机名: www.iios.fun
[rewrite_local]
^https:\/\/www\.iios\.fun\/api\/user\/info url request-header-script https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js
[task_local]
5 0 * * * https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, tag=iios签到, enabled=true
Loon版(已测可用)
[Script]
http-request ^https:\/\/www\.iios\.fun\/api\/user\/info script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, tag=iiostoken
cron "5 0 * * *" script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, tag=iios签到
Surge版(是否可用自测)
[Script]
iios_token_capture = type=http-request, pattern=^https:\/\/www\.iios\.fun\/api\/user\/info, script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, requires-body=false, timeout=10, script-update-interval=0
iios_checkin = type=cron, cronexp="5 0 * * *", script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/iios_checkin.js, timeout=60, wake-system=1, script-update-interval=0
主机名: www.iios.fun
❤23👍11🎉2😁1
Forwarded from 怎么个事
#Pingme 自动化签到➕视频任务👅
定时每天运行两次
大概20天可白嫖一个DC1的TG号,一年12个tg号
此脚本仅支持Qx
可自行转换使用
App下载地址:点此此处
https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/PingMe.js
🔔 发布频道🔔
定时每天运行两次
大概20天可白嫖一个DC1的TG号,一年12个tg号
此脚本仅支持Qx
可自行转换使用
App下载地址:点此此处
https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/PingMe.js
Please open Telegram to view this post
VIEW IN TELEGRAM
❤13👍4👏1