Install
$ agentstack add skill-tellmefrankie-ai-investment-skills-growth-tracker ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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:
{
"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
- Source: tellmefrankie/ai-investment-skills
- License: MIT
- Homepage: https://jaehyunpark.gumroad.com/l/tcyahy
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.