@kwala-ai/cli
v0.1.2
Published
Core library and CLI for Kwala Network blockchain automations. 20 tools for creating, verifying, deploying, and monitoring Kwalang workflows via natural language.
Maintainers
Readme
@kwala-ai/cli
Core library and CLI for Kwala Network blockchain automation. 20 tools for creating, verifying, deploying, and monitoring Kwalang YAML workflows via natural language.
Install
npm install -g @kwala-ai/cli
kwala --helpUsage
# Show your wallet
kwala wallet
# List supported chains
kwala list-chains
# Browse templates
kwala list-templates
# Verify a workflow
kwala verify-workflow workflow.yaml
# Deploy a workflow on-chain
kwala deploy-workflow workflow.yaml
# Check workflow status
kwala workflow-status MyWorkflow
# Deactivate a workflow
kwala deactivate-workflow MyWorkflow
# Configure Telegram notifications
kwala configure --telegram-token YOUR_TOKEN --telegram-chat YOUR_CHAT_ID
# Check credit balance
kwala credit-balanceTools (20)
| Category | Tools | |----------|-------| | Workflow Generation | create-automation, explain-yaml, list-templates, build-trigger, build-action | | Deployment | verify-workflow, deploy-workflow, prepare-deploy, deactivate-workflow, workflow-status, list-workflows | | Explorer | explorer-stats, explorer-actions, get-workflow, fetch-abi | | Account | wallet, credit-balance, configure, login | | System | list-chains, tools |
As a Library
import { createMcpServer } from "@kwala-ai/cli";
const server = createMcpServer();
// Use with any MCP transportLinks
License
MIT
