diff --git a/plugins/llm-box.json b/plugins/llm-box.json new file mode 100644 index 0000000..5102d9d --- /dev/null +++ b/plugins/llm-box.json @@ -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" +}