💼 Lemon Squeezy Automation
Lemon Squeezy(レモンスクイージー
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate Lemon Squeezy store management -- products, orders, subscriptions, customers, discounts, and checkout tracking -- using natural language through the Composio MCP integration.
🇯🇵 日本人クリエイター向け解説
Lemon Squeezy(レモンスクイージー
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o lemon-squeezy-automation.zip https://jpskill.com/download/1787.zip && unzip -o lemon-squeezy-automation.zip && rm lemon-squeezy-automation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/1787.zip -OutFile "$d\lemon-squeezy-automation.zip"; Expand-Archive "$d\lemon-squeezy-automation.zip" -DestinationPath $d -Force; ri "$d\lemon-squeezy-automation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
lemon-squeezy-automation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
lemon-squeezy-automationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Lemon Squeezy Automation で、私のビジネスを分析して改善案を3つ提案して
- › Lemon Squeezy Automation を使って、来週の会議用の資料を作って
- › Lemon Squeezy Automation で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Lemon Squeezy Automation
Lemon Squeezyのデジタル製品ビジネスを管理します。注文の追跡、サブスクリプションの監視、顧客の分析、割引の確認、チェックアウトの監査を、すべて自然言語コマンドで行うことができます。
ツールキットのドキュメント: composio.dev/toolkits/lemon_squeezy
セットアップ
- Composio MCPサーバーをクライアント設定に追加します。
https://rube.app/mcp - プロンプトが表示されたら、Lemon Squeezyアカウントを接続します(APIキー認証)。
- 自然言語コマンドを発行してストアの管理を開始します。
コアワークフロー
1. ストアと製品の発見
すべてのストアをリストしてストアIDを取得し、特定のストアの製品とバリアントを取得します。
ツール: LEMON_SQUEEZY_LIST_ALL_STORES、LEMON_SQUEEZY_LIST_ALL_PRODUCTS、LEMON_SQUEEZY_LIST_ALL_VARIANTS
プロンプトの例:
「私のLemon Squeezyストアとその製品をすべてリストしてください」
主要なパラメーター:
LEMON_SQUEEZY_LIST_ALL_STORES-- パラメーターは不要ですLEMON_SQUEEZY_LIST_ALL_PRODUCTS--filter[store_id]でフィルタリングしますLEMON_SQUEEZY_LIST_ALL_VARIANTS--filter[product_id]、filter[status](pending/draft/published)でフィルタリングします
2. 注文と注文アイテムの追跡
ストア、ユーザーメール、または注文番号によるオプションのフィルタリングで、すべての注文を取得し、個々の注文アイテムを詳しく調べます。
ツール: LEMON_SQUEEZY_LIST_ALL_ORDERS、LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS
プロンプトの例:
「私のLemon Squeezyストアでjohndoe@example.comからのすべての注文を表示してください」
注文の主要なパラメーター:
filter[store_id]-- ストアIDでフィルタリングしますfilter[user_email]-- 顧客のメールアドレスでフィルタリングしますfilter[order_number]-- 特定の注文番号でフィルタリングしますpage[number]/page[size]-- ページネーション(1ページあたり最大100件)
注文アイテムの主要なパラメーター:
filter[order_id]、filter[product_id]、filter[variant_id]-- 関連エンティティでフィルタリングします
3. サブスクリプションの監視
豊富なフィルタリングオプションで、すべてのサブスクリプションをリストし、定期的な収益を追跡します。
ツール: LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS
プロンプトの例:
「私のLemon Squeezyストアでアクティブなサブスクリプションをすべて表示してください」
主要なパラメーター:
filter[status]-- ステータスでフィルタリングします(例:active、cancelled)filter[store_id]-- ストアでフィルタリングしますfilter[product_id]-- 製品でフィルタリングしますfilter[user_email]-- サブスクライバーのメールアドレスでフィルタリングしますfilter[variant_id]-- バリアントでフィルタリングしますpage[number]/page[size]-- ページネーション(1ページあたり最大100件)
4. 顧客の管理
メールアドレス、MRR、総収益、顧客ポータルURLなどの詳細を含む顧客レコードを取得します。
ツール: LEMON_SQUEEZY_LIST_ALL_CUSTOMERS
プロンプトの例:
「johndoe@example.comというメールアドレスのLemon Squeezy顧客を見つけてください」
主要なパラメーター:
filter[email]-- 正確なメールアドレスでフィルタリングしますfilter[store_id]-- ストアIDでフィルタリングしますpage[number]/page[size]-- ページネーション(1ページあたり最大100件)
5. 割引と引き換えの監査
すべての割引コードをリストし、注文全体でどのように引き換えられたかを追跡します。
ツール: LEMON_SQUEEZY_LIST_ALL_DISCOUNTS、LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS
プロンプトの例:
「ストア12345のすべての割引とその引き換え履歴を表示してください」
割引の主要なパラメーター:
filter[store_id]-- ストアでフィルタリングしますpage[number]/page[size]-- ページネーション
引き換えの主要なパラメーター:
filter[discount_id]-- 割引でフィルタリングしますfilter[order_id]-- 注文でフィルタリングします
6. チェックアウトの確認
ストアまたはバリアントによるオプションのフィルタリングで、すべてのチェックアウトセッションをリストします。
ツール: LEMON_SQUEEZY_LIST_ALL_CHECKOUTS
プロンプトの例:
「私のLemon Squeezyストアでバリアント42のすべてのチェックアウトを表示してください」
主要なパラメーター:
filter[store_id]-- ストアIDでフィルタリングしますfilter[variant_id]-- バリアントIDでフィルタリングします
既知の落とし穴
- ストアIDは基本です: ほとんどのフィルターには
store_idが必要です。他のリソースをフィルタリングする前に、常にLEMON_SQUEEZY_LIST_ALL_STORESを呼び出して有効なストアIDを発見してください。 - 大規模なデータセットにはページネーションが必須です: すべてのリストエンドポイントは
page[number]/page[size]のページネーションを使用します(1ページあたり最大100件)。最初のページが完全であると仮定しないでください。 - フィルターパラメーターの命名: Lemon Squeezyはフィルターにブラケット表記を使用します(例:
filter[store_id]、page[number])。正確なパラメーター名が使用されていることを確認してください。 - サブスクリプションの請求書と注文: サブスクリプションの請求書(
LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICES)は、1回限りの注文とは別です。ユースケースに適したエンドポイントを使用してください。
クイックリファレンス
| アクション | ツールスラッグ | 必須パラメーター |
|---|---|---|
| ストアをリストする | LEMON_SQUEEZY_LIST_ALL_STORES |
なし |
| 製品をリストする | LEMON_SQUEEZY_LIST_ALL_PRODUCTS |
なし(オプションのフィルター) |
| バリアントをリストする | LEMON_SQUEEZY_LIST_ALL_VARIANTS |
なし(オプションのフィルター) |
| 注文をリストする | LEMON_SQUEEZY_LIST_ALL_ORDERS |
なし(オプションのフィルター) |
| 注文アイテムをリストする | LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS |
なし(オプションのフィルター) |
| サブスクリプションをリストする | LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS |
なし(オプションのフィルター) |
| 顧客をリストする | LEMON_SQUEEZY_LIST_ALL_CUSTOMERS |
なし(オプションのフィルター) |
| 割引をリストする | LEMON_SQUEEZY_LIST_ALL_DISCOUNTS |
なし(オプションのフィルター) |
| 割引の引き換えをリストする | LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS |
なし(オプションのフィルター) |
| チェックアウトをリストする | LEMON_SQUEEZY_LIST_ALL_CHECKOUTS |
なし(オプションのフィルター) |
Powered by Composio
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Lemon Squeezy Automation
Manage your Lemon Squeezy digital products business -- track orders, monitor subscriptions, analyze customers, review discounts, and audit checkouts -- all through natural language commands.
Toolkit docs: composio.dev/toolkits/lemon_squeezy
Setup
- Add the Composio MCP server to your client configuration:
https://rube.app/mcp - Connect your Lemon Squeezy account when prompted (API key authentication).
- Start issuing natural language commands to manage your store.
Core Workflows
1. Discover Stores and Products
List all stores to get store IDs, then retrieve products and variants for a specific store.
Tools: LEMON_SQUEEZY_LIST_ALL_STORES, LEMON_SQUEEZY_LIST_ALL_PRODUCTS, LEMON_SQUEEZY_LIST_ALL_VARIANTS
Example prompt:
"List all my Lemon Squeezy stores and their products"
Key parameters:
LEMON_SQUEEZY_LIST_ALL_STORES-- No parameters requiredLEMON_SQUEEZY_LIST_ALL_PRODUCTS-- Filter byfilter[store_id]LEMON_SQUEEZY_LIST_ALL_VARIANTS-- Filter byfilter[product_id],filter[status](pending/draft/published)
2. Track Orders and Order Items
Retrieve all orders with optional filtering by store, user email, or order number, and drill into individual order items.
Tools: LEMON_SQUEEZY_LIST_ALL_ORDERS, LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS
Example prompt:
"Show all orders from johndoe@example.com in my Lemon Squeezy store"
Key parameters for orders:
filter[store_id]-- Filter by store IDfilter[user_email]-- Filter by customer emailfilter[order_number]-- Filter by specific order numberpage[number]/page[size]-- Pagination (max 100 per page)
Key parameters for order items:
filter[order_id],filter[product_id],filter[variant_id]-- Filter by related entity
3. Monitor Subscriptions
List all subscriptions with rich filtering options to track recurring revenue.
Tool: LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS
Example prompt:
"Show all active subscriptions in my Lemon Squeezy store"
Key parameters:
filter[status]-- Filter by status (e.g.,active,cancelled)filter[store_id]-- Filter by storefilter[product_id]-- Filter by productfilter[user_email]-- Filter by subscriber emailfilter[variant_id]-- Filter by variantpage[number]/page[size]-- Pagination (max 100 per page)
4. Manage Customers
Retrieve customer records with details including email, MRR, total revenue, and customer portal URLs.
Tool: LEMON_SQUEEZY_LIST_ALL_CUSTOMERS
Example prompt:
"Find the Lemon Squeezy customer with email johndoe@example.com"
Key parameters:
filter[email]-- Filter by exact email addressfilter[store_id]-- Filter by store IDpage[number]/page[size]-- Pagination (max 100 per page)
5. Audit Discounts and Redemptions
List all discount codes and track how they have been redeemed across orders.
Tools: LEMON_SQUEEZY_LIST_ALL_DISCOUNTS, LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS
Example prompt:
"Show all discounts for store 12345 and their redemption history"
Key parameters for discounts:
filter[store_id]-- Filter by storepage[number]/page[size]-- Pagination
Key parameters for redemptions:
filter[discount_id]-- Filter by discountfilter[order_id]-- Filter by order
6. Review Checkouts
List all checkout sessions with optional filtering by store or variant.
Tool: LEMON_SQUEEZY_LIST_ALL_CHECKOUTS
Example prompt:
"Show all checkouts for variant 42 in my Lemon Squeezy store"
Key parameters:
filter[store_id]-- Filter by store IDfilter[variant_id]-- Filter by variant ID
Known Pitfalls
- Store ID is foundational: Most filters require a
store_id. Always callLEMON_SQUEEZY_LIST_ALL_STORESfirst to discover valid store IDs before filtering other resources. - Pagination is mandatory for large datasets: All list endpoints use
page[number]/page[size]pagination (max 100 per page). Do not assume the first page is complete. - Filter parameter naming: Lemon Squeezy uses bracket notation for filters (e.g.,
filter[store_id],page[number]). Ensure exact parameter names are used. - Subscription invoices vs. orders: Subscription invoices (
LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTION_INVOICES) are separate from one-time orders. Use the appropriate endpoint for your use case.
Quick Reference
| Action | Tool Slug | Required Params |
|---|---|---|
| List stores | LEMON_SQUEEZY_LIST_ALL_STORES |
None |
| List products | LEMON_SQUEEZY_LIST_ALL_PRODUCTS |
None (optional filters) |
| List variants | LEMON_SQUEEZY_LIST_ALL_VARIANTS |
None (optional filters) |
| List orders | LEMON_SQUEEZY_LIST_ALL_ORDERS |
None (optional filters) |
| List order items | LEMON_SQUEEZY_LIST_ALL_ORDER_ITEMS |
None (optional filters) |
| List subscriptions | LEMON_SQUEEZY_LIST_ALL_SUBSCRIPTIONS |
None (optional filters) |
| List customers | LEMON_SQUEEZY_LIST_ALL_CUSTOMERS |
None (optional filters) |
| List discounts | LEMON_SQUEEZY_LIST_ALL_DISCOUNTS |
None (optional filters) |
| List discount redemptions | LEMON_SQUEEZY_LIST_ALL_DISCOUNT_REDEMPTIONS |
None (optional filters) |
| List checkouts | LEMON_SQUEEZY_LIST_ALL_CHECKOUTS |
None (optional filters) |
Powered by Composio