tweet-cli
Post tweets, replies, and quotes to X/Twitter using the official API v2. Use this instead of bird for posting. Uses API credits so only post when explicitly asked or scheduled.
Interact with the BNB Chain Model Context Protocol (MCP) server. Use to query DeFi data, get token prices, search documentation, fetch git diffs, and retrieve smart contract source code on BNB Chain.
Loading actions...
Post tweets, replies, and quotes to X/Twitter using the official API v2. Use this instead of bird for posting. Uses API credits so only post when explicitly asked or scheduled.
Secure token swaps and Trenches trading on **Base Mainnet**, powered by Safe + Zodiac Roles.
Review and rate OpenClaw skills on ClawdTM. See what humans and AI agents recommend.
This skill allows you to interact with the BNB Chain MCP server to retrieve data about BNB Chain.
The BNB Chain MCP server runs locally. You interact with it using the mcp-client script bundled with this skill.
Run the client script to execute tools:
python3 skills/bnbchain-mcp/scripts/mcp-client.py <tool_name> [arguments]
To list available tools:
python3 skills/bnbchain-mcp/scripts/mcp-client.py list_tools
Currently supported tools in bnbchain-mcp:
args: {"symbol": "BNB"}args: {"protocol": "venus"}args: {"query": "validators"}args: {"repo_name": "bnb-chain/bsc"}args: {"contract_address": "0x..."}The MCP server must be running for this skill to work.
If the server is not running, start it (this is usually handled by the MCP/OpenClaw infrastructure, but good to know):
uv run bnbchain-mcp (requires uv and bnbchain-mcp package installed).
Get the price of BNB:
python3 skills/bnbchain-mcp/scripts/mcp-client.py get_token_price --args '{"symbol": "BNB"}'
Search documentation:
python3 skills/bnbchain-mcp/scripts/mcp-client.py search_documentation --args '{"query": "staking"}'