Back to skills
SkillHub ClubShip Full StackFull StackIntegration

plugin-bnb-identity

Maintain and evolve Milady's ERC-8004 identity plugin (`@milady/plugin-bnb-identity`) for registering, updating, and resolving on-chain agent identities, including metadata/profile generation and persistence helpers.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
270
Hot score
98
Updated
March 20, 2026
Overall rating
C3.2
Composite score
3.2
Best-practice grade
B75.1

Install command

npx @skill-hub/cli install milady-ai-milaidy-skill

Repository

milady-ai/milaidy

Skill path: packages/plugin-bnb-identity/skill

Maintain and evolve Milady's ERC-8004 identity plugin (`@milady/plugin-bnb-identity`) for registering, updating, and resolving on-chain agent identities, including metadata/profile generation and persistence helpers.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack, Integration.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: milady-ai.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install plugin-bnb-identity into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/milady-ai/milaidy before adding plugin-bnb-identity to shared team environments
  • Use plugin-bnb-identity for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: plugin-bnb-identity
description: Maintain and evolve Milady's ERC-8004 identity plugin (`@milady/plugin-bnb-identity`) for registering, updating, and resolving on-chain agent identities, including metadata/profile generation and persistence helpers.
---

# Plugin BNB Identity

Use this skill for package-local work in `packages/plugin-bnb-identity`.

## Scope
- Edit and evolve plugin actions (`register`, `update`, `resolve`).
- Update metadata generation (`buildAgentMetadata`, data URI / hosted URI flow).
- Adjust MCP tool wiring and runtime call behavior.
- Update local persistence record shape (`bnb-identity.json`).
- Add or update types and tests in `src/` and `test/`.

## Files of interest
- `src/types.ts`
- `src/metadata.ts`
- `src/store.ts`
- `src/service.ts`
- `src/actions.ts`
- `src/index.ts`
- `test/metadata.test.ts`
- `test/store.test.ts`

## Key conventions
- Keep deterministic metadata generation.
- Keep write actions confirmation-gated and read paths safe.
- Preserve plugin export shape and compatibility.
- Keep changes minimal and test-focused.

## Validation
- `bun test`
- `bun run build`
plugin-bnb-identity | SkillHub