Drip API

A third-party skill mirrored from DripStack that lets Claude research premium financial newsletters and podcasts through the Drip API. It searches indexed articles by topic, browses the publication catalog, resolves named publications/authors/podcast shows/Substack URLs, lists recent posts, fetches paid article summaries via x402/MPP micropayments, and retrieves structured stock picks (ticker, direction, conviction, evidence quotes) for a given UTC day. The skill enforces a guided search-then-purchase flow: search results are presented as a menu, and paid content is only fetched after explicit user selection. Supports multi-article synthesis and comparison across sources. All paid routes (individual articles and stock picks) are gated by x402 or MPP micropayments. Use for questions about finance commentary, analyst views, market themes, company or sector writeups, newsletter/podcast source discovery, stock picks, and paid Drip content.

Third-party, by DripStack

July 2, 2026

Install

Simple install — no setup required

1

Open the Claude desktop app and go to the Project you want this in

2

Go to Code, then Customize, then click Create a new skill and upload the skill file below

3

Say a trigger phrase to activate it

The skill file
Download

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

A third-party skill mirrored from DripStack. The pinned SKILL.md is the source of truth; this entry is a short summary.

It lets Claude research premium financial newsletters and podcasts through the Drip API: searching articles by topic, browsing the publication catalog, resolving named publications and authors, listing recent posts, and fetching paid article summaries or structured stock picks via x402/MPP micropayments. The skill enforces a guided search-then-purchase flow where search results are presented as options and paid content is only fetched after the user explicitly selects articles to buy.

Paid routes cover individual article summaries and daily stock picks (with ticker, direction, conviction level, and evidence quotes). Supports multi-article synthesis and cross-source comparison.

Provenance

Dependencies

  • No MCP server required (requiresMCP: false)
  • Paid routes require an x402 or MPP payment-aware HTTP client
  • No API keys or credentials needed for free routes (search, publications)
  • Paid routes (article summaries, stock picks) are gated by x402/MPP micropayments at request time
View full SKILL.md on GitHub