@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,368 @@
|
|
|
1
|
+
# Marketing Tools Registry
|
|
2
|
+
|
|
3
|
+
Quick reference for AI agents to discover tool capabilities and integration methods.
|
|
4
|
+
|
|
5
|
+
## How to Use This Registry
|
|
6
|
+
|
|
7
|
+
1. **Find tools by category** - Browse sections below for tools in each domain
|
|
8
|
+
2. **Check integration methods** - See what APIs, MCPs, CLIs, or SDKs are available
|
|
9
|
+
3. **Read integration guides** - Detailed setup and common operations in `integrations/`
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Tool Index
|
|
14
|
+
|
|
15
|
+
| Tool | Category | API | MCP | CLI | SDK | Guide |
|
|
16
|
+
|------|----------|:---:|:---:|:---:|:---:|-------|
|
|
17
|
+
| ga4 | Analytics | ✓ | ✓ | [✓](clis/ga4.js) | ✓ | [ga4.md](integrations/ga4.md) |
|
|
18
|
+
| mixpanel | Analytics | ✓ | - | [✓](clis/mixpanel.js) | ✓ | [mixpanel.md](integrations/mixpanel.md) |
|
|
19
|
+
| amplitude | Analytics | ✓ | - | [✓](clis/amplitude.js) | ✓ | [amplitude.md](integrations/amplitude.md) |
|
|
20
|
+
| posthog | Analytics | ✓ | - | ✓ | ✓ | [posthog.md](integrations/posthog.md) |
|
|
21
|
+
| segment | Analytics | ✓ | - | [✓](clis/segment.js) | ✓ | [segment.md](integrations/segment.md) |
|
|
22
|
+
| adobe-analytics | Analytics | ✓ | - | [✓](clis/adobe-analytics.js) | ✓ | [adobe-analytics.md](integrations/adobe-analytics.md) |
|
|
23
|
+
| plausible | Analytics | ✓ | - | [✓](clis/plausible.js) | - | [plausible.md](integrations/plausible.md) |
|
|
24
|
+
| google-search-console | SEO | ✓ | - | [✓](clis/google-search-console.js) | ✓ | [google-search-console.md](integrations/google-search-console.md) |
|
|
25
|
+
| semrush | SEO | ✓ | - | [✓](clis/semrush.js) | - | [semrush.md](integrations/semrush.md) |
|
|
26
|
+
| ahrefs | SEO | ✓ | - | [✓](clis/ahrefs.js) | - | [ahrefs.md](integrations/ahrefs.md) |
|
|
27
|
+
| dataforseo | SEO | ✓ | - | [✓](clis/dataforseo.js) | ✓ | [dataforseo.md](integrations/dataforseo.md) |
|
|
28
|
+
| keywords-everywhere | SEO | ✓ | - | [✓](clis/keywords-everywhere.js) | - | [keywords-everywhere.md](integrations/keywords-everywhere.md) |
|
|
29
|
+
| clearbit | Data Enrichment | ✓ | - | [✓](clis/clearbit.js) | ✓ | [clearbit.md](integrations/clearbit.md) |
|
|
30
|
+
| apollo | Data Enrichment | ✓ | - | [✓](clis/apollo.js) | - | [apollo.md](integrations/apollo.md) |
|
|
31
|
+
| hubspot | CRM | ✓ | - | ✓ | ✓ | [hubspot.md](integrations/hubspot.md) |
|
|
32
|
+
| salesforce | CRM | ✓ | - | ✓ | ✓ | [salesforce.md](integrations/salesforce.md) |
|
|
33
|
+
| stripe | Payments | ✓ | ✓ | ✓ | ✓ | [stripe.md](integrations/stripe.md) |
|
|
34
|
+
| paddle | Payments | ✓ | - | [✓](clis/paddle.js) | ✓ | [paddle.md](integrations/paddle.md) |
|
|
35
|
+
| rewardful | Referral | ✓ | - | [✓](clis/rewardful.js) | - | [rewardful.md](integrations/rewardful.md) |
|
|
36
|
+
| tolt | Referral | ✓ | - | [✓](clis/tolt.js) | - | [tolt.md](integrations/tolt.md) |
|
|
37
|
+
| dub-co | Links | ✓ | - | [✓](clis/dub.js) | ✓ | [dub-co.md](integrations/dub-co.md) |
|
|
38
|
+
| mention-me | Referral | ✓ | - | [✓](clis/mention-me.js) | - | [mention-me.md](integrations/mention-me.md) |
|
|
39
|
+
| partnerstack | Affiliate | ✓ | - | [✓](clis/partnerstack.js) | - | [partnerstack.md](integrations/partnerstack.md) |
|
|
40
|
+
| mailchimp | Email | ✓ | ✓ | [✓](clis/mailchimp.js) | ✓ | [mailchimp.md](integrations/mailchimp.md) |
|
|
41
|
+
| customer-io | Email | ✓ | - | [✓](clis/customer-io.js) | ✓ | [customer-io.md](integrations/customer-io.md) |
|
|
42
|
+
| sendgrid | Email | ✓ | - | [✓](clis/sendgrid.js) | ✓ | [sendgrid.md](integrations/sendgrid.md) |
|
|
43
|
+
| resend | Email | ✓ | ✓ | [✓](clis/resend.js) | ✓ | [resend.md](integrations/resend.md) |
|
|
44
|
+
| kit | Email | ✓ | - | [✓](clis/kit.js) | ✓ | [kit.md](integrations/kit.md) |
|
|
45
|
+
| beehiiv | Newsletter | ✓ | - | [✓](clis/beehiiv.js) | - | [beehiiv.md](integrations/beehiiv.md) |
|
|
46
|
+
| klaviyo | Email/SMS | ✓ | - | [✓](clis/klaviyo.js) | ✓ | [klaviyo.md](integrations/klaviyo.md) |
|
|
47
|
+
| postmark | Email | ✓ | - | [✓](clis/postmark.js) | ✓ | [postmark.md](integrations/postmark.md) |
|
|
48
|
+
| brevo | Email/SMS | ✓ | - | [✓](clis/brevo.js) | ✓ | [brevo.md](integrations/brevo.md) |
|
|
49
|
+
| activecampaign | Email/CRM | ✓ | - | [✓](clis/activecampaign.js) | ✓ | [activecampaign.md](integrations/activecampaign.md) |
|
|
50
|
+
| hunter | Email Outreach | ✓ | - | [✓](clis/hunter.js) | - | [hunter.md](integrations/hunter.md) |
|
|
51
|
+
| snov | Email Outreach | ✓ | - | [✓](clis/snov.js) | - | [snov.md](integrations/snov.md) |
|
|
52
|
+
| lemlist | Email Outreach | ✓ | - | [✓](clis/lemlist.js) | - | [lemlist.md](integrations/lemlist.md) |
|
|
53
|
+
| instantly | Email Outreach | ✓ | - | [✓](clis/instantly.js) | - | [instantly.md](integrations/instantly.md) |
|
|
54
|
+
| google-ads | Ads | ✓ | ✓ | [✓](clis/google-ads.js) | ✓ | [google-ads.md](integrations/google-ads.md) |
|
|
55
|
+
| meta-ads | Ads | ✓ | - | [✓](clis/meta-ads.js) | ✓ | [meta-ads.md](integrations/meta-ads.md) |
|
|
56
|
+
| linkedin-ads | Ads | ✓ | - | [✓](clis/linkedin-ads.js) | - | [linkedin-ads.md](integrations/linkedin-ads.md) |
|
|
57
|
+
| tiktok-ads | Ads | ✓ | - | [✓](clis/tiktok-ads.js) | ✓ | [tiktok-ads.md](integrations/tiktok-ads.md) |
|
|
58
|
+
| zapier | Automation | ✓ | ✓ | [✓](clis/zapier.js) | - | [zapier.md](integrations/zapier.md) |
|
|
59
|
+
| hotjar | CRO | ✓ | - | [✓](clis/hotjar.js) | - | [hotjar.md](integrations/hotjar.md) |
|
|
60
|
+
| optimizely | A/B Testing | ✓ | - | [✓](clis/optimizely.js) | ✓ | [optimizely.md](integrations/optimizely.md) |
|
|
61
|
+
| calendly | Scheduling | ✓ | - | [✓](clis/calendly.js) | - | [calendly.md](integrations/calendly.md) |
|
|
62
|
+
| savvycal | Scheduling | ✓ | - | [✓](clis/savvycal.js) | - | [savvycal.md](integrations/savvycal.md) |
|
|
63
|
+
| typeform | Forms | ✓ | - | [✓](clis/typeform.js) | ✓ | [typeform.md](integrations/typeform.md) |
|
|
64
|
+
| intercom | Messaging | ✓ | - | [✓](clis/intercom.js) | ✓ | [intercom.md](integrations/intercom.md) |
|
|
65
|
+
| buffer | Social | ✓ | - | [✓](clis/buffer.js) | - | [buffer.md](integrations/buffer.md) |
|
|
66
|
+
| wistia | Video | ✓ | - | [✓](clis/wistia.js) | - | [wistia.md](integrations/wistia.md) |
|
|
67
|
+
| trustpilot | Reviews | ✓ | - | [✓](clis/trustpilot.js) | - | [trustpilot.md](integrations/trustpilot.md) |
|
|
68
|
+
| g2 | Reviews | ✓ | - | [✓](clis/g2.js) | - | [g2.md](integrations/g2.md) |
|
|
69
|
+
| onesignal | Push | ✓ | - | [✓](clis/onesignal.js) | ✓ | [onesignal.md](integrations/onesignal.md) |
|
|
70
|
+
| demio | Webinar | ✓ | - | [✓](clis/demio.js) | - | [demio.md](integrations/demio.md) |
|
|
71
|
+
| livestorm | Webinar | ✓ | - | [✓](clis/livestorm.js) | - | [livestorm.md](integrations/livestorm.md) |
|
|
72
|
+
| shopify | Commerce | ✓ | - | ✓ | ✓ | [shopify.md](integrations/shopify.md) |
|
|
73
|
+
| wordpress | CMS | ✓ | - | ✓ | ✓ | [wordpress.md](integrations/wordpress.md) |
|
|
74
|
+
| webflow | CMS | ✓ | - | ✓ | ✓ | [webflow.md](integrations/webflow.md) |
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## By Category
|
|
79
|
+
|
|
80
|
+
### Analytics
|
|
81
|
+
|
|
82
|
+
Track user behavior, measure conversions, and analyze marketing performance.
|
|
83
|
+
|
|
84
|
+
| Tool | Best For | MCP Available |
|
|
85
|
+
|------|----------|:-------------:|
|
|
86
|
+
| **ga4** | Web analytics, Google ecosystem | ✓ |
|
|
87
|
+
| **mixpanel** | Product analytics, event tracking | - |
|
|
88
|
+
| **amplitude** | Product analytics, cohort analysis | - |
|
|
89
|
+
| **posthog** | Open-source analytics, session replay | - |
|
|
90
|
+
| **segment** | Customer data platform, routing | - |
|
|
91
|
+
| **adobe-analytics** | Enterprise analytics | - |
|
|
92
|
+
| **plausible** | Privacy-focused analytics | - |
|
|
93
|
+
|
|
94
|
+
**Agent recommendation**: Start with GA4 if using Google ecosystem. Use Mixpanel or Amplitude for deeper product analytics. Plausible for privacy-focused sites.
|
|
95
|
+
|
|
96
|
+
### SEO
|
|
97
|
+
|
|
98
|
+
Search engine optimization tools for keyword research, rank tracking, and site audits.
|
|
99
|
+
|
|
100
|
+
| Tool | Best For | Notes |
|
|
101
|
+
|------|----------|-------|
|
|
102
|
+
| **google-search-console** | Free, authoritative search data | Direct from Google |
|
|
103
|
+
| **semrush** | Competitive analysis, keyword research | Comprehensive |
|
|
104
|
+
| **ahrefs** | Backlink analysis, content research | Best for links |
|
|
105
|
+
| **dataforseo** | SERP tracking, backlinks, on-page audits | Comprehensive API |
|
|
106
|
+
| **keywords-everywhere** | Quick keyword research, traffic estimates | Credit-based |
|
|
107
|
+
|
|
108
|
+
**Agent recommendation**: Google Search Console is essential (free). Add Semrush or Ahrefs for competitive research. DataForSEO for programmatic SERP data. Keywords Everywhere for quick keyword lookups.
|
|
109
|
+
|
|
110
|
+
### CRM
|
|
111
|
+
|
|
112
|
+
Customer relationship management and sales tools.
|
|
113
|
+
|
|
114
|
+
| Tool | Best For | CLI Available |
|
|
115
|
+
|------|----------|:-------------:|
|
|
116
|
+
| **hubspot** | SMB, marketing + sales alignment | ✓ |
|
|
117
|
+
| **salesforce** | Enterprise, complex sales processes | ✓ |
|
|
118
|
+
|
|
119
|
+
**Agent recommendation**: HubSpot for startups/SMBs, Salesforce for enterprise.
|
|
120
|
+
|
|
121
|
+
### Payments
|
|
122
|
+
|
|
123
|
+
Payment processing and subscription management.
|
|
124
|
+
|
|
125
|
+
| Tool | Best For | MCP Available |
|
|
126
|
+
|------|----------|:-------------:|
|
|
127
|
+
| **stripe** | SaaS subscriptions, developer-friendly | ✓ |
|
|
128
|
+
|
|
129
|
+
| **paddle** | SaaS billing with tax handling | - |
|
|
130
|
+
|
|
131
|
+
**Agent recommendation**: Stripe is the default for SaaS. Paddle for built-in tax compliance.
|
|
132
|
+
|
|
133
|
+
### Referral & Affiliate
|
|
134
|
+
|
|
135
|
+
Tools for referral programs, affiliate tracking, and partner management.
|
|
136
|
+
|
|
137
|
+
| Tool | Best For | Stripe Integration |
|
|
138
|
+
|------|----------|:------------------:|
|
|
139
|
+
| **rewardful** | Stripe-native affiliate programs | ✓ |
|
|
140
|
+
| **tolt** | SaaS affiliate programs | ✓ |
|
|
141
|
+
| **mention-me** | Enterprise referral programs | ✓ |
|
|
142
|
+
| **dub-co** | Link tracking, attribution | - |
|
|
143
|
+
| **partnerstack** | Enterprise partner programs | ✓ |
|
|
144
|
+
|
|
145
|
+
**Agent recommendation**: Rewardful or Tolt for Stripe-based SaaS. PartnerStack for enterprise partner programs. Dub.co for link attribution.
|
|
146
|
+
|
|
147
|
+
### Email
|
|
148
|
+
|
|
149
|
+
Email marketing, transactional email, and automation platforms.
|
|
150
|
+
|
|
151
|
+
| Tool | Best For | MCP Available |
|
|
152
|
+
|------|----------|:-------------:|
|
|
153
|
+
| **mailchimp** | SMB email marketing | ✓ |
|
|
154
|
+
| **customer-io** | Behavior-based messaging | - |
|
|
155
|
+
| **sendgrid** | Transactional email at scale | - |
|
|
156
|
+
| **resend** | Developer-friendly transactional | ✓ |
|
|
157
|
+
| **kit** | Creator/newsletter focused | - |
|
|
158
|
+
| **beehiiv** | Newsletter platform | - |
|
|
159
|
+
| **klaviyo** | E-commerce email + SMS | - |
|
|
160
|
+
| **postmark** | Deliverability-focused transactional | - |
|
|
161
|
+
| **brevo** | Email + SMS, popular in EU | - |
|
|
162
|
+
| **activecampaign** | Email automation + CRM | - |
|
|
163
|
+
|
|
164
|
+
**Agent recommendation**: Resend for transactional (dev-friendly). Postmark for deliverability. Customer.io for advanced automation. Kit for creators. Beehiiv for newsletters. Klaviyo for e-commerce email/SMS. ActiveCampaign for email + CRM combo.
|
|
165
|
+
|
|
166
|
+
### Advertising
|
|
167
|
+
|
|
168
|
+
Paid advertising platforms and campaign management.
|
|
169
|
+
|
|
170
|
+
| Tool | Best For | MCP Available |
|
|
171
|
+
|------|----------|:-------------:|
|
|
172
|
+
| **google-ads** | Search intent, high-intent traffic | ✓ |
|
|
173
|
+
| **meta-ads** | Demand gen, visual products, B2C | - |
|
|
174
|
+
| **linkedin-ads** | B2B, job title targeting | - |
|
|
175
|
+
| **tiktok-ads** | Younger demographics, video | - |
|
|
176
|
+
|
|
177
|
+
**Agent recommendation**: Google Ads for search intent. Meta for demand generation. LinkedIn for B2B.
|
|
178
|
+
|
|
179
|
+
### Automation
|
|
180
|
+
|
|
181
|
+
Workflow automation and integration platforms.
|
|
182
|
+
|
|
183
|
+
| Tool | Best For | MCP Available |
|
|
184
|
+
|------|----------|:-------------:|
|
|
185
|
+
| **zapier** | No-code integrations | ✓ |
|
|
186
|
+
|
|
187
|
+
**Agent recommendation**: Zapier for connecting tools without code.
|
|
188
|
+
|
|
189
|
+
### CRO & A/B Testing
|
|
190
|
+
|
|
191
|
+
Conversion rate optimization, heatmaps, and experimentation.
|
|
192
|
+
|
|
193
|
+
| Tool | Best For | Notes |
|
|
194
|
+
|------|----------|-------|
|
|
195
|
+
| **hotjar** | Heatmaps, recordings, surveys | Visual behavior data |
|
|
196
|
+
| **optimizely** | A/B testing, feature flags | Enterprise experimentation |
|
|
197
|
+
|
|
198
|
+
**Agent recommendation**: Hotjar for understanding user behavior. Optimizely for running experiments.
|
|
199
|
+
|
|
200
|
+
### Scheduling
|
|
201
|
+
|
|
202
|
+
Booking and appointment scheduling tools.
|
|
203
|
+
|
|
204
|
+
| Tool | Best For | Notes |
|
|
205
|
+
|------|----------|-------|
|
|
206
|
+
| **calendly** | Meeting scheduling, lead gen | Most popular |
|
|
207
|
+
| **savvycal** | Personalized scheduling | Developer-friendly |
|
|
208
|
+
|
|
209
|
+
**Agent recommendation**: Calendly for general use. SavvyCal for personalized booking experiences.
|
|
210
|
+
|
|
211
|
+
### Forms & Surveys
|
|
212
|
+
|
|
213
|
+
Form builders and survey platforms.
|
|
214
|
+
|
|
215
|
+
| Tool | Best For | Notes |
|
|
216
|
+
|------|----------|-------|
|
|
217
|
+
| **typeform** | Interactive forms, surveys | Conversational UX |
|
|
218
|
+
|
|
219
|
+
**Agent recommendation**: Typeform for engaging forms and surveys.
|
|
220
|
+
|
|
221
|
+
### Messaging
|
|
222
|
+
|
|
223
|
+
In-app messaging, chat, and customer communication.
|
|
224
|
+
|
|
225
|
+
| Tool | Best For | Notes |
|
|
226
|
+
|------|----------|-------|
|
|
227
|
+
| **intercom** | In-app messaging, support, product tours | Full customer platform |
|
|
228
|
+
|
|
229
|
+
**Agent recommendation**: Intercom for in-app messaging and customer support.
|
|
230
|
+
|
|
231
|
+
### Social Media
|
|
232
|
+
|
|
233
|
+
Social media scheduling, management, and analytics.
|
|
234
|
+
|
|
235
|
+
| Tool | Best For | Notes |
|
|
236
|
+
|------|----------|-------|
|
|
237
|
+
| **buffer** | Social scheduling, analytics | Multi-platform |
|
|
238
|
+
|
|
239
|
+
**Agent recommendation**: Buffer for scheduling and analytics across social platforms.
|
|
240
|
+
|
|
241
|
+
### Video
|
|
242
|
+
|
|
243
|
+
Video hosting, analytics, and engagement.
|
|
244
|
+
|
|
245
|
+
| Tool | Best For | Notes |
|
|
246
|
+
|------|----------|-------|
|
|
247
|
+
| **wistia** | Video hosting, marketing analytics | Best for marketing video |
|
|
248
|
+
|
|
249
|
+
**Agent recommendation**: Wistia for marketing video hosting with analytics.
|
|
250
|
+
|
|
251
|
+
### Data Enrichment
|
|
252
|
+
|
|
253
|
+
Company and person data enrichment for sales and marketing.
|
|
254
|
+
|
|
255
|
+
| Tool | Best For | Notes |
|
|
256
|
+
|------|----------|-------|
|
|
257
|
+
| **clearbit** | Company/person enrichment | Now HubSpot Breeze |
|
|
258
|
+
| **apollo** | B2B prospecting, email finding | Large database |
|
|
259
|
+
|
|
260
|
+
**Agent recommendation**: Clearbit for enrichment. Apollo for prospecting and outbound.
|
|
261
|
+
|
|
262
|
+
### Reviews
|
|
263
|
+
|
|
264
|
+
Review management and social proof platforms.
|
|
265
|
+
|
|
266
|
+
| Tool | Best For | Notes |
|
|
267
|
+
|------|----------|-------|
|
|
268
|
+
| **trustpilot** | Consumer business reviews | Most recognized |
|
|
269
|
+
| **g2** | Software/B2B reviews | Best for SaaS |
|
|
270
|
+
|
|
271
|
+
**Agent recommendation**: Trustpilot for consumer products. G2 for B2B software.
|
|
272
|
+
|
|
273
|
+
### Push Notifications
|
|
274
|
+
|
|
275
|
+
Push notification delivery platforms.
|
|
276
|
+
|
|
277
|
+
| Tool | Best For | Notes |
|
|
278
|
+
|------|----------|-------|
|
|
279
|
+
| **onesignal** | Multi-channel push notifications | Web + mobile |
|
|
280
|
+
|
|
281
|
+
**Agent recommendation**: OneSignal for web and mobile push notifications.
|
|
282
|
+
|
|
283
|
+
### Webinar
|
|
284
|
+
|
|
285
|
+
Webinar and virtual event platforms.
|
|
286
|
+
|
|
287
|
+
| Tool | Best For | Notes |
|
|
288
|
+
|------|----------|-------|
|
|
289
|
+
| **demio** | Marketing webinars | Simple, focused |
|
|
290
|
+
| **livestorm** | Video engagement, webinars | Full event platform |
|
|
291
|
+
|
|
292
|
+
**Agent recommendation**: Demio for marketing-focused webinars. Livestorm for full event engagement.
|
|
293
|
+
|
|
294
|
+
### Email Outreach
|
|
295
|
+
|
|
296
|
+
Cold email outreach and email finding tools for link building and sales prospecting.
|
|
297
|
+
|
|
298
|
+
| Tool | Best For | Notes |
|
|
299
|
+
|------|----------|-------|
|
|
300
|
+
| **hunter** | Email finding, domain search | Largest email database |
|
|
301
|
+
| **snov** | Email finding, drip campaigns | Built-in sequences |
|
|
302
|
+
| **lemlist** | Cold email campaigns | Personalization features |
|
|
303
|
+
| **instantly** | Cold email at scale | Email warmup built-in |
|
|
304
|
+
|
|
305
|
+
**Agent recommendation**: Hunter for finding emails. Lemlist or Instantly for sending cold email campaigns. Snov for combined finding + outreach.
|
|
306
|
+
|
|
307
|
+
### Commerce & CMS
|
|
308
|
+
|
|
309
|
+
E-commerce platforms and content management systems.
|
|
310
|
+
|
|
311
|
+
| Tool | Best For | CLI Available |
|
|
312
|
+
|------|----------|:-------------:|
|
|
313
|
+
| **shopify** | E-commerce, product sales | ✓ |
|
|
314
|
+
| **wordpress** | Blogs, content sites | ✓ |
|
|
315
|
+
| **webflow** | Design-focused marketing sites | ✓ |
|
|
316
|
+
|
|
317
|
+
**Agent recommendation**: Shopify for e-commerce. Webflow for marketing sites. WordPress for blogs.
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## CLI Tools
|
|
322
|
+
|
|
323
|
+
Zero-dependency, single-file Node.js CLIs for tools that don't ship their own. See [`clis/README.md`](clis/README.md) for install instructions and usage.
|
|
324
|
+
|
|
325
|
+
All CLIs follow a consistent pattern:
|
|
326
|
+
- **No dependencies** — Node 18+ only, uses native `fetch`
|
|
327
|
+
- **JSON output** — pipe to `jq`, save to file, or use in scripts
|
|
328
|
+
- **Env var auth** — set `{TOOL}_API_KEY` and go
|
|
329
|
+
- **Consistent commands** — `{tool} <resource> <action> [options]`
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
## MCP-Enabled Tools
|
|
334
|
+
|
|
335
|
+
These tools have Model Context Protocol servers available, enabling direct agent interaction:
|
|
336
|
+
|
|
337
|
+
- **ga4** - Google Analytics 4 data access
|
|
338
|
+
- **stripe** - Payment and subscription management
|
|
339
|
+
- **mailchimp** - Email campaign management
|
|
340
|
+
- **google-ads** - Ad campaign management
|
|
341
|
+
- **resend** - Transactional email sending
|
|
342
|
+
- **zapier** - Workflow automation
|
|
343
|
+
|
|
344
|
+
To use MCP tools, ensure the appropriate MCP server is configured in your environment.
|
|
345
|
+
|
|
346
|
+
---
|
|
347
|
+
|
|
348
|
+
## Quick Start by Use Case
|
|
349
|
+
|
|
350
|
+
### Setting up analytics tracking
|
|
351
|
+
1. Read [ga4.md](integrations/ga4.md) for web analytics
|
|
352
|
+
2. Read [segment.md](integrations/segment.md) if routing to multiple tools
|
|
353
|
+
|
|
354
|
+
### Launching a referral program
|
|
355
|
+
1. Read [rewardful.md](integrations/rewardful.md) or [tolt.md](integrations/tolt.md) for Stripe-based programs
|
|
356
|
+
2. Read [dub-co.md](integrations/dub-co.md) for link tracking
|
|
357
|
+
|
|
358
|
+
### Setting up email automation
|
|
359
|
+
1. Read [customer-io.md](integrations/customer-io.md) for behavior-based automation
|
|
360
|
+
2. Read [resend.md](integrations/resend.md) for transactional email
|
|
361
|
+
|
|
362
|
+
### Running email outreach for backlinks
|
|
363
|
+
1. Read [hunter.md](integrations/hunter.md) for finding emails
|
|
364
|
+
2. Read [lemlist.md](integrations/lemlist.md) or [instantly.md](integrations/instantly.md) for sending campaigns
|
|
365
|
+
|
|
366
|
+
### Running paid ads
|
|
367
|
+
1. Read [google-ads.md](integrations/google-ads.md) for search campaigns
|
|
368
|
+
2. Read [meta-ads.md](integrations/meta-ads.md) for social campaigns
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
# Marketing CLIs
|
|
2
|
+
|
|
3
|
+
Zero-dependency, single-file CLI tools for marketing platforms that don't ship their own.
|
|
4
|
+
|
|
5
|
+
Every CLI is a standalone Node.js script (Node 18+) with no `npm install` required — just `chmod +x` and go.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
### Option 1: Run directly
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
node tools/clis/ahrefs.js backlinks list --target example.com
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
### Option 2: Symlink for global access
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
# Symlink any CLI you want available globally
|
|
19
|
+
ln -sf "$(pwd)/tools/clis/ahrefs.js" ~/.local/bin/ahrefs
|
|
20
|
+
ln -sf "$(pwd)/tools/clis/resend.js" ~/.local/bin/resend
|
|
21
|
+
|
|
22
|
+
# Then use directly
|
|
23
|
+
ahrefs backlinks list --target example.com
|
|
24
|
+
resend send --from you@example.com --to them@example.com --subject "Hello" --html "<p>Hi</p>"
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Option 3: Add the whole directory to PATH
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
export PATH="$PATH:/path/to/marketingskills/tools/clis"
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Authentication
|
|
34
|
+
|
|
35
|
+
Every CLI reads credentials from environment variables:
|
|
36
|
+
|
|
37
|
+
| CLI | Environment Variable |
|
|
38
|
+
|-----|---------------------|
|
|
39
|
+
| `activecampaign` | `ACTIVECAMPAIGN_API_KEY`, `ACTIVECAMPAIGN_API_URL` |
|
|
40
|
+
| `adobe-analytics` | `ADOBE_ACCESS_TOKEN`, `ADOBE_CLIENT_ID`, `ADOBE_COMPANY_ID` |
|
|
41
|
+
| `ahrefs` | `AHREFS_API_KEY` |
|
|
42
|
+
| `amplitude` | `AMPLITUDE_API_KEY`, `AMPLITUDE_SECRET_KEY` |
|
|
43
|
+
| `apollo` | `APOLLO_API_KEY` |
|
|
44
|
+
| `beehiiv` | `BEEHIIV_API_KEY` |
|
|
45
|
+
| `brevo` | `BREVO_API_KEY` |
|
|
46
|
+
| `buffer` | `BUFFER_API_KEY` |
|
|
47
|
+
| `calendly` | `CALENDLY_API_KEY` |
|
|
48
|
+
| `clearbit` | `CLEARBIT_API_KEY` |
|
|
49
|
+
| `customer-io` | `CUSTOMERIO_APP_KEY` (App API), `CUSTOMERIO_SITE_ID` + `CUSTOMERIO_API_KEY` (Track API) |
|
|
50
|
+
| `dataforseo` | `DATAFORSEO_LOGIN`, `DATAFORSEO_PASSWORD` |
|
|
51
|
+
| `demio` | `DEMIO_API_KEY`, `DEMIO_API_SECRET` |
|
|
52
|
+
| `dub` | `DUB_API_KEY` |
|
|
53
|
+
| `g2` | `G2_API_TOKEN` |
|
|
54
|
+
| `ga4` | `GA4_ACCESS_TOKEN` |
|
|
55
|
+
| `google-ads` | `GOOGLE_ADS_TOKEN`, `GOOGLE_ADS_DEVELOPER_TOKEN`, `GOOGLE_ADS_CUSTOMER_ID` |
|
|
56
|
+
| `google-search-console` | `GSC_ACCESS_TOKEN` |
|
|
57
|
+
| `hotjar` | `HOTJAR_CLIENT_ID`, `HOTJAR_CLIENT_SECRET` |
|
|
58
|
+
| `intercom` | `INTERCOM_API_KEY` |
|
|
59
|
+
| `keywords-everywhere` | `KEYWORDS_EVERYWHERE_API_KEY` |
|
|
60
|
+
| `kit` | `KIT_API_KEY`, `KIT_API_SECRET` |
|
|
61
|
+
| `klaviyo` | `KLAVIYO_API_KEY` |
|
|
62
|
+
| `linkedin-ads` | `LINKEDIN_ACCESS_TOKEN` |
|
|
63
|
+
| `livestorm` | `LIVESTORM_API_TOKEN` |
|
|
64
|
+
| `mailchimp` | `MAILCHIMP_API_KEY` |
|
|
65
|
+
| `mention-me` | `MENTIONME_API_KEY` |
|
|
66
|
+
| `meta-ads` | `META_ACCESS_TOKEN`, `META_AD_ACCOUNT_ID` |
|
|
67
|
+
| `mixpanel` | `MIXPANEL_TOKEN` (ingestion), `MIXPANEL_API_KEY` + `MIXPANEL_SECRET` (query) |
|
|
68
|
+
| `onesignal` | `ONESIGNAL_REST_API_KEY`, `ONESIGNAL_APP_ID` |
|
|
69
|
+
| `optimizely` | `OPTIMIZELY_API_KEY` |
|
|
70
|
+
| `paddle` | `PADDLE_API_KEY`, `PADDLE_SANDBOX` (optional) |
|
|
71
|
+
| `partnerstack` | `PARTNERSTACK_PUBLIC_KEY`, `PARTNERSTACK_SECRET_KEY` |
|
|
72
|
+
| `plausible` | `PLAUSIBLE_API_KEY`, `PLAUSIBLE_BASE_URL` (optional, for self-hosted) |
|
|
73
|
+
| `postmark` | `POSTMARK_API_KEY` |
|
|
74
|
+
| `resend` | `RESEND_API_KEY` |
|
|
75
|
+
| `rewardful` | `REWARDFUL_API_KEY` |
|
|
76
|
+
| `savvycal` | `SAVVYCAL_API_KEY` |
|
|
77
|
+
| `segment` | `SEGMENT_WRITE_KEY` (tracking), `SEGMENT_ACCESS_TOKEN` (profile) |
|
|
78
|
+
| `semrush` | `SEMRUSH_API_KEY` |
|
|
79
|
+
| `sendgrid` | `SENDGRID_API_KEY` |
|
|
80
|
+
| `tiktok-ads` | `TIKTOK_ACCESS_TOKEN`, `TIKTOK_ADVERTISER_ID` |
|
|
81
|
+
| `tolt` | `TOLT_API_KEY` |
|
|
82
|
+
| `trustpilot` | `TRUSTPILOT_API_KEY`, `TRUSTPILOT_API_SECRET`, `TRUSTPILOT_BUSINESS_UNIT_ID` |
|
|
83
|
+
| `typeform` | `TYPEFORM_API_KEY` |
|
|
84
|
+
| `hunter` | `HUNTER_API_KEY` |
|
|
85
|
+
| `instantly` | `INSTANTLY_API_KEY` |
|
|
86
|
+
| `lemlist` | `LEMLIST_API_KEY` |
|
|
87
|
+
| `snov` | `SNOV_CLIENT_ID`, `SNOV_CLIENT_SECRET` |
|
|
88
|
+
| `wistia` | `WISTIA_API_KEY` |
|
|
89
|
+
| `zapier` | `ZAPIER_API_KEY` |
|
|
90
|
+
|
|
91
|
+
## Security
|
|
92
|
+
|
|
93
|
+
**Never hardcode API keys or tokens in scripts.** All CLIs read credentials exclusively from environment variables.
|
|
94
|
+
|
|
95
|
+
- Store keys in your shell profile (`~/.zshrc`, `~/.bashrc`) or a `.env` file
|
|
96
|
+
- The `.env` file is gitignored — but double-check before committing
|
|
97
|
+
- Use `--dry-run` on any command to preview the request without sending it (credentials are masked as `***`)
|
|
98
|
+
- If you fork this repo, audit your commits to ensure no secrets are included
|
|
99
|
+
|
|
100
|
+
## Command Pattern
|
|
101
|
+
|
|
102
|
+
All CLIs follow the same structure:
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
{tool} <resource> <action> [options]
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
Examples:
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
ahrefs backlinks list --target example.com --limit 50
|
|
112
|
+
semrush keywords overview --phrase "marketing automation" --database us
|
|
113
|
+
mailchimp campaigns list --limit 20
|
|
114
|
+
resend send --from you@example.com --to them@example.com --subject "Hello" --html "<p>Hi</p>"
|
|
115
|
+
dub links create --url https://example.com/landing --key summer-sale
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## Output
|
|
119
|
+
|
|
120
|
+
All CLIs output JSON to stdout for easy piping:
|
|
121
|
+
|
|
122
|
+
```bash
|
|
123
|
+
# Pipe to jq
|
|
124
|
+
ahrefs backlinks list --target example.com | jq '.backlinks[].url_from'
|
|
125
|
+
|
|
126
|
+
# Save to file
|
|
127
|
+
semrush keywords overview --phrase "saas marketing" --database us > keywords.json
|
|
128
|
+
|
|
129
|
+
# Use in scripts
|
|
130
|
+
DOMAINS=$(rewardful affiliates list | jq -r '.data[].email')
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
## Available CLIs
|
|
134
|
+
|
|
135
|
+
| CLI | Category | Tool |
|
|
136
|
+
|-----|----------|------|
|
|
137
|
+
| `activecampaign.js` | Email/CRM | [ActiveCampaign](https://activecampaign.com) |
|
|
138
|
+
| `adobe-analytics.js` | Analytics | [Adobe Analytics](https://business.adobe.com/products/analytics) |
|
|
139
|
+
| `ahrefs.js` | SEO | [Ahrefs](https://ahrefs.com) |
|
|
140
|
+
| `amplitude.js` | Analytics | [Amplitude](https://amplitude.com) |
|
|
141
|
+
| `apollo.js` | Data Enrichment | [Apollo.io](https://apollo.io) |
|
|
142
|
+
| `beehiiv.js` | Newsletter | [Beehiiv](https://beehiiv.com) |
|
|
143
|
+
| `brevo.js` | Email/SMS | [Brevo](https://brevo.com) |
|
|
144
|
+
| `buffer.js` | Social | [Buffer](https://buffer.com) |
|
|
145
|
+
| `calendly.js` | Scheduling | [Calendly](https://calendly.com) |
|
|
146
|
+
| `clearbit.js` | Data Enrichment | [Clearbit](https://clearbit.com) |
|
|
147
|
+
| `customer-io.js` | Email | [Customer.io](https://customer.io) |
|
|
148
|
+
| `dataforseo.js` | SEO | [DataForSEO](https://dataforseo.com) |
|
|
149
|
+
| `demio.js` | Webinar | [Demio](https://demio.com) |
|
|
150
|
+
| `dub.js` | Links | [Dub.co](https://dub.co) |
|
|
151
|
+
| `g2.js` | Reviews | [G2](https://g2.com) |
|
|
152
|
+
| `ga4.js` | Analytics | [Google Analytics 4](https://analytics.google.com) |
|
|
153
|
+
| `google-ads.js` | Ads | [Google Ads](https://ads.google.com) |
|
|
154
|
+
| `google-search-console.js` | SEO | [Google Search Console](https://search.google.com/search-console) |
|
|
155
|
+
| `hotjar.js` | CRO | [Hotjar](https://hotjar.com) |
|
|
156
|
+
| `hunter.js` | Email Outreach | [Hunter.io](https://hunter.io) |
|
|
157
|
+
| `instantly.js` | Email Outreach | [Instantly.ai](https://instantly.ai) |
|
|
158
|
+
| `intercom.js` | Messaging | [Intercom](https://intercom.com) |
|
|
159
|
+
| `keywords-everywhere.js` | SEO | [Keywords Everywhere](https://keywordseverywhere.com) |
|
|
160
|
+
| `kit.js` | Email | [Kit](https://kit.com) |
|
|
161
|
+
| `klaviyo.js` | Email/SMS | [Klaviyo](https://klaviyo.com) |
|
|
162
|
+
| `lemlist.js` | Email Outreach | [Lemlist](https://lemlist.com) |
|
|
163
|
+
| `linkedin-ads.js` | Ads | [LinkedIn Ads](https://business.linkedin.com/marketing-solutions/ads) |
|
|
164
|
+
| `livestorm.js` | Webinar | [Livestorm](https://livestorm.co) |
|
|
165
|
+
| `mailchimp.js` | Email | [Mailchimp](https://mailchimp.com) |
|
|
166
|
+
| `mention-me.js` | Referral | [Mention Me](https://www.mention-me.com) |
|
|
167
|
+
| `meta-ads.js` | Ads | [Meta Ads](https://www.facebook.com/business/ads) |
|
|
168
|
+
| `mixpanel.js` | Analytics | [Mixpanel](https://mixpanel.com) |
|
|
169
|
+
| `onesignal.js` | Push | [OneSignal](https://onesignal.com) |
|
|
170
|
+
| `optimizely.js` | A/B Testing | [Optimizely](https://optimizely.com) |
|
|
171
|
+
| `paddle.js` | Payments | [Paddle](https://paddle.com) |
|
|
172
|
+
| `partnerstack.js` | Affiliate | [PartnerStack](https://partnerstack.com) |
|
|
173
|
+
| `plausible.js` | Analytics | [Plausible](https://plausible.io) |
|
|
174
|
+
| `postmark.js` | Email | [Postmark](https://postmarkapp.com) |
|
|
175
|
+
| `resend.js` | Email | [Resend](https://resend.com) |
|
|
176
|
+
| `rewardful.js` | Referral | [Rewardful](https://www.getrewardful.com) |
|
|
177
|
+
| `savvycal.js` | Scheduling | [SavvyCal](https://savvycal.com) |
|
|
178
|
+
| `segment.js` | Analytics | [Segment](https://segment.com) |
|
|
179
|
+
| `semrush.js` | SEO | [SEMrush](https://semrush.com) |
|
|
180
|
+
| `sendgrid.js` | Email | [SendGrid](https://sendgrid.com) |
|
|
181
|
+
| `snov.js` | Email Outreach | [Snov.io](https://snov.io) |
|
|
182
|
+
| `tiktok-ads.js` | Ads | [TikTok Ads](https://ads.tiktok.com) |
|
|
183
|
+
| `tolt.js` | Referral | [Tolt](https://tolt.io) |
|
|
184
|
+
| `trustpilot.js` | Reviews | [Trustpilot](https://trustpilot.com) |
|
|
185
|
+
| `typeform.js` | Forms | [Typeform](https://typeform.com) |
|
|
186
|
+
| `wistia.js` | Video | [Wistia](https://wistia.com) |
|
|
187
|
+
| `zapier.js` | Automation | [Zapier](https://zapier.com) |
|