Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/zuplo-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use these sources in priority order:

1. **Local docs (preferred):** Read from `node_modules/zuplo/docs/cli/` — version-matched, always available offline. Check both the project root and parent directories for monorepos.
2. **MCP server tools:** Use `search-zuplo-docs` and `ask-question-about-zuplo` if the Zuplo MCP server is connected.
3. **Fetch docs via URL:** Fetch `https://zuplo.com/docs/cli/overview` or discover all pages at `https://zuplo.com/docs/llms.txt`.
3. **Fetch docs via URL:** Fetch `https://zuplo.com/docs/cli/overview.md` or discover all pages at `https://zuplo.com/docs/llms.txt`.

## When to Use This Skill

Expand Down
16 changes: 8 additions & 8 deletions skills/zuplo-monetization/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Before configuring monetization features, read the relevant Zuplo documentation.
1. **Local docs (preferred):** Read from `node_modules/zuplo/docs/articles/monetization/` — version-matched, always available offline. Check both the project root and parent directories for monorepos.
2. **MCP server tools:** Use `search-zuplo-docs` and `ask-question-about-zuplo` if the Zuplo MCP server is connected.
3. **Fetch docs via URL.** Key doc pages:
- Quickstart: `https://zuplo.com/docs/articles/monetization/quickstart`
- Stripe integration: `https://zuplo.com/docs/articles/monetization/stripe-integration`
- Developer portal: `https://zuplo.com/docs/articles/monetization/developer-portal`
- Subscription lifecycle: `https://zuplo.com/docs/articles/monetization/subscription-lifecycle`
- Billing models: `https://zuplo.com/docs/articles/monetization/billing-models`
- Plan examples: `https://zuplo.com/docs/articles/monetization/plan-examples`
- Monetization policy: `https://zuplo.com/docs/policies/monetization-inbound`
- Quickstart: `https://zuplo.com/docs/articles/monetization/quickstart.md`
- Stripe integration: `https://zuplo.com/docs/articles/monetization/stripe-integration.md`
- Developer portal: `https://zuplo.com/docs/articles/monetization/developer-portal.md`
- Subscription lifecycle: `https://zuplo.com/docs/articles/monetization/subscription-lifecycle.md`
- Billing models: `https://zuplo.com/docs/articles/monetization/billing-models.md`
- Plan examples: `https://zuplo.com/docs/articles/monetization/plan-examples.md`
- Monetization policy: `https://zuplo.com/docs/policies/monetization-inbound.md`
Comment on lines +22 to +28

## How monetization works

Expand Down Expand Up @@ -321,5 +321,5 @@ All of these are in `node_modules/zuplo/docs/articles/monetization/`:
## Resources

- **Local docs:** `node_modules/zuplo/docs/articles/monetization/` — full monetization documentation
- **Monetization docs (web):** `https://zuplo.com/docs/articles/monetization`
- **Monetization docs (web):** `https://zuplo.com/docs/articles/monetization.md`
- **Setup script:** The [`setup-monetization.sh`](https://github.com/zuplo-samples/monetization-preview/blob/main/scripts/setup-monetization.sh) script automates meter, feature, plan creation, and Stripe connection via the API
Loading