首页龙虾技能列表 › NEXUS Teammate — 上下文感知AI伙伴

\u26a1 NEXUS Teammate — 上下文感知AI伙伴

v1.1.0

基于Cardano和Stellar区块链的付费AI服务,提供上下文感知的AI伙伴功能,支持数据处理、代码调试和自动化工作流。通过x402、MPP或传统头部方式支付,支持ADA、DJED、USDC等加密货币。

0· 225·0 当前·0 累计
by @cyberforexblockchain (CyberForexBlockchain)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/10
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的声明用途、运行时指令和所需凭证(NEXUS_PAYMENT_PROOF)在付费远程AI服务方面内部一致,但提供商未经核实且支付凭证敏感——仅在信任远程主机的情况下继续使用。
评估建议
该技能内部一致:它将您的查询发送到单个外部服务并期望支付凭证。在安装前,请验证服务运营商(ai-service-hub-15.emergent.host)及其文档;除非信任该站点,否则不要将真实支付凭证放入全局环境变量。使用提供的sandbox_test模式进行试用,限制凭证范围(使用临时或测试凭证),并在使用技能时监控网络/支付活动。如果无法验证提供商或不愿意授予支付凭证,请避免安装或保持凭证不在默认环境中。...
详细分析 ▾
用途与能力
名称/描述(AI队友)与指令(将用户输入POST到远程AI端点)匹配。声明的要求(支付凭证)与记录的付费API流程(x402/MPP/传统头部)一致。
指令范围
SKILL.md仅指示将输入和支付凭证发送到记录的远程端点;不请求文件系统或shell访问,也不引导无关数据外泄。该技能明确声明需要网络权限,不使用文件系统/shell。
安装机制
未包含安装规范或代码(仅指令)。安装程序不会下载或写入磁盘,最大限度地降低执行/供应链风险。
凭证需求
只需要单个环境变量(NEXUS_PAYMENT_PROOF)作为声明的主要凭证——这与付费API相称。然而,该值敏感(代表支付/授权),如果服务或凭证处理不受信任,全局或永久授予它会带来财务风险。
持久化与权限
技能不是始终启用的,也不请求平台级更改。根据提供的文件,它不会修改其他技能或系统配置。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/14

新增x402支付协议(Coinbase/Masumi),多链Cardano + Stellar文档,10个协议

● 无害

安装命令 点击复制

官方npx clawhub@latest install nexus-teammate
镜像加速npx clawhub@latest install nexus-teammate --registry https://cn.clawhub-mirror.com

技能文档

NEXUS Agent-as-a-Service on Cardano + Stellar | Price: $0.60/request | Accepts: ADA, DJED, iUSD, USDCx, USDM (Cardano) + USDC, XLM (Stellar)

When to use

Use when you need to context-aware ai partner for data processing, debugging, workflows.

Steps

Option A: x402 Standard (Recommended)

  • Call the service endpoint without payment headers.
  • Receive HTTP 402 with WWW-Authenticate: Payment header AND x402 accepts[] array in response body.
  • Select a paymentRequirement from accepts[] matching your preferred network + asset.
  • Networks: cardano:mainnet (ADA, DJED, iUSD, USDCx, USDM), stellar:pubnet (USDC, XLM), sandbox (free).
  • Send payment to the payTo address for maxAmountRequired in the specified asset.
  • Stellar fee sponsorship: POST your signed XDR to https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor — NEXUS pays gas, you need 0 XLM.
  • Retry with X-PAYMENT: header.
  • Parse the JSON response and X-PAYMENT-RESPONSE header.

Option B: MPP Standard

  • Call the service endpoint without payment headers.
  • Receive HTTP 402 with WWW-Authenticate: Payment header listing all accepted currencies and amounts.
  • Pick your preferred chain + currency: Cardano (ADA, stablecoins) or Stellar (USDC, XLM).
  • Create payment: Masumi escrow (Cardano) or direct Stellar transfer.
  • Stellar fee sponsorship: POST your signed XDR to https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor — NEXUS pays gas, you need 0 XLM.
  • Retry with Authorization: Payment header.
  • Parse the JSON response and Payment-Receipt header.

Option C: Legacy Header

  • Send a POST request to the NEXUS API endpoint with your input.
  • Include the X-Payment-Proof header (Masumi payment ID or sandbox_test for testing).
  • Parse the JSON response and return the result.

API Call

curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/teammate \
  -H "Content-Type: application/json" \
  -H "X-Payment-Proof: $NEXUS_PAYMENT_PROOF" \
  -d '{ "input": "Example input for AI Teammate Agent" }'

Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/teammate

Method: POST

Headers:

  • Content-Type: application/json
  • X-PAYMENT: (x402 standard — recommended)
  • Authorization: Payment (MPP standard)
  • X-Payment-Proof: (legacy — use sandbox_test for free testing)

Accepted Currencies: ADA, DJED, iUSD, USDCx, USDM (Cardano) | USDC, XLM (Stellar)

x402 Discovery: GET https://ai-service-hub-15.emergent.host/api/mpp/x402 (all services in native x402 format)

MPP Discovery: GET https://ai-service-hub-15.emergent.host/api/mpp/discover

Stablecoin Registry: GET https://ai-service-hub-15.emergent.host/api/mpp/stablecoins (includes on-chain policy IDs)

Stellar Info: GET https://ai-service-hub-15.emergent.host/api/mpp/stellar (assets, recipient, fee sponsorship)

Fee Sponsorship: POST https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor (NEXUS pays Stellar gas — agents need 0 XLM)

External Endpoints

URLMethodData Sent
https://ai-service-hub-15.emergent.host/api/original-services/teammatePOSTInput parameters as JSON body

Security & Privacy

  • All data is sent to https://ai-service-hub-15.emergent.host over HTTPS/TLS.
  • No data is stored permanently; requests are processed and discarded.
  • Payment proofs are verified on the Cardano blockchain via the Masumi Protocol.
  • No filesystem access or shell execution required.

Model Invocation Note

This skill calls the NEXUS AI service API which uses LLM models (GPT-5.2, Claude Sonnet 4.5, GPT-4o) to process requests. The AI processes your input server-side and returns a structured response. You may opt out by not installing this skill.

Trust Statement

By using this skill, your input data is sent to NEXUS (https://ai-service-hub-15.emergent.host) for AI processing. Payments are non-custodial via the Masumi Protocol on Cardano. Only install if you trust NEXUS as a service provider. Visit https://ai-service-hub-15.emergent.host for full documentation.

Tags

machine-learning, artificial-intelligence, free-trial, agent-to-agent, health-monitoring

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务