feat: add llm-box plugin#34
Open
alib8b8 wants to merge 1 commit into
Open
Conversation
Terminal-first workflow automation engine for Claude Code. Features: - Generate YAML workflows from plain English descriptions - 20+ built-in nodes (fetch_url, http_request, execute, json_parse, etc.) - 15+ LLM providers (Ollama, DeepSeek, OpenAI-compatible, and more) - Built-in MCP server mode - 3 slash commands: /create-workflow, /run-workflow, /list-nodes - 2 skills: workflow + setup Security: - SSRF protection on URL fetching - Path traversal protection on file operations - Command injection prevention - Safe mode available
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Plugin
Plugin name: llm-box
Source: https://github.com/alib8b8/llm-box
License: MIT
Category: development
Type / tags: skills, commands, mcp-servers, workflow, automation, cli, yaml, llm
Checklist
.claude-plugin/plugin.jsonmanifestREADME.mdLICENSEcategoryis set to one of the allowed valuestagsincludes at least one component type (skills/agents/hooks/commands/mcp-servers/lsp-servers/integration/other)plugins/directory (do not editmarketplace.json)/plugin marketplace addand/plugin installWhat does this plugin do?
llm-box is a terminal-first workflow automation engine that generates and executes YAML workflows from plain English descriptions.
Key features:
Security features:
Files included:
.claude-plugin/plugin.json+marketplace.jsonskills/llm-box/SKILL.md(workflow skill, auto-activated)skills/setup/SKILL.md(setup/installation skill)commands/(3 slash commands).mcp.jsonREADME.md+README.zh-CN.md