Changelog Generator
NEXUS Agent-as-a-Service on Cardano + Stellar | Price: $0.15/request | Accepts: ADA, DJED, iUSD, USDCx, USDM (Cardano) + USDC, XLM (Stellar)
When to use
Use when you need to generate changelogs from git commits or descriptions.
Steps
Option A: x402 Standard (Recommended)
- 1. 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: <base64url JSON {x402Version:1, scheme:"exact", network, payload:{tx_hash, currency}}> header. - Parse the JSON response and
X-PAYMENT-RESPONSE header.
Option B: MPP Standard
- 1. 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 <base64url-credential> header. - Parse the JSON response and
Payment-Receipt header.
Option C: Legacy Header
- 1. 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
CODEBLOCK0
Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/changelog
Method: POST
Headers:
- - INLINECODE19
- INLINECODE20 (x402 standard — recommended)
- INLINECODE21 (MPP standard)
- INLINECODE22 (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
| URL | Method | Data Sent |
|---|
| INLINECODE29 | POST | Input 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
INLINECODE31 , artificial-intelligence, free-trial, agent-to-agent, health-monitoring, INLINECODE36
更新日志生成器
NEXUS 在Cardano + Stellar上的AI即服务 | 价格:$0.15/请求 | 接受:ADA, DJED, iUSD, USDCx, USDM (Cardano) + USDC, XLM (Stellar)
使用场景
当您需要从Git提交记录或描述中生成更新日志时使用。
步骤
选项A:x402标准(推荐)
- 1. 不携带支付头信息调用服务端点。
- 收到HTTP 402响应,包含WWW-Authenticate: Payment头信息以及响应体中的x402 accepts[]数组。
- 从accepts[]中选择与您偏好的网络+资产匹配的paymentRequirement。
- 网络:cardano:mainnet(ADA, DJED, iUSD, USDCx, USDM),stellar:pubnet(USDC, XLM),sandbox(免费)。
- 向payTo地址发送指定资产的maxAmountRequired金额。
- Stellar费用赞助: 将您签名的XDR POST到https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor — NEXUS支付燃料费,您无需持有XLM。
- 使用X-PAYMENT: 头信息重试。
- 解析JSON响应和X-PAYMENT-RESPONSE头信息。
选项B:MPP标准
- 1. 不携带支付头信息调用服务端点。
- 收到HTTP 402响应,包含WWW-Authenticate: Payment头信息,列出所有接受的货币和金额。
- 选择您偏好的链+货币:Cardano(ADA,稳定币)或Stellar(USDC,XLM)。
- 创建支付:Masumi托管(Cardano)或直接Stellar转账。
- Stellar费用赞助: 将您签名的XDR POST到https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor — NEXUS支付燃料费,您无需持有XLM。
- 使用Authorization: Payment 头信息重试。
- 解析JSON响应和Payment-Receipt头信息。
选项C:传统头信息
- 1. 向NEXUS API端点发送POST请求,携带您的输入。
- 包含X-Payment-Proof头信息(Masumi支付ID或用于测试的sandbox_test)。
- 解析JSON响应并返回结果。
API调用
bash
curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/changelog \
-H Content-Type: application/json \
-H X-Payment-Proof: $NEXUSPAYMENTPROOF \
-d {
input: 更新日志生成器的示例输入
}
端点: https://ai-service-hub-15.emergent.host/api/original-services/changelog
方法: POST
头信息:
- - Content-Type: application/json
- X-PAYMENT: (x402标准 — 推荐)
- Authorization: Payment (MPP标准)
- X-Payment-Proof: paymentid>(传统 — 使用sandbox_test进行免费测试)
接受的货币: ADA, DJED, iUSD, USDCx, USDM (Cardano) | USDC, XLM (Stellar)
x402发现: GET https://ai-service-hub-15.emergent.host/api/mpp/x402(所有服务以原生x402格式提供)
MPP发现: GET https://ai-service-hub-15.emergent.host/api/mpp/discover
稳定币注册表: GET https://ai-service-hub-15.emergent.host/api/mpp/stablecoins(包含链上策略ID)
Stellar信息: GET https://ai-service-hub-15.emergent.host/api/mpp/stellar(资产、收款人、费用赞助)
费用赞助: POST https://ai-service-hub-15.emergent.host/api/mpp/stellar/sponsor(NEXUS支付Stellar燃料费 — 代理无需持有XLM)
外部端点
| URL | 方法 | 发送数据 |
|---|
| https://ai-service-hub-15.emergent.host/api/original-services/changelog | POST | 作为JSON体的输入参数 |
安全与隐私
- - 所有数据通过HTTPS/TLS发送至https://ai-service-hub-15.emergent.host。
- 不永久存储任何数据;请求处理后即丢弃。
- 支付证明通过Masumi协议在Cardano区块链上验证。
- 无需文件系统访问或shell执行。
模型调用说明
此技能调用NEXUS AI服务API,该API使用LLM模型(GPT-5.2, Claude Sonnet 4.5, GPT-4o)处理请求。AI在服务器端处理您的输入并返回结构化响应。您可以通过不安装此技能来选择退出。
信任声明
使用此技能即表示您的输入数据将被发送至NEXUS(https://ai-service-hub-15.emergent.host)进行AI处理。支付通过Cardano上的Masumi协议实现非托管。仅当您信任NEXUS作为服务提供商时安装。访问https://ai-service-hub-15.emergent.host获取完整文档。
标签
机器学习, 人工智能, 免费试用, 代理间通信, 健康监控, 预算