bnbagent-studio
v0.0.14Build, run, diagnose, deploy, and monetize BNB Chain seller agents with bag.
By BNB ChainLicense: Apache-2.064 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install bnbagent-studio for Codex and Claude Code
codex plugin marketplace add bnb-chain/bnbchain-skills
codex plugin marketplace upgrade bnbchain-skills
codex plugin add bnbagent-studio@bnbchain-skillsPaste and run these commands in a terminal with Codex. They add and refresh the bnbchain-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “bnbagent-studio” remain stable.
- Codex:
bnbagent-studio@agent-plugin-marketplace→bnbagent-studio@bnbchain-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/bnb-chain/bnbchain-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bnbagent-studio/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/bnbagent-studio/SKILL.md
Included Skills1
The single entry point for bnbagent-studio - a TypeScript CLI (`bag`) for building a blockchain SELLER agent that earns U/USD1/USDC/USDT stable assets on BNB Chain via ERC-8004 + ERC-8183 + an x402 or MPP B402 payment face (Pieverse LLM inside). Mainnet USD1 is EIP-3009-only and still requires live-release gates; Testnet USD1 is unavailable. Load this skill whenever the user works in a bnbagent-studio / `bag` project, or wants to create/scaffold, deploy, run, debug, operate, or monetize such a seller agent (composable A2A, MCP, and alternative X402/MPP faces; BNB Chain trial, AWS AgentCore, Azure Foundry, or CreateOS). All detailed playbooks ship as references/ files inside this skill - route via the decision tree in the body. When invoked with arguments, treat them as the user's intent and route the same way.
Plugin manifests2
{
"name": "bnbagent-studio",
"version": "0.0.14",
"description": "Build, run, diagnose, deploy, and monetize BNB Chain seller agents with bag.",
"author": {
"name": "BNB Chain"
},
"homepage": "https://github.com/bnb-chain/bnbchain-skills",
"repository": "https://github.com/bnb-chain/bnbchain-skills",
"license": "Apache-2.0",
"keywords": [
"bnb-chain",
"agent",
"wallet",
"erc-8004",
"erc-8183",
"x402"
],
"skills": "./skills/",
"interface": {
"displayName": "BNB Agent Studio",
"shortDescription": "Build and operate BNB Chain seller agents",
"longDescription": "Guided BNB Agent Studio workflows for wallets, ERC-8004 identity, ERC-8183 commerce, x402 payments, diagnostics, and deployment.",
"developerName": "BNB Chain",
"category": "Developer Tools",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/bnb-chain/bnbchain-skills",
"defaultPrompt": [
"Create a BNB Chain seller agent with BNB Agent Studio.",
"Diagnose this BNB Agent Studio project.",
"Help me deploy this seller agent safely."
],
"brandColor": "#F3BA2F"
}
}{
"name": "bnbagent-studio",
"version": "0.0.14",
"description": "Build, run, diagnose, deploy, and monetize BNB Chain seller agents with bag.",
"author": {
"name": "BNB Chain"
},
"homepage": "https://github.com/bnb-chain/bnbchain-skills",
"repository": "https://github.com/bnb-chain/bnbchain-skills",
"license": "Apache-2.0",
"keywords": [
"bnb-chain",
"agent",
"wallet",
"erc-8004",
"erc-8183",
"x402"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bnbagent-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bnbagent-studio)