data-visualizerTerminal ASCII chart toolkit. Create bar charts, sparklines, histograms, and gauges from CSV or JSON data in the terminal.
Install via ClawdBot CLI:
clawdbot install xueyetianya/data-visualizerGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://bytesagain.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Sales teams can use the bar and sparkline commands to visualize quarterly sales data directly in the terminal, enabling quick performance reviews without external tools. The pivot command helps aggregate sales by region or product category for deeper analysis.
IT administrators can employ the gauge command to monitor CPU or memory usage in real-time, displaying metrics in terminal dashboards. The histogram command can analyze server response time distributions to identify performance bottlenecks.
Educators can use the summarize and distribution commands to analyze student test scores from CSV files, visualizing grade distributions and computing statistics for assessments. The heatmap command can show correlation patterns in academic performance data.
Finance professionals can automate reports by using the from-csv command to generate quick visual summaries of financial data, and export to HTML or SVG for presentations. The correlate command helps identify relationships between financial metrics like revenue and expenses.
Marketing teams can visualize campaign metrics such as click-through rates and conversions using bar charts and treemaps to compare channel performance. The normalize command standardizes data for A/B testing analysis across different campaigns.
Offer basic visualization commands for free to attract individual users and small teams, while charging for advanced features like SVG/HTML export, correlation analysis, and priority support. Revenue can be generated through subscription tiers for enterprises.
Provide paid consulting services to help businesses integrate the skill into their existing data pipelines, offering custom scripts and training workshops. Revenue comes from one-time project fees and ongoing maintenance contracts.
Maintain the skill as open source to build a community, while generating revenue through sponsorships from companies that benefit from its use, donations via platforms like GitHub Sponsors, and paid support for critical bug fixes.
💬 Integration Tip
Set the DATAVIZ_DIR environment variable to customize data storage paths, and ensure Python3 is installed for CSV and JSON processing to avoid errors in commands like correlate and to-svg.
Scored Apr 19, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...