Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

ocean-io海洋生物

Agent Skill

ocean-io 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,480

周安装

270

GitHub Stars

公开资料未说明

下载量

2,160
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ocean-io(海洋生物)
来源仓库:https://github.com/mokto/ocean-io
安装命令:
openclaw skills install ocean-io
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ocean-io

简介

基于 Ocean.io 提供 B2B 相似公司勘探与决策者定位。

  • 适合销售拓展、客户分层和竞品分析场景。ocean-io 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装后输入目标特征即可获取匹配企业列表。
  • 依赖 Ocean.io API 配额,高频请求可能被限流。
  • 输出为公司画像,实际联系前建议多渠道验证。

SKILL.md

name
ocean-io
version
1.0.0
description
>
author
ocean-io
tags
platforms
mcp_servers
url
https://api.ocean.io/mcp/?api-token=${OCEAN_API_TOKEN}
env
OCEAN_API_TOKEN
description
Your Ocean.io API token. Get it at app.ocean.io → Settings → API.
required
true

Overview

This skill connects your OpenClaw agent to Ocean.io's B2B intelligence platform. Use it to build prospect lists, enrich accounts, find lookalike companies, and surface the right contacts — all from natural language commands.

Ocean.io covers 60M+ companies and 200M+ people. Credits are consumed at 0.2 per record for both searches and exports.


When to use this skill

Activate Ocean.io when the user wants to:

  • Find companies similar to existing customers ("lookalike" search)
  • Build a prospect list filtered by industry, size, location, or tech stack
  • Identify decision-makers at target accounts by title, department, or seniority
  • Export a contact or company list to CSV for use in outreach tools
  • Check what fields are available before building a search

Tools

search_companies

Find companies matching ICP criteria or similar to a set of seed domains. Use lookalike_domains when the user wants to replicate their best customers.

Key filters available:

  • lookalikeDomains — up to 10 seed domains to find similar companies
  • companyMatchingMode"precise" (same product/service) or "broad" (same industry)
  • industries, industryCategories — firmographic segmentation
  • companySizes — e.g. ["51-200", "201-500"]
  • primaryLocations / otherLocations — HQ country or office presence
  • technologies.apps / technologies.categories — tech stack filters
  • headcountGrowth — growth signal over 3, 6, or 12 months
  • fundingRound — type, amount, and date of last funding
  • revenues — revenue band filter
  • webTraffic — monthly visits/views range
  • excludeDomains — exclude known customers or competitors

Always check list_company_fields if the user asks what data is available.


search_people

Find people by job title, seniority, department, or company criteria. The people_fields parameter is required — always specify what to return.

Key filters available:

  • jobTitleKeywords — keyword match on title (allOf / anyOf / noneOf)
  • seniorities — Owner, Founder, C-Level, VP, Head, Director, Manager, Other
  • departments — Sales, Marketing and Advertising, Engineering, Product, etc.
  • countries / cities / states — geographic filters
  • company_filters — nest any search_companies filters to target people at specific accounts
  • changedPositionAfter — recently promoted/hired contacts (format: "YYYY-MM")
  • lookalikeLinkedinHandles — find people similar to a given LinkedIn profile
  • skills — filter by LinkedIn-listed skills
  • connections — filter by LinkedIn connection count

Always check list_people_fields if the user asks what data can be returned.


export_companies

Export company records to a CSV file. Returns a download URL for the generated file.

⚠️ Costs credits: 0.2 credits per successfully exported company. Always confirm the number of records and estimated credit cost with the user before calling this tool.

Input: array of company domains. Accepts up to 10,000 domains per request.


export_people

Export people records to a CSV file. Returns a download URL for the generated file.

⚠️ Costs credits: 0.2 credits per successfully exported person. Always confirm the number of records and estimated credit cost with the user before calling this tool.

Input: array of LinkedIn handles or URLs (from search_people results). Accepts up to 10,000 per request.


list_company_fields

Returns all available fields for company records. Output is static — call once per session and cache the result. Do not call again if already retrieved. Use when the user asks "what data does Ocean.io have on companies?"


list_people_fields

Returns all available fields for people records. Output is static — call once per session and cache the result. Use when the user asks "what fields can I get for contacts?"


list_industries / list_linkedin_industries

Returns valid industry values for filters. Output is static — call once per session and cache the result. Always validate industry names against this list before passing them to search filters.


Example workflows

ICP lookalike prospecting

"Find 20 companies similar to stripe.com and shopify.com, B2B SaaS, 50-500 employees, US-based."
  1. Call search_companies with lookalikeDomains: ["stripe.com", "shopify.com"],

companySizes: ["51-200", "201-500"], primaryLocations: { includeCountries: ["us"] }.

  1. Present results as a table (name, domain, size, industry, country).
  2. Confirm credit cost (N × 0.2) before calling export_companies.

Finding decision-makers at target accounts

"Find VP of Sales or Head of Revenue at these 10 companies."
  1. Call search_people with jobTitleKeywords: { anyOf: ["VP of Sales", "Head of Revenue"] },

seniorities: ["VP", "Head"], company_filters: { includeDomains: [...] }, people_fields: ["name", "jobTitle", "linkedinUrl", "country", "departments"].

  1. Display results as a table.
  2. Offer to export — confirm credit cost before calling export_people.

Trigger-based prospecting (recently funded)

"Find Series A or B SaaS companies that raised funding in the last 6 months."
  1. Call search_companies with fundingRound: { types: ["Series A", "Series B"], date: { from: "<6 months ago>" } }.
  2. Optionally layer in industry/size filters if the user specifies an ICP.
  3. Suggest following up with search_people to find the relevant contacts at those accounts.

Hiring signal prospecting

"Find companies in the sales tech space that are rapidly growing their Sales department."
  1. Call search_companies with departmentHeadcountGrowth targeting the Sales department

with positive growth over the last 6 months.

  1. Cross-reference with industry or tech stack filters to narrow to ICP.

Full account + contact workflow with export

"Find Chicago-headquartered companies similar to pandadoc.com and export them to CSV."
  1. Call search_companies with lookalikeDomains: ["pandadoc.com"], primaryLocations: { includeCountries: ["us"] }, and a city filter for Chicago.
  2. Present results as a table (name, domain, description).
  3. State: "This export will consume X credits (N companies × 0.2). Confirm?"
  4. On confirmation, call export_companies and return the download URL to the user.

Credit awareness

All operations consume credits at 0.2 credits per record — this applies to both search results and exports. Before any search, state the estimated credit cost (num_results × 0.2). Before any export, confirm: "This will export N records at 0.2 credits each = X credits total. Confirm?"

Never call export_companies or export_people without explicit user confirmation.


Tips

  • Use companyMatchingMode: "precise" for tight lookalikes (same product category).

Use "broad" when the user wants a wider net (same industry vertical).

  • Combine search_companies + search_people for full account + contact workflows:

find the companies first, then pass their domains into company_filters.includeDomains on search_people.

  • changedPositionAfter is powerful for timing outreach — a newly hired VP of Sales

is actively building their stack.

  • Both search_companies and search_people return paginated results. After presenting the first page, offer to load more. Pass the searchAfter token from the last result into the next call to fetch the next page.
  • For pagination, pass the searchAfter value from previous results back into the next call.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.76%
按下载量换算1,917

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills