# Growth Tracker

> A Claude skill from tellmefrankie/ai-investment-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-tellmefrankie-ai-investment-skills-growth-tracker`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tellmefrankie](https://agentstack.voostack.com/s/tellmefrankie)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tellmefrankie](https://github.com/tellmefrankie)
- **Source:** https://github.com/tellmefrankie/ai-investment-skills/tree/main/growth-tracker
- **Website:** https://jaehyunpark.gumroad.com/l/tcyahy

## Install

```sh
agentstack add skill-tellmefrankie-ai-investment-skills-growth-tracker
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Growth Tracker (Free)

Track your indie product's traction across GitHub, dev.to, and Gumroad in one snapshot. Zero manual dashboards.

## What it does

Pulls live metrics from public APIs and your own API keys:

- **GitHub**: stars, forks, watchers, open issues, traffic (views/clones via API)
- **dev.to**: per-article views, reactions, comments — totals and per-post breakdown
- **Gumroad**: sales count, revenue, conversion rate (requires Gumroad API token)
- **Calculated**: day-over-day changes, best-performing content, funnel drop-off

Outputs a structured snapshot you can save to a file or paste into a standup.

## Usage

```
Run a growth snapshot for my indie product.

GitHub repo: tellmefrankie/ai-investment-skills
dev.to username: tellmefrankie
Gumroad product slug: tcyahy (optional — skip if no API token)

Show:
1. Current numbers (stars, views, sales)
2. What changed since yesterday (if I have a previous snapshot to compare)
3. Top-performing content piece
4. Biggest gap in the funnel (traffic vs conversion)
```

## Example Output

```
=== Growth Snapshot — 2026-05-14 ===

GITHUB  tellmefrankie/ai-investment-skills
  Stars:    3  (+1 today)
  Forks:    0
  Watchers: 1
  Topics:   20

DEV.TO  tellmefrankie
  Published: 12 articles
  Total views: 847  (+60 today)
  Reactions:   4  (+2 today)
  Top article: "XLI options hit a 5.32 put/call ratio" — 412 views

GUMROAD  (API token not set — skipped)

FUNNEL
  dev.to views → GitHub clicks: ~8% CTR (estimated)
  GitHub visitors → Gumroad: unknown (no Gumroad data)
  Gumroad → Purchase: unknown

RECOMMENDATION
  Bottleneck is likely dev.to → GitHub. Add GitHub link to first paragraph
  of top 3 articles. XLI article has 412 views but GitHub has 3 stars.
```

## Setup (optional for Gumroad)

For Gumroad tracking, set environment variable:
```
GUMROAD_ACCESS_TOKEN=your_token_here
```

Get token: Gumroad Dashboard → Settings → Advanced → Access Token

For GitHub traffic API (views/clones), requires authenticated requests:
```
GITHUB_TOKEN=your_github_pat
```

Everything else works without API keys (public data).

## Save snapshots

```
Run growth snapshot and save to content/growth-YYYY-MM-DD.json
Compare with yesterday's snapshot if it exists.
```

Saves a JSON file you can track over time:
```json
{
  "date": "2026-05-14",
  "github": { "stars": 3, "forks": 0 },
  "devto": { "articles": 12, "total_views": 847, "reactions": 4 },
  "gumroad": { "sales": 0, "revenue_usd": 0 },
  "top_content": "XLI options hit a 5.32 put/call ratio"
}
```

## Why this exists

Built after spending too much time manually checking GitHub, dev.to analytics, and Gumroad separately every morning. One prompt now gives the full picture.

## Free — no bundle required

This skill is fully free. No paid APIs needed for GitHub + dev.to tracking.

Gumroad integration is also free — just requires your own API token.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tellmefrankie](https://github.com/tellmefrankie)
- **Source:** [tellmefrankie/ai-investment-skills](https://github.com/tellmefrankie/ai-investment-skills)
- **License:** MIT
- **Homepage:** https://jaehyunpark.gumroad.com/l/tcyahy

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tellmefrankie-ai-investment-skills-growth-tracker
- Seller: https://agentstack.voostack.com/s/tellmefrankie
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
