返回顶部
s

searcher-os搜索操作系统

Manage deal pipeline, search on-market deals, track brokers, run SBA loan calculations, manage tasks, and review CIM analyses in Searcher OS

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.3.0
安全检测
已通过
285
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

searcher-os

Searcher OS

管理用户的并购交易管道,搜索市场上的企业,跟踪经纪人关系,审查收到的电子邮件,运行SBA贷款计算,管理交易任务,并通过Searcher OS REST API分析CIM文档。

设置

认证由Searcher OS插件处理。如果您尚未登录,请运行/searcheros-login。用户必须拥有Searcher(每月90美元)或Deal Team(每月244美元)套餐的Searcher OS账户。

API

基础URL: https://searcheros.ai/api/agent

所有工具调用使用单一端点:

POST https://searcheros.ai/api/agent/invoke
Authorization: Bearer $SEARCHEROSAPI_KEY
Content-Type: application/json

{tool: , params: {}}

响应:

  • - 成功:{ok: true, result: {...}}
  • 错误:{ok: false, error: {code: ..., message: ...}}
  • 需要确认:{ok: true, result: {status: pending_confirmation, confirmationId: ..., message: ..., expiresAt: ...}}

工具发现

调用GET https://searcheros.ai/api/agent/tools,使用相同的Authorization头,获取所有可用工具的实时列表及其描述和参数模式。随着新工具的添加,使用此方法保持最新。

会话开始

在每次对话开始时,首先调用get_context。它会在一次调用中返回用户的姓名、购买标准、管道阶段计数和动态统计信息。使用此信息:

  1. 1. 用姓名问候用户
  2. 提供简要的管道状态(例如:您有12个活跃交易:5个感兴趣,3个已签署NDA,2个CIM审查,2个对话中)
  3. 突出显示任何值得注意的事项(例如:本周新增47个交易)
  4. 建议2-3个下一步操作:

- 想让我查看您最新的市场交易吗?
- 准备好更新任何交易的阶段了吗?
- 想搜索符合您购买标准的交易吗?

可用工具

上下文

  • - getcontext — 获取会话上下文:用户资料、购买标准、管道计数、动态统计信息。每次对话开始时首先调用。
  • ping — 健康检查。无参数。
  • buybox_list — 获取用户的收购标准(购买标准)。无参数。

管道(我的交易)

  • - pipelinelist — 列出跟踪的交易。参数:stage?(interested|ndasigned|cimreview|conversations|loisent|duediligence|closed|dead),search?(字符串),limit?(默认20,最大100),offset?
  • pipelinegetdeal — 获取完整交易详情。参数:opportunityid(uuid,必填)
  • pipelinestagecounts — 按阶段统计交易数量。无参数。
  • pipelinemovestage — 将交易移至新阶段。需要确认。参数:opportunityid(uuid),newstage(枚举)
  • pipelineaddnote — 为交易添加备注。参数:opportunityid(uuid),notes(字符串)
  • pipelinekilldeal — 终止交易。需要确认。参数:opportunityid(uuid),killreason(financialdiscrepancy|dealsizeinsufficient|concentrationrisk|industrymismatch|nobrokerresponse|overpriced|intuitiverejection|competition|location|other),killnotes?
  • pipelineupdatedeal — 更新交易元数据(星标、标签、下一步操作、优先级)。无需确认。参数:opportunityid(uuid),isstarred?(布尔值),deallabel?(green|yellow|red|null),nextaction?(字符串|null,最大500),nextactiondue?(ISO日期字符串|null),priority?(0-10)
  • pipelineloginteraction — 直接在交易上记录互动(电话、电子邮件、会议、备注),无需经纪人。无需确认。参数:opportunityid(uuid),interactiontype(call|emailsent|emailreceived|meeting|note),subject?(最大300),notes?(最大5000),broker_id?(uuid,可选)

动态(市场交易)

  • - feedsearch — 搜索市场交易。参数:keyword?,industry?(slug),states?(字符串数组),msas?(字符串数组,都市区),minprice?,maxprice?,minebitda?,maxebitda?,minrevenue?,maxrevenue?,minmargin?,maxmargin?(0-1),minmultiple?,maxmultiple?,buyboxid?,freshnesshours?,sortby?(firstseen|askingprice|sdeebitda|grossrevenue),sortorder?(asc|desc),limit?(默认20,最大50),offset?
  • feedcount — 统计匹配的交易数量。参数:keyword?,industryfilter?,states?(字符串数组),buyboxid?,freshnesshours?,pricedropped?(布尔值),minprice?,maxprice?,minebitda?,maxebitda?,minrevenue?,maxrevenue?
  • feedstats — 动态统计信息(价格分布、行业/来源细分)。无参数。
  • feedsavedeal — 将交易保存到管道。需要确认。参数:staginglistingid(uuid),privatenotes?
  • feeddismissdeal — 从动态中忽略交易。默认自动批准。参数:staginglistingid(uuid)

收件箱(收到的电子邮件)

  • - inboxlist — 列出电子邮件。参数:status?(unmatched|matched|ignored),limit?,offset?
  • inboxgetemail — 获取完整电子邮件。参数:emailid(uuid)
  • inboxlinktodeal — 将电子邮件链接到交易。需要确认。参数:emailid(uuid),opportunityid(uuid)
  • inboxignore — 忽略电子邮件。参数:email_id(uuid)

经纪人

  • - brokerlist — 列出经纪人。参数:search?,sortby?(name|company|dealcount)
  • brokerget — 获取经纪人详情。参数:brokerid(uuid)
  • brokercreate — 添加经纪人。需要确认。参数:name(必填),email?,phone?,company?
  • brokerloginteraction — 记录互动。需要确认。参数:brokerid(uuid),interactiontype(call|emailsent|emailreceived|meeting|note),subject?,notes?,opportunity_id?

CIM(保密信息备忘录)

  • - cimlist — 列出交易相关的CIM分析。参数:opportunityid(uuid)
  • cimgetanalysis — 获取CIM分析详情。参数:cimid(uuid)
  • cimsearch — 跨CIM分析搜索。参数:query?

计算器

  • - calculatorrun — 运行SBA 7(a)贷款计算。计算DSCR、月付款、现金流和交易结构。返回判定结果(FAIL/RISKY/PASS/GOOD/STRONG)。参数:askingprice(必填),sde(必填),downpaymentpct?(默认0.10),sbarate?(默认0.105),sbatermyears?(默认10),sellernotepct?(默认0),sellernoterate?(默认0.06),sellernotetermyears?(默认5),buyercompensation?(默认0),workingcapital?(默认0),includeworkingcapitalinloan?(默认true)

任务

  • - tasklist — 列出交易的任务。默认返回未完成的任务。参数:opportunityid?(uuid,筛选至单个交易),stage?(管道阶段筛选),include_completed?(默认false),limit?(默认50,最大100),offset?

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 searcher-os-1776124573 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 searcher-os-1776124573 技能

通过命令行安装

skillhub install searcher-os-1776124573

下载

⬇ 下载 searcher-os v1.3.0(免费)

文件大小: 3.82 KB | 发布时间: 2026-4-15 14:16

v1.3.0 最新 2026-4-15 14:16
Added pipeline_log_interaction tool — log calls, emails, meetings, and notes directly on a deal without needing a broker. Now 34 tools across 10 domains.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部