Skip to content

Add Drip API skill#88

Open
Blauyourmind wants to merge 1 commit into
moonpay:mainfrom
Blauyourmind:add-drip-api-skill
Open

Add Drip API skill#88
Blauyourmind wants to merge 1 commit into
moonpay:mainfrom
Blauyourmind:add-drip-api-skill

Conversation

@Blauyourmind

@Blauyourmind Blauyourmind commented Jun 22, 2026

Copy link
Copy Markdown

New Skill

Skill name: skills/drip-api/

Description: Research Drip premium financial newsletters and podcasts, discover publications, list recent posts, fetch paid summaries after explicit user selection, synthesize selected paid articles, and retrieve structured stock picks.

Primary chain: Base (also supports Tempo)

Primary token: USDC

Checklist

  • skills/{name}/SKILL.md with YAML frontmatter (name, description)
  • Skill added to .claude-plugin/marketplace.json
  • Description is specific about when Claude should trigger this skill

MoonPay Integration

The skill uses x402/MPP-gated paid routes and requires a funded wallet for paid Drip routes.

Example Usage

# Flow 1: Search by topic, choose an article, then buy the selected summary

# Search indexed premium finance articles about a topic
curl "https://dripstack.xyz/api/v1/search?q=AI%20bubble&limit=10"

# After the user selects an article from the search results, fetch the paid summary
# with an x402/MPP payment-aware client.
# Example selected article: "Stealth Financial Repression"
curl "https://dripstack.xyz/api/v1/publications/newsletter.doomberg.com/stealth-financial-suppression"


# Flow 2: Resolve a publication, list recent posts, then buy one post

# Resolve a publication name to its Drip publication slug
curl "https://dripstack.xyz/api/v1/publications/search?q=doomberg"

# List recent posts from the resolved publication
curl "https://dripstack.xyz/api/v1/publications/newsletter.doomberg.com?limit=5"

# After the user selects a post, fetch the paid summary
# with an x402/MPP payment-aware client.
# Example selected post: "Stealth Financial Repression"
curl "https://dripstack.xyz/api/v1/publications/newsletter.doomberg.com/stealth-financial-suppression"


# Flow 3: Fetch stock picks

# Fetch the latest available stock picks with an x402/MPP payment-aware client
curl "https://dripstack.xyz/api/v1/stock-picks"

# Fetch stock picks for a specific UTC effective day with an x402/MPP payment-aware client
curl "https://dripstack.xyz/api/v1/stock-picks?date=2026-05-30"

@Blauyourmind Blauyourmind requested a review from a team as a code owner June 22, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant