返回顶部
m

mpps-attestationmpps认证

Free attestation for agents. Hash your data, POST to api.mpps.io, get a signed receipt. 10 free/hour + 10 certified/day.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.3.0
安全检测
已通过
117
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

mpps-attestation

mpps-attestation

通过 mpps.io 为智能体行为提供免费认证。
无需 API 密钥。无需 SDK。无需凭证。一次 HTTP 调用即可完成。

来源: https://github.com/gdlg-ai/mpps.io (MIT 许可证)
文档: https://github.com/gdlg-ai/mpps.io/blob/main/docs/api.md

使用场景

  • - 从服务接收数据后 — 认证接收到的内容
  • 通过 MPP 支付后 — 认证交付的内容
  • 在花费资金前 — 认证决策链
  • 完成任何任务后 — 认证结果

认证 (bash)

bash
HASH=$(echo -n $DATA | sha256sum | awk {print sha256: $1})
curl -s -X POST https://api.mpps.io/v1/notarize \
-H Content-Type: application/json \
-d {\content_hash\: \$HASH\}

返回: uuid, 时间戳, HSM 签名, verify_url


免费: 每小时10次。无需认证。

认证 (python)

python
import hashlib, requests
h = sha256: + hashlib.sha256(data).hexdigest()
r = requests.post(https://api.mpps.io/v1/notarize, json={content_hash: h})
receipt = r.json()

receipt[uuid] → mppsatt0c27bebca6dc4bd6


receipt[signature] → HSM 签名,可独立验证


receipt[verifyurl] → https://api.mpps.io/v1/verify/mppsatt_...

带元数据的认证 (每天免费10次)

添加描述、金额和其他上下文信息。免费,与公证功能相同但更丰富。

bash
curl -s -X POST https://api.mpps.io/v1/certify \
-H Content-Type: application/json \
-d {
content_hash: sha256:...,
description: API 数据交付确认,
amount: $50.00
}

免费: 每天10次。返回可读页面的 certificate_url。


超出免费额度的付费选项,请参见 https://mpps.io/#pricing

验证

bash
curl https://api.mpps.io/v1/verify/mppsatt0c27bebca6dc4bd6

返回: verified: true + 完整收据

隐私保护

您仅发送 SHA-256 哈希值 — mpps.io 永远不会看到您的原始数据。避免直接哈希短密钥;请使用更大的数据负载或添加盐值。

关键信息

  • - 免费: 每小时10次认证,每天10次带元数据认证
  • 无需注册,无需 API 密钥,无需凭证
  • HSM 签名 (AWS KMS, FIPS 140-2 Level 3)
  • 存储10年 (AWS S3 对象锁定,合规模式)
  • 开源: https://github.com/gdlg-ai/mpps.io
  • 安全: https://github.com/gdlg-ai/mpps.io/blob/main/SECURITY.md
  • 验证: https://github.com/gdlg-ai/mpps.io/blob/main/docs/verify.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mpps-attestation-1776123626 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mpps-attestation-1776123626 技能

通过命令行安装

skillhub install mpps-attestation-1776123626

下载

⬇ 下载 mpps-attestation v1.3.0(免费)

文件大小: 1.91 KB | 发布时间: 2026-4-14 13:17

v1.3.0 最新 2026-4-14 13:17
Rewrite as free-only skill. No payment references in instructions. Certify presented as free (10/day). Paid tier linked to website only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部