Search: #fetch

  1. ollama-web: 搜索/获取网页内容 skill额度现在好像是 5 小时 200 次, 5 天 500 次通用安装和配置方式看 Skills 安装配置方法(含 OpenClaw 配置方法) 必填的环境变量是 OLLAMA_API_KEY- 创建 key:

    ollama-web: 搜索/获取网页内容 skill

    额度现在好像是 5 小时 200 次, 5 天 500 次

    通用安装和配置方式看 Skills 安装配置方法(含 OpenClaw 配置方法)

    必填的环境变量是 OLLAMA_API_KEY
    - 创建 key: https://ollama.com/settings/keys
    - 查看额度: https://ollama.com/settings 里的 Usage

    自己改提示词 实测发现放 ~/.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.


    AI 合集 频道资源合集 恰饭推荐 群组

    #AI #脚本 #OpenClaw #Skills #fetch #search #web #ollama

    • ❤️3
  2. 免 Key 白嫖 skills: exa-search, google-search, fetch-url, fetch-webpage通用安装和配置方式看 Skills 安装配置方法(含 OpenClaw 配置方法) 自己改提示词 实测发现放 ~/.openclaw/workspace/AGENTS.md 里更好 因为 TOOLS.md 已经是怎么用 tools 了 可以强化一下...- 我新加的 skills 在 /root/.agents/skills 里, 总是使用里面最新的名字

    免 Key 白嫖 skills: exa-search, google-search, fetch-url, fetch-webpage

    通用安装和配置方式看 Skills 安装配置方法(含 OpenClaw 配置方法)

    自己改提示词 实测发现放 ~/.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 白嫖是 5 QPS(环境变量 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


    Surge:
    [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"


    AI 合集 频道资源合集 恰饭推荐 群组

    #AI #脚本 #OpenClaw #Skills #fetch #search #web

    • ❤️17
  3. 获取 URL: Scripting 智能助手工具可以让模型调用 获取 URL 内容跟获取网页内容的区别是, 这个直接用 fetch, 并且可以按需传入 headers通常用于获取 JSON, XML, RSS/Atom, CSV, 纯文本 的内容当然现在只是让 AI 自己根据描述判断要用哪个工具 一键导入获取网页内容: Scripting 智能助手工具 也更新了一下描述 可以一起装一下使用方式参考 Gemini Google 搜索也支持在别的脚本里调用此脚本 使用方式见 index.tsx最近正在肝各种智能助手工具 可在 脚本合集 查看 Scripting 智能助手工具 文档 脚本合集 频道资源合集 恰饭推荐 群组 #脚本 #iOS #Scripting #AI #AssistantTool #Assistant #智能助手工具 #智能助手 #API #web #网页 #fetch #url

    获取 URL: Scripting 智能助手工具

    可以让模型调用 获取 URL 内容

    跟获取网页内容的区别是, 这个直接用 fetch, 并且可以按需传入 headers

    通常用于获取 JSON, XML, RSS/Atom, CSV, 纯文本 的内容

    当然现在只是让 AI 自己根据描述判断要用哪个工具

    一键导入

    获取网页内容: Scripting 智能助手工具 也更新了一下描述 可以一起装一下

    使用方式参考 Gemini Google 搜索

    也支持在别的脚本里调用此脚本 使用方式见 index.tsx

    最近正在肝各种智能助手工具 可在 脚本合集 查看

    Scripting 智能助手工具 文档

    脚本合集 频道资源合集 恰饭推荐 群组

    #脚本 #iOS #Scripting #AI #AssistantTool #Assistant #智能助手工具 #智能助手 #API #web #网页 #fetch #url

    • ❤️1