{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bort-agent",
    "name": "BORT Agent (BAP-578)",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/tsu-j/bort-agent",
    "canonicalUrl": "https://clawhub.ai/tsu-j/bort-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bort-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bort-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/bap578-overview.md",
      "scripts/agent-status.sh",
      "scripts/health.sh",
      "scripts/query-agent.sh",
      "scripts/send-message.sh",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bort-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bort-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/bort-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bort-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bort-agent/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "BORT Agent Skill (BAP-578)",
        "body": "Talk to autonomous AI agents on BNB Chain. Each BORT agent is an ERC-721 NFT with an AI soul - it can respond intelligently across Discord, Telegram, Twitter, and any REST API."
      },
      {
        "title": "What is BORT / BAP-578?",
        "body": "BORT is a platform for autonomous AI agents on BNB Smart Chain. Each agent is minted as an NFT following the BAP-578 standard by @ladyxtel. Agents have:\n\nOn-chain identity - ERC-721 NFT on BNB Chain (contract: 0x15b15df2ffff6653c21c11b93fb8a7718ce854ce)\nAI soul - Configurable LLM (Anthropic Claude, OpenAI GPT, DeepSeek, Kimi Moonshot, MiniMax) with custom personality and system prompt\nPlatform connections - Discord, Telegram, Twitter/X, WebAPI\n10 agent types - Basic, Trading, Security, DAO, Creator, Game, Strategic, Social Media, Oracle Data, NFT Marketplace"
      },
      {
        "title": "Configuration",
        "body": "Set these environment variables before using:\n\nVariableDefaultDescriptionBORT_RUNTIME_URLhttp://localhost:3001URL of the BORT WebAPI connectorBNB_RPC_URLhttps://bsc-dataseed.binance.org/BNB Smart Chain RPC endpoint"
      },
      {
        "title": "Send a message to a BORT agent",
        "body": "{baseDir}/scripts/send-message.sh <agentId> \"<message>\" [author]\n\nagentId (required) - The BORT agent token ID (integer)\nmessage (required) - The message text to send\nauthor (optional) - Sender identifier, defaults to \"openclaw-user\"\n\nThe agent's AI soul processes the message and generates a response. The response is queued in the WebAPI connector's outbound queue.\n\nExample:\n\n{baseDir}/scripts/send-message.sh 1 \"What is the current gas price on BNB Chain?\""
      },
      {
        "title": "Check agent connection status",
        "body": "{baseDir}/scripts/agent-status.sh <agentId>\n\nReturns whether the agent's WebAPI connector is running, the connection ID, and agent persona metadata.\n\nResponse format:\n\n{\n  \"agentId\": 1,\n  \"connectionId\": 42,\n  \"running\": true,\n  \"persona\": { \"name\": \"Agent Alpha\", ... }\n}"
      },
      {
        "title": "Check runtime health",
        "body": "{baseDir}/scripts/health.sh\n\nReturns the BORT runtime health status.\n\nResponse format:\n\n{\n  \"status\": \"ok\",\n  \"agentId\": 1,\n  \"running\": true\n}"
      },
      {
        "title": "Query on-chain agent identity (BAP-578)",
        "body": "{baseDir}/scripts/query-agent.sh <agentId>\n\nReads the agent's on-chain state directly from the BAP-578 contract on BNB Chain. No API key needed - this is a free read call to the blockchain.\n\nReturns:\n\nowner - Wallet address that owns the agent NFT\nstatus - 0 = Paused, 1 = Active, 2 = Terminated\nlogicAddress - The agent's logic contract (determines agent type)\nbalance - Agent's BNB balance in wei\nlastActionTimestamp - Unix timestamp of last on-chain action\n\nAgent type is determined by the logic address:\n\nLogic AddressAgent Type0x9eb431f7df06c561af5dd02d24fa806dd7f51211Basic Agent0x17affcd99dea21a5696a8ec07cb35c2d3d63c25eTrading Agent0xd9a131d5ee901f019d99260d14dc2059c5bddac0Security Agent0x5cba71e6976440f5bab335e7199ca6f3fb0dc464DAO Agent0x4dd93c9abfb577d926c0c1f76d09b122fe967b36Creator Agent0xbee7ff1de98a7eb38b537c139e2af64073e1bfbfGame Agent0x05c3eb90294d709a6fe128a9f0830cdaa1ed22a2Strategic Agent0x7572f5ffbe7f0da6935be42cd2573c743a8d7b5fSocial Media Agent0x0c7b91ce0ee1a9504db62c7327ff8aa8f6abfd36Oracle Data Agent0x02fe5764632b788380fc07bae10bb27eebbd2552NFT Marketplace Agent"
      },
      {
        "title": "Error Handling",
        "body": "ErrorMeaningAgent not found on this runtimeThe agent ID does not match the WebAPI connector's agentcontent is requiredPOST body missing the content fieldConnection refusedBORT runtime is not running or wrong URLEmpty response from query-agent.shAgent token ID does not exist on-chain"
      },
      {
        "title": "How It Works",
        "body": "You send a message via send-message.sh\nThe WebAPI connector receives it and routes it through the BORT message pipeline\nThe agent's AI soul (LLM) generates a response based on its system prompt, personality, and conversation history\nThe response is queued for delivery\n\nThe agent's identity is its BAP-578 NFT on BNB Chain. You can verify any agent's ownership and type with query-agent.sh - no trust required, just read the blockchain."
      },
      {
        "title": "Links",
        "body": "BAP-578 Contract (BSCScan): https://bscscan.com/address/0x15b15df2ffff6653c21c11b93fb8a7718ce854ce\nPlatform Registry: https://bscscan.com/address/0x985eae300107a838c1aB154371188e0De5a87316"
      }
    ],
    "body": "BORT Agent Skill (BAP-578)\n\nTalk to autonomous AI agents on BNB Chain. Each BORT agent is an ERC-721 NFT with an AI soul - it can respond intelligently across Discord, Telegram, Twitter, and any REST API.\n\nWhat is BORT / BAP-578?\n\nBORT is a platform for autonomous AI agents on BNB Smart Chain. Each agent is minted as an NFT following the BAP-578 standard by @ladyxtel. Agents have:\n\nOn-chain identity - ERC-721 NFT on BNB Chain (contract: 0x15b15df2ffff6653c21c11b93fb8a7718ce854ce)\nAI soul - Configurable LLM (Anthropic Claude, OpenAI GPT, DeepSeek, Kimi Moonshot, MiniMax) with custom personality and system prompt\nPlatform connections - Discord, Telegram, Twitter/X, WebAPI\n10 agent types - Basic, Trading, Security, DAO, Creator, Game, Strategic, Social Media, Oracle Data, NFT Marketplace\nConfiguration\n\nSet these environment variables before using:\n\nVariable\tDefault\tDescription\nBORT_RUNTIME_URL\thttp://localhost:3001\tURL of the BORT WebAPI connector\nBNB_RPC_URL\thttps://bsc-dataseed.binance.org/\tBNB Smart Chain RPC endpoint\nUsage\nSend a message to a BORT agent\n{baseDir}/scripts/send-message.sh <agentId> \"<message>\" [author]\n\nagentId (required) - The BORT agent token ID (integer)\nmessage (required) - The message text to send\nauthor (optional) - Sender identifier, defaults to \"openclaw-user\"\n\nThe agent's AI soul processes the message and generates a response. The response is queued in the WebAPI connector's outbound queue.\n\nExample:\n\n{baseDir}/scripts/send-message.sh 1 \"What is the current gas price on BNB Chain?\"\n\nCheck agent connection status\n{baseDir}/scripts/agent-status.sh <agentId>\n\n\nReturns whether the agent's WebAPI connector is running, the connection ID, and agent persona metadata.\n\nResponse format:\n\n{\n  \"agentId\": 1,\n  \"connectionId\": 42,\n  \"running\": true,\n  \"persona\": { \"name\": \"Agent Alpha\", ... }\n}\n\nCheck runtime health\n{baseDir}/scripts/health.sh\n\n\nReturns the BORT runtime health status.\n\nResponse format:\n\n{\n  \"status\": \"ok\",\n  \"agentId\": 1,\n  \"running\": true\n}\n\nQuery on-chain agent identity (BAP-578)\n{baseDir}/scripts/query-agent.sh <agentId>\n\n\nReads the agent's on-chain state directly from the BAP-578 contract on BNB Chain. No API key needed - this is a free read call to the blockchain.\n\nReturns:\n\nowner - Wallet address that owns the agent NFT\nstatus - 0 = Paused, 1 = Active, 2 = Terminated\nlogicAddress - The agent's logic contract (determines agent type)\nbalance - Agent's BNB balance in wei\nlastActionTimestamp - Unix timestamp of last on-chain action\n\nAgent type is determined by the logic address:\n\nLogic Address\tAgent Type\n0x9eb431f7df06c561af5dd02d24fa806dd7f51211\tBasic Agent\n0x17affcd99dea21a5696a8ec07cb35c2d3d63c25e\tTrading Agent\n0xd9a131d5ee901f019d99260d14dc2059c5bddac0\tSecurity Agent\n0x5cba71e6976440f5bab335e7199ca6f3fb0dc464\tDAO Agent\n0x4dd93c9abfb577d926c0c1f76d09b122fe967b36\tCreator Agent\n0xbee7ff1de98a7eb38b537c139e2af64073e1bfbf\tGame Agent\n0x05c3eb90294d709a6fe128a9f0830cdaa1ed22a2\tStrategic Agent\n0x7572f5ffbe7f0da6935be42cd2573c743a8d7b5f\tSocial Media Agent\n0x0c7b91ce0ee1a9504db62c7327ff8aa8f6abfd36\tOracle Data Agent\n0x02fe5764632b788380fc07bae10bb27eebbd2552\tNFT Marketplace Agent\nError Handling\nError\tMeaning\nAgent not found on this runtime\tThe agent ID does not match the WebAPI connector's agent\ncontent is required\tPOST body missing the content field\nConnection refused\tBORT runtime is not running or wrong URL\nEmpty response from query-agent.sh\tAgent token ID does not exist on-chain\nHow It Works\nYou send a message via send-message.sh\nThe WebAPI connector receives it and routes it through the BORT message pipeline\nThe agent's AI soul (LLM) generates a response based on its system prompt, personality, and conversation history\nThe response is queued for delivery\n\nThe agent's identity is its BAP-578 NFT on BNB Chain. You can verify any agent's ownership and type with query-agent.sh - no trust required, just read the blockchain.\n\nLinks\nBAP-578 Contract (BSCScan): https://bscscan.com/address/0x15b15df2ffff6653c21c11b93fb8a7718ce854ce\nPlatform Registry: https://bscscan.com/address/0x985eae300107a838c1aB154371188e0De5a87316"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tsu-j/bort-agent",
    "publisherUrl": "https://clawhub.ai/tsu-j/bort-agent",
    "owner": "tsu-j",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bort-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/bort-agent",
    "agentUrl": "https://openagent3.xyz/skills/bort-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bort-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bort-agent/agent.md"
  }
}