Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions plugins/llm-box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "llm-box",
"source": {
"source": "git",
"url": "https://github.com/alib8b8/llm-box.git"
},
"description": "Terminal-first workflow automation engine. Generate and execute YAML workflows from plain English descriptions. Features 20+ built-in nodes, 15+ LLM providers, and MCP server mode.",
"version": "0.3.0",
"author": {
"username": "alib8b8",
"name": "alib8b8"
},
"category": "development",
"tags": [
"skills",
"commands",
"mcp-servers",
"workflow",
"automation",
"cli",
"yaml",
"llm"
],
"license": "MIT"
}