From 58556d72ec6bd3df844abb15070f94ea987e015b Mon Sep 17 00:00:00 2001 From: ilya-korotya Date: Mon, 11 May 2026 21:51:18 +0200 Subject: [PATCH 1/2] update pipe line --- .github/workflows/publish.yml | 2 +- SKILL.md | 12 ++++++++++-- scripts/package-lock.json | 4 ++-- scripts/package.json | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61734fc5c..3d4f91479 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,4 +27,4 @@ jobs: run: | VERSION="${{ github.event.release.tag_name }}" VERSION="${VERSION#v}" - clawhub skill publish . --version "$VERSION" + clawhub skill publish . --version "$VERSION" --slug identity --name "Verified Agent Identity (KYA)" \ No newline at end of file diff --git a/SKILL.md b/SKILL.md index c6aae4992..231637f7e 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,7 +1,15 @@ --- name: verified-agent-identity -description: Billions decentralized identity for agents. Link agents to human identities using Billions ERC-8004 and Attestation Registries. Verify and generate authentication proofs. Based on iden3 self-sovereign identity protocol. -metadata: { "category": "identity", "clawdbot": { "requires": { "bins": ["node"] }, "config": { "optionalEnv": ["BILLIONS_NETWORK_MASTER_KMS_KEY"] } } } +description: Know Your Agent (KYA). Billions decentralized identity for agents. Link agents to human identities using Billions ERC-8004 and Attestation Registries. Verify and generate authentication proofs. Based on iden3 self-sovereign identity protocol. +metadata: + { + "category": "identity", + "clawdbot": + { + "requires": { "bins": ["node"] }, + "config": { "optionalEnv": ["BILLIONS_NETWORK_MASTER_KMS_KEY"] }, + }, + } homepage: https://billions.network/ --- diff --git a/scripts/package-lock.json b/scripts/package-lock.json index 8c33cfc37..63d5e706c 100644 --- a/scripts/package-lock.json +++ b/scripts/package-lock.json @@ -1,12 +1,12 @@ { "name": "verified-agent-identity", - "version": "0.0.2", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "verified-agent-identity", - "version": "0.0.2", + "version": "1.0.0", "license": "UNLICENSED", "dependencies": { "@0xpolygonid/js-sdk": "1.42.1", diff --git a/scripts/package.json b/scripts/package.json index 045e93a5e..4a4e1a1bb 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { - "name": "verified-agent-identity", - "version": "0.0.2", + "name": "identity", + "version": "1.0.0", "description": "Billions OpenClaw verification skill", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" From 9dfe7347d8f409e90b1d916d07e9d972e1d2ceeb Mon Sep 17 00:00:00 2001 From: ilya-korotya Date: Tue, 12 May 2026 18:19:55 +0200 Subject: [PATCH 2/2] use only identity slug --- .github/workflows/publish.yml | 2 +- scripts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d4f91479..67d701d68 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,4 +27,4 @@ jobs: run: | VERSION="${{ github.event.release.tag_name }}" VERSION="${VERSION#v}" - clawhub skill publish . --version "$VERSION" --slug identity --name "Verified Agent Identity (KYA)" \ No newline at end of file + clawhub skill publish . --version "$VERSION" --slug identity --owner "@billionsnetwork" --name "Verified Agent Identity" \ No newline at end of file diff --git a/scripts/package.json b/scripts/package.json index 4a4e1a1bb..d624f74e0 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,5 +1,5 @@ { - "name": "identity", + "name": "verified-agent-identity", "version": "1.0.0", "description": "Billions OpenClaw verification skill", "scripts": {