Skip to content

369wallet/skills

Repository files navigation

369 Wallet

369wallet / skills

Open-source skills for the 369wallet Agent — a signing layer, identity registry, and asset-management toolkit for autonomous agents on Circle Arc, Upbit Giwa, and BNB Chain.


Why this exists

369wallet is a multi-chain wallet. The Agent layer turns it into a programmable surface for autonomous software — agents that can hold identity, sign with scoped permissions, manage assets, and pay over HTTP.

This repository is the public catalog of skills that expose those capabilities to any agent runtime (MCP clients, LLM agents, custom orchestrators).

Supported chains

Chain Role
Arc (Circle) Native USDC, HTTP 402 settlement
Giwa (Upbit) L2 throughput
BNB Mainstream EVM coverage

Skills declare their supported chains in the SKILL.md frontmatter.

Skill catalog

Signing & Identity

Asset Management

Payments

MCP Servers

Extensions

Guide

Skill structure

Every skill folder follows the same shape:

<skill-name>/
├── SKILL.md       # Machine-readable spec (frontmatter + body)
├── README.md      # Human-readable quick reference
├── examples/      # Runnable demos
└── resources/     # ABIs, chain constants, configs

See AGENTS.md for contribution standards and CONTRIBUTING.md for workflow.

Status

Public beta. APIs and chain coverage may evolve before general availability.

License

MIT

About

369 Wallet AI Agent Skills

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors