direct-spend-visualizer

Visualize FeedMob direct spend data as ASCII line charts.

3|1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/feed-mob/claude-code-marketplace --skill direct-spend-visualizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: direct-spend-visualizer
Source: https://github.com/feed-mob/claude-code-marketplace/tree/main/plugins/direct-spend-visualizer/skills
Command: npx skills add https://github.com/feed-mob/claude-code-marketplace --skill direct-spend-visualizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill visualizes FeedMob direct spend data as ASCII line charts, making spend trends easy to spot without heavy tooling.

Core Features & Use Cases

  • Direct spend visualization: Chart net spend and gross spend over time for one or more click URL IDs.
  • Unified view: All spend values are reported in USD.
  • Multi-ID support: Create separate ASCII charts for multiple click URL IDs.

Quick Start

Prepare the data using the FeedMob MCP API, save as a JSON file, and run the visualizer:

  • Get data: mcp__feedmob__get_direct_spends
  • Save: /tmp/direct_spend_data.json
  • Run: python scripts/visualize_direct_spend.py /tmp/direct_spend_data.json

Frequently Asked Questions about direct-spend-visualizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize FeedMob direct spend trends over time?

Visualize FeedMob direct spend trends by retrieving spend data via the FeedMob MCP API, saving it as JSON, and running the ASCII chart visualizer. The tool generates line charts showing net and gross spend across your specified time range with USD formatting and a detailed data table.

Can I compare spend across multiple click URL IDs in a single view?

Yes. The visualizer creates separate ASCII line charts for each click URL ID, allowing you to compare spend patterns across multiple IDs simultaneously. All values are reported in USD with a shared legend and data table.

What data do I need before using the direct spend visualizer?

Retrieve your FeedMob direct spend data using the MCP API's get_direct_spends endpoint, then save the JSON output to a file. The visualizer requires date-sorted spend records with net and gross spend values to generate charts.

Does the visualizer work without external charting libraries?

Yes. The direct spend visualizer generates ASCII line charts natively, requiring no heavy graphing tools or external dependencies. Charts are rendered as text-based output with automatic value scaling.

What output formats does the spend visualizer produce?

The visualizer outputs ASCII line charts with USD-formatted spend values, a legend identifying net vs gross spend lines, and a detailed tabular breakdown of all spend data points by date and URL ID.