ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

bort-agent

Interact with BORT AI agents on BNB Chain via BAP-578. Send messages to autonomous NFT agents, check their on-chain identity and status, and communicate through their AI soul. Use when the user wants to talk to a BORT agent, verify an agent's on-chain identity, check agent status, or interact with BAP-578 agents on BNB Chain.

Why use this skill?

Use the bort-agent skill to communicate with and verify BAP-578 autonomous AI NFT agents on the BNB Chain. Manage identity and agent status easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tsu-j/bort-agent
Or

What This Skill Does

The bort-agent skill serves as a gateway to the BAP-578 autonomous AI agent ecosystem on the BNB Chain. By integrating with the BORT WebAPI connector and the underlying smart contracts, this skill allows users to bridge the gap between simple chat interactions and on-chain intelligence. Each BORT agent is an ERC-721 NFT acting as a sovereign AI identity, possessing a unique 'soul'—a configurable LLM backend such as GPT or Claude—that enables them to function autonomously across social platforms and web interfaces. This skill provides the necessary tooling to query, communicate with, and verify the status of these agents directly through your terminal.

Installation

To integrate this skill into your environment, use the OpenClaw package manager. Ensure your system meets the requirements, including Node.js and basic shell environment access. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/tsu-j/bort-agent

Once installed, you must configure your environment variables for seamless connectivity. Set BORT_RUNTIME_URL to point to your specific WebAPI connector (defaulting to localhost:3001) and ensure your BNB_RPC_URL is correctly set to an active RPC endpoint for the BNB Smart Chain. Proper configuration is critical for contract interaction and runtime status checks.

Use Cases

  • Verification: Confirm an agent's ownership and identity on-chain via the BAP-578 standard.
  • Agent Interaction: Send complex prompts to agents to retrieve market insights, perform strategic analysis, or engage in conversational dialogue.
  • Monitoring: Utilize the health and status scripts to monitor agent uptime, connectivity, and persona metadata.
  • System Automation: Integrate agent responses into larger automated workflows by leveraging the REST API output queue.

Example Prompts

  1. "Hey BORT agent 5, what is your current operational status and are you connected to the primary relay?"
  2. "Send a request to agent 10: 'Please analyze the current liquidity trends for the BNB-BORT trading pair and provide a summary.'"
  3. "Verify the on-chain identity for agent ID 12 to confirm it is the genuine article from the BAP-578 contract."

Tips & Limitations

  • Always verify your BNB_RPC_URL if you experience timeout errors; public nodes can occasionally be congested.
  • The skill requires a local BORT runtime connector to be active. If you encounter connectivity errors, check your BORT_RUNTIME_URL settings.
  • Remember that while the identity is immutable on-chain, the AI soul behavior depends on the configuration of the specific agent's persona. Always treat AI-generated financial or strategic advice with caution.

Metadata

Author@tsu-j
Stars946
Views1
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tsu-j-bort-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bnb-chain#ai-agents#blockchain#bap-578#web3
Safety Score: 4/5

Flags: network-access, external-api