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)
Use this URL as a reference link only.
First 3 calls (always do these first)
- 1. INLINECODE1
- INLINECODE2
- INLINECODE3
Then continue with:
- - INLINECODE4
- INLINECODE5
- INLINECODE6
High-value production calls (after funding)
- - INLINECODE7
- INLINECODE8
- INLINECODE9
- INLINECODE10
Auth model
- - Use header: INLINECODE11
- 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:
- - INLINECODE14
- INLINECODE15
- INLINECODE16
Preferred recovery sequence:
- 1. Present
x-omnis-checkout-url as recommended next step - Stop and ask user to complete funding out-of-band
- Resume read calls after user confirms funding is complete
Endpoint map
- - Manifest: INLINECODE18
- OpenAPI: INLINECODE19
- Agent feed: INLINECODE20
- LLM index: INLINECODE21
- Error catalog: INLINECODE22
- Broadcast: INLINECODE23
Operational guidance
- - Start with read-only discovery/scoring calls before any billing writes.
- Do not perform billing writes in this skill.
- On
429, wait until x-ratelimit-reset before retrying. - Return concise summaries with links to exact endpoints used.
Example user intents this skill handles well
- - "Find the top 10 startup opportunities this week."
- "Score this company and explain factors."
- "Set up autonomous paid access and run production discovery."
Omnis Venture Intelligence
当你需要进行高信号初创企业发现和基于因素的评分时,请使用此技能。默认情况下保持操作为只读。
为什么选择此技能
- - 3次调用即可快速实现价值。
- 采用读取优先的API指导,权限假设最小化。
- 支持机器可读的402/429行为,确保安全恢复。
凭证处理
- - 不要假设凭证已预配置。
- 如果需要经过身份验证的端点,请在会话中明确要求用户提供API密钥。
- 切勿读取无关的环境变量或本地文件来查找凭证。
主要购买路径(仅供参考)
- - GET https://www.bamboosnow.co/api/v1/agents/checkout-link?objective=scale
此URL仅作为参考链接使用。
前3次调用(始终优先执行)
- 1. GET https://www.bamboosnow.co/api/v1/agents/capabilities
- GET https://www.bamboosnow.co/api/v1/agents/status
- GET https://www.bamboosnow.co/api/v1/agents/value-proof
然后继续执行:
- - 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
高价值生产调用(资金到位后)
- - GET /api/v1/discovery/top?limit=10
- GET /api/v1/model/health
- GET /api/v1/companies/{id}/score
- GET /api/v1/companies/{id}
认证模型
- - 使用请求头:x-api-key:
- 许多非计费端点需要预付费余额。
计费安全策略(关键)
- - 切勿通过此技能执行计费POST操作。
- 仅提供只读指导和链接。
- 如果用户要求充值,请引导其访问托管结账URL并停止操作。
402恢复方案(只读模式)
如果任何调用返回402,请读取并遵循以下内容:
- - x-omnis-next-action
- x-omnis-checkout-url
- x-omnis-topup-charge-path
首选恢复顺序:
- 1. 将x-omnis-checkout-url作为推荐下一步操作呈现
- 停止操作并要求用户在带外完成充值
- 用户确认充值完成后恢复读取调用
端点映射
- - 清单:https://www.bamboosnow.co/api/v1/agents/manifest
- OpenAPI:https://www.bamboosnow.co/docs/api/openapi.v1.yaml
- Agent feed:https://www.bamboosnow.co/agent-feed.json
- LLM索引:https://www.bamboosnow.co/llms.txt
- 错误目录:https://www.bamboosnow.co/api/v1/agents/errors
- 广播:https://www.bamboosnow.co/api/v1/agents/broadcast
操作指导
- - 在进行任何计费写入之前,先从只读的发现/评分调用开始。
- 不要在此技能中执行计费写入操作。
- 遇到429时,等待x-ratelimit-reset后再重试。
- 返回简洁的摘要,并附上所使用的确切端点的链接。
此技能擅长的用户意图示例
- - 查找本周排名前10的创业机会。
- 对此公司进行评分并解释因素。
- 设置自主付费访问并运行生产发现。