Skip to content

Emah95 patch 1#541

Open
Emah95 wants to merge 3 commits intoBillionsNetwork:developfrom
Emah95:Emah95-patch-1
Open

Emah95 patch 1#541
Emah95 wants to merge 3 commits intoBillionsNetwork:developfrom
Emah95:Emah95-patch-1

Conversation

@Emah95
Copy link
Copy Markdown

@Emah95 Emah95 commented Mar 20, 2026

No description provided.

Emah95 added 3 commits March 21, 2026 06:46
…cription": "emah95 AI Agent"}'

name: Verify Human Identity

on:
  workflow_dispatch:
    inputs:
      agent_name:
        description: 'emah95'
        required: true
        default: 'emah95'
      agent_description:
        description: 'emah95'
        required: true
        default: 'finder AI Agent'

jobs:
  verify:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repo
        uses: actions/checkout@v3

      - name: Setup Node.js
        uses: actions/setup-node@v3
        with:
          node-version: '20'

      - name: Step 1 - Install ClawHub skill
        run: npx clawhub@latest install verified-agent-identity

      - name: Install script dependencies
        run: |
          cd scripts
          npm install

      - name: Step 2 - Create new Ethereum Identity
        run: node scripts/createNewEthereumIdentity.js

      - name: Step 3 - Link Human to Agent
        run: |
          node scripts/manualLinkHumanToAgent.js --challenge '{"name": "emah95", "description": "emah95 AI Agent"}'
name: Verify Human Identity

on:
  workflow_dispatch:
    inputs:
      agent_name:
        description: 'emah95'
        required: true
        default: 'emah95'
      agent_description:
        description: 'emah95'
        required: true
        default: 'emah95 AI Agent'

jobs:
  verify:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repo
        uses: actions/checkout@v3

      - name: Setup Node.js
        uses: actions/setup-node@v3
        with:
          node-version: '20'

      - name: Step 1 - Install ClawHub skill
        run: npx clawhub@latest install verified-agent-identity

      - name: Install script dependencies
        run: |
          cd scripts
          npm install

      - name: Step 2 - Create new Ethereum Identity
        run: node scripts/createNewEthereumIdentity.js

      - name: Step 3 - Link Human to Agent
        run: |
          node scripts/manualLinkHumanToAgent.js --challenge '{"name": "emah95", "description": "emah95 AI Agent"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant