@loreto-labs/skill-echarts
v0.1.0
Published
CLI + MCP for the Loreto skill: Building Branded ECharts Visualizations — render on-brand charts to SVG/PNG.
Maintainers
Readme
Building Branded Echarts Visualizations — CLI + MCP
A self-contained command-line tool and MCP server for the Loreto skill building-branded-echarts-visualizations.
Install
npx @loreto-labs/skill-echarts install # copies the skill into ~/.claude/skills + adds /echartsUse the CLI
loreto-echarts --help
loreto-echarts info
loreto-echarts render --brand onyx --chart bar --out chart.svg
loreto-echarts testUse as an MCP server
Add to your MCP client config:
{
"mcpServers": {
"echarts": { "command": "loreto-echarts-mcp" }
}
}Generated by loreto-skill-cli.
