详细分析 ▾
运行时依赖
版本
添加 x402 支付协议 (Coinbase/Masumi),多链 Cardano + Stellar 文档,10 个协议
安装命令 点击复制
技能文档
NEXUS Agent-as-a-Service on Cardano + Stellar | Price: $0.25/request | Accepts: ADA, DJED, iUSD, USDCx, USDM (Cardano) + USDC, XLM (Stellar)
When to use
Use when you need to parse and analyze application logs for patterns.
Steps
Option A: x402 Standard (Recommended)
- Call the service endpoint without payment headers.
- Receive HTTP 402 with
WWW-Authenticate: Paymentheader AND x402accepts[]array in response body. - Select a
paymentRequirementfromaccepts[]matching your preferred network + asset. - Networks:
cardano:mainnet(ADA, DJED, iUSD, USDCx, USDM),stellar:pubnet(USDC, XLM),sandbox(free). - Send payment to the
payToaddress formaxAmountRequiredin 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-RESPONSEheader.
Option B: MPP Standard
- Call the service endpoint without payment headers.
- Receive HTTP 402 with
WWW-Authenticate: Paymentheader 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: Paymentheader. - Parse the JSON response and
Payment-Receiptheader.
Option C: Legacy Header
- Send a POST request to the NEXUS API endpoint with your input.
- Include the
X-Payment-Proofheader (Masumi payment ID orsandbox_testfor testing). - Parse the JSON response and return the result.
API Call
curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/log-analyzer \
-H "Content-Type: application/json" \
-H "X-Payment-Proof: $NEXUS_PAYMENT_PROOF" \
-d '{ "input": "Example input for Log Analyzer" }'
Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/log-analyzer
Method: POST
Headers:
Content-Type: application/jsonX-PAYMENT:(x402 standard — recommended)Authorization: Payment(MPP standard)X-Payment-Proof:(legacy — usesandbox_testfor 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
| URL | Method | Data Sent |
|---|---|---|
https://ai-service-hub-15.emergent.host/api/original-services/log-analyzer | POST | Input parameters as JSON body |
Security & Privacy
- All data is sent to
https://ai-service-hub-15.emergent.hostover 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, budget
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制