首页龙虾技能列表 › NEXUS Log Analyzer — 日志分析

\u26a1 NEXUS Log Analyzer — 日志分析

v1.1.0

通过 NEXUS AI 服务解析和分析应用日志,支持 Cardano 和 Stellar 区块链支付,每次请求$0.25,接受 ADA、DJED、USDC 等多种加密货币。

0· 215·0 当前·0 累计
by @cyberforexblockchain (CyberForexBlockchain)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/13
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能似乎是一个轻量级封装器,将日志发送到付费的外部 NEXUS 服务——支付凭证要求和未知来源值得在安装前谨慎对待。
评估建议
此技能将您的输入日志转发到外部付费服务 (ai-service-hub-15.emergent.host)。安装前请:1) 确认您信任 NEXUS 主机及其隐私/政策(包中未提供主页/源代码)。2) 避免在广泛的环境变量中存储长期有效的支付凭证——优先使用每次请求的头部或受限密钥,并将 NEXUS_PAYMENT_PROOF 视为高敏感度密钥。3) 首先使用记录的沙盒进行测试 (X-Payment-Proof: sandbox_test)。4) 如果您的日志包含敏感的个人身份信息或凭证,请考虑使用本地/离线日志分析工具,而不是发送到远程服务。5) 如继续使用,限制凭证存储位置,监控支付并轮换凭证,审查网络流量以确保仅联系记录的端点。...
详细分析 ▾
用途与能力
声明的用途(日志解析/分析)与运行时指令一致,运行时指令调用远程 AI 端点执行分析。但是,该技能没有主页/源代码,纯粹是一个网络转发封装器,而不是本地分析器;这可能会让期望设备端处理的用户感到意外。
指令范围
SKILL.md 明确指示代理将输入 POST 到 https://ai-service-hub-15.emergent.host 并遵循支付流程 (x402 / MPP / 传统 X-Payment-Proof)。它不请求文件系统或 shell 访问,并警告输入将发送到供应商。这符合声明的用途,但意味着潜在敏感的日志将被传输到外部主机。
安装机制
未提供安装规范或代码(仅限指令),因此安装程序不会向磁盘写入任何内容。这是低安装风险。
凭证需求
该技能需要一个环境变量 NEXUS_PAYMENT_PROOF(主要凭证)用于支付。要求将持久化支付凭证作为强制性环境变量是敏感的,考虑到记录的沙盒选项和基于头部的替代流程,这并非严格必要;该技能强制存储支付凭证而未解释生命周期、范围或如何从可信来源获取。
持久化与权限
always 为 false,该技能不请求提升权限或修改其他技能。允许自动调用(默认)但本身并不过度。
安全有层次,运行前请审查代码。

License

MIT-0

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

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/14

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

● 无害

安装命令 点击复制

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

技能文档

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: 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/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/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/log-analyzerPOSTInput 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, budget

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

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

了解定制服务