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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tsu-j/bort-agentWhat 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
- "Hey BORT agent 5, what is your current operational status and are you connected to the primary relay?"
- "Send a request to agent 10: 'Please analyze the current liquidity trends for the BNB-BORT trading pair and provide a summary.'"
- "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_URLif 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_URLsettings. - 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tsu-j-bort-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api