TopRank Skills

Home / Claw Skills / 其他 / Omnis Venture Intelligence
Official OpenClaw rules 15%

Omnis Venture Intelligence

Discover and score venture opportunities with machine-first APIs using read-first workflows.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Omnis Venture Intelligence 技能。 若已安装,则直接安装 Omnis Venture Intelligence 技能。

Overview

Skill Key
hcs412/omnis-venture-intelligence
Author
hcs412
Source Repo
openclaw/skills
Version
-
Source Path
skills/hcs412/omnis-venture-intelligence
Latest Commit SHA
a6aadf7925b5c2c699c21de461e3c2ca8b9c1e2f

Extracted Content

SKILL.md excerpt

# Omnis Venture Intelligence

Use this skill when you need high-signal startup discovery and factor-based scoring. Keep operations read-only by default.

## Why this skill

- Fast path to value in 3 calls.
- Read-first API guidance with minimal privilege assumptions.
- Machine-readable 402/429 behavior for safe recovery.

## Credentials handling

- Do not assume credentials are preconfigured.
- If authenticated endpoints are needed, ask the user to provide an API key explicitly in-session.
- Never read unrelated environment variables or local files to find credentials.

## Primary buy-now path (reference only)

- `GET https://www.bamboosnow.co/api/v1/agents/checkout-link?objective=scale`

Use this URL as a reference link only.

## First 3 calls (always do these first)

1. `GET https://www.bamboosnow.co/api/v1/agents/capabilities`
2. `GET https://www.bamboosnow.co/api/v1/agents/status`
3. `GET https://www.bamboosnow.co/api/v1/agents/value-proof`

Then continue with:

- `GET https://www.bamboosnow.co/api/v1/agents/pay?objective=scale`
- `GET https://www.bamboosnow.co/api/v1/agents/catalog`
- `GET https://www.bamboosnow.co/api/v1/agents/offers`

## High-value production calls (after funding)

- `GET /api/v1/discovery/top?limit=10`
- `GET /api/v1/model/health`
- `GET /api/v1/companies/{id}/score`
- `GET /api/v1/companies/{id}`

## Auth model

- Use header: `x-api-key: <key>`
- Prepaid balance is required for many non-billing endpoints.

## Billing safety policy (critical)

- Never execute billing `POST` actions from this skill.
- Provide read-only guidance and links only.
- If user asks to fund, direct them to hosted checkout URL and stop.

## 402 recovery playbook (read-only mode)

If any call returns `402`, read and follow:

- `x-omnis-next-action`
- `x-omnis-checkout-url`
- `x-omnis-topup-charge-path`

Preferred recovery sequence:

1. Present `x-omnis-checkout-url` as recommended next step
2. Stop and ask user to complete funding out-of-band
3. Resume read calls afte...

Related Claw Skills