Skip to content

Add llm-box plugin for OpenClaw workflow integration#171

Open
alib8b8 wants to merge 1 commit into
SamurAIGPT:mainfrom
alib8b8:add-openclaw-llmbox
Open

Add llm-box plugin for OpenClaw workflow integration#171
alib8b8 wants to merge 1 commit into
SamurAIGPT:mainfrom
alib8b8:add-openclaw-llmbox

Conversation

@alib8b8

@alib8b8 alib8b8 commented Jun 30, 2026

Copy link
Copy Markdown

Add llm-box plugin for OpenClaw workflow integration

What is llm-box?

llm-box is an open-source, terminal-based AI workflow engine that lets you build and run multi-step AI pipelines using YAML files. Think of it as "GitHub Actions for AI workflows" — running locally on your machine.

This Plugin

The OpenClaw plugin for llm-box adds 3 tools to your OpenClaw agents:

Tool Description
llmbox_list_workflows List all available workflow files in the workspace
llmbox_run_workflow Execute a workflow by filename, with optional input text
llmbox_describe_workflow Get detailed description and steps of a workflow

Installation

openclaw plugins install alib8b8/openclaw-llmbox

Why it's useful for OpenClaw users

  • Reusable workflows: Build complex pipelines once (research, summarization, data processing), then call them as single tools from OpenClaw
  • 20+ LLM providers: DeepSeek, OpenAI, Anthropic, Qwen, GLM, Kimi, Mistral, Ollama, and more — mix and match in the same workflow
  • Built-in utilities: fetch_url, file_read/write, json_parse, template_render, http_request, shell execute, notifications
  • Extensible: Add custom nodes in Python, JavaScript, or any language
  • Terminal-first: Perfect for developers who live in the CLI

Use Cases

  • 📚 Research agents: Trigger deep-dive research pipelines with a single tool call
  • 🚀 DevOps automation: Run deployment, testing, and monitoring workflows
  • ✍️ Content pipelines: Multi-step content generation, translation, and formatting
  • 🔧 Data processing: Chain LLM calls with file I/O, HTTP requests, and custom scripts

Links


Thanks for maintaining this awesome list! Let me know if any changes are needed. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant