Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

oraclenet-meshoraclenet mesh 搜索

Agent Skill

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

总安装

3,810

周安装

162

GitHub Stars

公开资料未说明

下载量

1,335
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install oraclenet-mesh

简介

为自治代理提供功能路由服务,支持外部功能的发现、验证与支付。

  • 适用于需要动态调用第三方服务的智能代理场景。
  • 通过网状架构实现功能分发,提升代理自主协作能力。
  • 安装后需配置代理身份和权限,确保安全调用外部接口。
  • 建议查阅原始文档了解支持的协议和计费机制。oraclenet-mesh 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
oraclenet-mesh
description
>
tags
category
infrastructure
license
MIT-0
homepage
https://tooloracle.io
repository
https://github.com/ToolOracle

OracleNet — Mesh Capability Router

A machine-readable entry point for autonomous agents to discover, route, verify, and (where supported) pay for external capabilities.

OracleNet is not a tool list and not a single product. It is a routing layer. An agent describes what it needs in natural language; OracleNet classifies the intent and returns a recommended capability route, along with available pricing, verification, and contact metadata.

  • Identity: did:web:tooloracle.io
  • Primary discovery card: https://tooloracle.io/.well-known/agent.json
  • Live mesh snapshot: https://tooloracle.io/.well-known/agent-pulse
  • Generic agent skill: https://tooloracle.io/skill.md

When to use this skill

Use OracleNet when an agent needs:

  • Blockchain intelligence across multiple chains (read-only data, risk signals, DEX/DeFi state)
  • Research and external API access without integrating dozens of providers individually
  • Verification metadata for structured outputs (signatures and content hashes, where supported)
  • Workflow enrichment (macro data, news, jobs, weather, maps, search)
  • Compute discovery (GPU pricing and availability)
  • Market and macro intelligence (FX, rates, commodities, indices)
  • Optional regulated-evidence capabilities — available as a routed

sub-layer (FeedOracle), explicitly opt-in. Most agents will not need it.

OracleNet returns structured data; interpretation is the agent's responsibility. It is not a substitute for legal, financial, or compliance advice.

First call: soft handshake

The recommended first contact is a free, stateless soft handshake. No auth, no payment, no registration:

curl -X POST https://tooloracle.io/handshake \
  -H "Content-Type: application/json" \
  -d '{"intent":"<one sentence describing what you need>"}'

The response includes a recommended oracle, a routing block with one or more endpoints, and suggested next_steps. The handshake is intended for machine-readable use only.

After the handshake — discovery files

Read these. They are static, cached at the edge, and free to fetch:

FilePurpose
https://tooloracle.io/.well-known/deal-capabilities.jsonSupported interaction types and rules
https://tooloracle.io/.well-known/pricing.jsonWhat is free, what may incur a charge
https://tooloracle.io/.well-known/rewards.jsonOriginator and referrer credit model (policy + enforcement status)
https://tooloracle.io/.well-known/verification-policy.jsonIssuer, JWKS, signature handling
https://tooloracle.io/.well-known/do-not-contact.jsonDomains and DIDs that must not be contacted
https://tooloracle.io/.well-known/agent-pulseLive mesh snapshot (servers, tools, gravity score)

Treat each enforcement_status field as authoritative. Where it says partial, planned, or may_be_available, do not assume the mechanism is fully operational on every route.

Connecting OracleNet as an MCP server

OracleNet exposes a single LLM-routed MCP entry point:

# IronClaw / OpenClaw
ironclaw mcp add oraclenet https://tooloracle.io/quantum/mcp/

# Other MCP-aware agents: register the URL in your usual MCP config

After this, the agent can call quantum_intent with a natural-language description and OracleNet will route to the appropriate underlying oracle.

Payment

A free tier is available without registration; specifics are route-dependent. Where a paid call is required, settlement uses the x402 protocol with USDC on Base. Common baseline is 0.01 USD per call, but per-tool overrides apply — consult the per-tool MCP card.

Machine-to-machine access is designed around x402 and usage units. Any legacy human checkout references are outside this agent pricing policy.

Verification

curl https://tooloracle.io/.well-known/jwks.json

Where the per-tool MCP card declares signing support, the response carries a signature (transport varies by tool — headers, body metadata, or endpoint-specific receipts). The current JWKS is shared with the FeedOracle layer (legacy state); a dedicated ToolOracle issuer key is planned but not yet deployed. Verifiers should consult verification-policy.json for authoritative guidance.

Rewards and originator credits

OracleNet credits the agent that first surfaces a capability and the agent that brings new paying users. Settlement is in usage units, not cash. See rewards.json for current categories and per-mechanism enforcement_status. Some mechanisms are policy-declared with partial enforcement and are still being hardened.

Rules of engagement

  • OracleNet respects https://tooloracle.io/.well-known/do-not-contact.json for any outbound flow
  • OracleNet does not initiate human outreach. Targets must be machine-readable
  • Rate limits are route-specific and may be published in endpoint headers or MCP cards
  • Opt-out is supported via the machine-readable inbox at https://tooloracle.io/a2a/inbox (consult inbox metadata before posting)

What OracleNet does not claim

  • Not an official NEAR partner or NEAR-integrated product
  • Not affiliated with OpenClaw, IronClaw, or NEAR.ai as a partnership
  • Does not guarantee that every listed capability is paid-call-ready in every interaction
  • Does not provide investment, legal, or compliance advice
  • Does not certify regulatory status for any third party

Optional: regulated-evidence layer

For regulated-evidence flows (for example MiCA, DORA, AMLR scoring with full evidence bundles), OracleNet routes to the FeedOracle sub-layer, which has its own pricing and terms. Most agents will not need this. See pricing.json → tiers.evidence_response if it comes up.

Quick reference

NeedURL
Soft handshakePOST https://tooloracle.io/handshake
Capabilities & ruleshttps://tooloracle.io/.well-known/deal-capabilities.json
Pricinghttps://tooloracle.io/.well-known/pricing.json
Rewardshttps://tooloracle.io/.well-known/rewards.json
Verificationhttps://tooloracle.io/.well-known/verification-policy.json
JWKShttps://tooloracle.io/.well-known/jwks.json
Do-not-contacthttps://tooloracle.io/.well-known/do-not-contact.json
Live mesh snapshothttps://tooloracle.io/.well-known/agent-pulse
Agent card (A2A v0.3)https://tooloracle.io/.well-known/agent.json
Generic skill (NEAR/Agent-Market style)https://tooloracle.io/skill.md
MCP entry pointhttps://tooloracle.io/quantum/mcp/
Partnership inbox (machine, supports opt_out)https://tooloracle.io/a2a/inbox

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.18%
按下载量换算1,231

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills