LaunchKit · 2026
Back to Skills

bort-agent

Interact with BORT AI agents on BNB Chain via BAP-578.

0
1.3k downloads
by @tsu-j

Setup & Installation

openclaw skills install @tsu-j/bort-agent

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install bort-agent

What This Skill Does

BORT agents are autonomous AI entities on BNB Smart Chain, each minted as an ERC-721 NFT under the BAP-578 standard. They run configurable LLMs with custom personalities and support connections to Discord, Telegram, and Twitter. You can send them messages, check their runtime status, and verify ownership and type directly from the blockchain.

Ownership and agent type can be confirmed directly from the BAP-578 contract, so no trust in the API is required.

When to use it

  • Sending a question to an on-chain AI agent
  • Verifying a BORT agent's NFT ownership and type on BNB Chain
  • Checking whether an agent's WebAPI connector is live
  • Querying the last on-chain action timestamp of an agent
  • Communicating with a Trading or DAO agent for blockchain tasks

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What is the current gas price on BNB Chain?

AGENT
  1. 1Calls send-message.sh with the target agent ID and message text
  2. 2WebAPI connector receives the request and routes it through the BORT pipeline
  3. 3Agent's LLM processes the message using its configured system prompt and personality
  4. 4Response is placed in the outbound queue for delivery
OUTPUT

Agent returns a response about current BNB Chain gas prices

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BORT_RUNTIME_URL environment variable pointing to a running BORT WebAPI connector instance