@nevermined-io/openclaw-plugin 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/skills/nevermined/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ This plugin is published from the [`nevermined-io/payments`](https://github.com/
|
|
|
14
14
|
| **Security policy** | https://github.com/nevermined-io/payments/security/policy |
|
|
15
15
|
| **Issue tracker** | https://github.com/nevermined-io/payments/issues |
|
|
16
16
|
|
|
17
|
-
> ✅ **Official ClawHub listing.** The official skill lives at [`clawhub.ai/nevermined/nevermined
|
|
17
|
+
> ✅ **Official ClawHub listing.** The official skill lives at [`clawhub.ai/nevermined-io/nevermined`](https://clawhub.ai/nevermined-io/nevermined) under the `nevermined-io` org publisher. Treat any other ClawHub publisher as a third-party mirror until further notice. The canonical npm package is [`@nevermined-io/openclaw-plugin`](https://www.npmjs.com/package/@nevermined-io/openclaw-plugin).
|
|
18
18
|
>
|
|
19
19
|
> 🔐 **Never log payment tokens.** x402 access tokens (the `payment-signature` header) are bearer credentials. Treat them like API keys: redact them in any debug output, log pipeline, or telemetry exporter (pino, winston, OpenTelemetry, etc.).
|
|
20
20
|
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-plugin",
|
|
3
3
|
"name": "@nevermined-io/openclaw-plugin",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "Official Nevermined plugin for OpenClaw — AI-agent payments, x402 access tokens, and gateway tools.",
|
|
7
7
|
"author": {
|
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@ metadata:
|
|
|
50
50
|
|
|
51
51
|
This plugin provides gateway tools for interacting with Nevermined AI agent payments. Supports both crypto (on-chain) and fiat (credit card) payment flows.
|
|
52
52
|
|
|
53
|
-
> **Official source.** This skill is published from [`nevermined-io/payments`](https://github.com/nevermined-io/payments) (subdirectory `openclaw/`) by Nevermined AG, mirrored to ClawHub at [`clawhub.ai/nevermined/nevermined
|
|
53
|
+
> **Official source.** This skill is published from [`nevermined-io/payments`](https://github.com/nevermined-io/payments) (subdirectory `openclaw/`) by Nevermined AG, mirrored to ClawHub at [`clawhub.ai/nevermined-io/nevermined`](https://clawhub.ai/nevermined-io/nevermined) under the `nevermined-io` org publisher. The npm package is [`@nevermined-io/openclaw-plugin`](https://www.npmjs.com/package/@nevermined-io/openclaw-plugin) (Apache-2.0).
|
|
54
54
|
>
|
|
55
55
|
> **Never log payment tokens.** x402 access tokens (the `payment-signature` header) are bearer credentials. Redact them in any debug or telemetry output.
|
|
56
56
|
|