@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,138 @@
|
|
|
1
|
+
# Buffer
|
|
2
|
+
|
|
3
|
+
Social media scheduling, publishing, and analytics platform for managing multiple social profiles.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API v1 for profiles, updates, scheduling |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [buffer.js](../clis/buffer.js) |
|
|
12
|
+
| SDK | - | No official SDK; legacy API still supported |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: OAuth 2.0 Bearer Token
|
|
17
|
+
- **Header**: `Authorization: Bearer {access_token}`
|
|
18
|
+
- **Get key**: Register app at https://buffer.com/developers/apps then complete OAuth flow
|
|
19
|
+
- **Note**: Buffer is no longer accepting new developer app registrations; existing apps continue to work. New public API is in development at https://buffer.com/developer-api
|
|
20
|
+
|
|
21
|
+
## Common Agent Operations
|
|
22
|
+
|
|
23
|
+
### Get user info
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
GET https://api.bufferapp.com/1/user.json
|
|
27
|
+
|
|
28
|
+
Authorization: Bearer {token}
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### List connected profiles
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
GET https://api.bufferapp.com/1/profiles.json
|
|
35
|
+
|
|
36
|
+
Authorization: Bearer {token}
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### Get profile posting schedules
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
GET https://api.bufferapp.com/1/profiles/{profile_id}/schedules.json
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Create a scheduled post
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
POST https://api.bufferapp.com/1/updates/create.json
|
|
49
|
+
Content-Type: application/x-www-form-urlencoded
|
|
50
|
+
|
|
51
|
+
profile_ids[]={profile_id}&text=Your+post+content&scheduled_at=2026-03-01T10:00:00Z
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### Get pending updates for a profile
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
GET https://api.bufferapp.com/1/profiles/{profile_id}/updates/pending.json?count=25
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Get sent updates for a profile
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
GET https://api.bufferapp.com/1/profiles/{profile_id}/updates/sent.json?count=25
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Publish a pending update immediately
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
POST https://api.bufferapp.com/1/updates/{update_id}/share.json
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### Delete an update
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
POST https://api.bufferapp.com/1/updates/{update_id}/destroy.json
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Reorder queue
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
POST https://api.bufferapp.com/1/profiles/{profile_id}/updates/reorder.json
|
|
82
|
+
Content-Type: application/x-www-form-urlencoded
|
|
83
|
+
|
|
84
|
+
order[]={update_id_1}&order[]={update_id_2}&order[]={update_id_3}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## API Pattern
|
|
88
|
+
|
|
89
|
+
Buffer API v1 uses `.json` extensions on all endpoints. POST requests use `application/x-www-form-urlencoded` content type. Array parameters use bracket notation (e.g., `profile_ids[]`).
|
|
90
|
+
|
|
91
|
+
Responses include a `success` boolean for mutation operations.
|
|
92
|
+
|
|
93
|
+
## Key Metrics
|
|
94
|
+
|
|
95
|
+
### Profile Metrics
|
|
96
|
+
- `followers` - Follower count for connected profile
|
|
97
|
+
- `service` - Platform name (twitter, facebook, instagram, linkedin, etc.)
|
|
98
|
+
|
|
99
|
+
### Update Metrics (sent updates)
|
|
100
|
+
- `statistics.reach` - Post reach
|
|
101
|
+
- `statistics.clicks` - Link clicks
|
|
102
|
+
- `statistics.retweets` - Retweets/shares
|
|
103
|
+
- `statistics.favorites` - Likes/favorites
|
|
104
|
+
- `statistics.mentions` - Mentions
|
|
105
|
+
|
|
106
|
+
## Parameters
|
|
107
|
+
|
|
108
|
+
### Update Create Parameters
|
|
109
|
+
- `profile_ids[]` - Required. Array of profile IDs to post to
|
|
110
|
+
- `text` - Required. Post content
|
|
111
|
+
- `scheduled_at` - ISO 8601 timestamp for scheduling
|
|
112
|
+
- `now` - Set to `true` to publish immediately
|
|
113
|
+
- `top` - Set to `true` to add to top of queue
|
|
114
|
+
- `shorten` - Set to `true` to auto-shorten links
|
|
115
|
+
- `media[photo]` - URL to photo attachment
|
|
116
|
+
- `media[thumbnail]` - URL to thumbnail
|
|
117
|
+
- `media[link]` - URL for link attachment
|
|
118
|
+
|
|
119
|
+
## When to Use
|
|
120
|
+
|
|
121
|
+
- Scheduling social media posts across multiple platforms
|
|
122
|
+
- Managing social media content queues
|
|
123
|
+
- Analyzing post performance across channels
|
|
124
|
+
- Automating social media publishing workflows
|
|
125
|
+
- Coordinating team social media activity
|
|
126
|
+
|
|
127
|
+
## Rate Limits
|
|
128
|
+
|
|
129
|
+
- 60 authenticated requests per user per minute
|
|
130
|
+
- Exceeding returns HTTP 429
|
|
131
|
+
- Higher limits available by contacting hello@buffer.com
|
|
132
|
+
|
|
133
|
+
## Relevant Skills
|
|
134
|
+
|
|
135
|
+
- social-media-calendar
|
|
136
|
+
- content-repurposing
|
|
137
|
+
- social-proof
|
|
138
|
+
- launch-sequence
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# Calendly
|
|
2
|
+
|
|
3
|
+
Scheduling and booking platform API for managing event types, scheduled events, invitees, and availability.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API v2 - event types, scheduled events, invitees, availability |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [calendly.js](../clis/calendly.js) |
|
|
12
|
+
| SDK | ✓ | No official SDK; community libraries available |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: Bearer Token (Personal Access Token or OAuth 2.0)
|
|
17
|
+
- **Header**: `Authorization: Bearer {token}`
|
|
18
|
+
- **Get key**: https://calendly.com/integrations/api_webhooks (Personal Access Token)
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### Get current user
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
GET https://api.calendly.com/users/me
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### List event types
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
GET https://api.calendly.com/event_types?user={user_uri}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### List scheduled events
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
GET https://api.calendly.com/scheduled_events?user={user_uri}&min_start_time=2024-01-01T00:00:00Z&max_start_time=2024-12-31T23:59:59Z&status=active
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Get a scheduled event
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
GET https://api.calendly.com/scheduled_events/{event_uuid}
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### List invitees for an event
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
GET https://api.calendly.com/scheduled_events/{event_uuid}/invitees
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Cancel a scheduled event
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
POST https://api.calendly.com/scheduled_events/{event_uuid}/cancellation
|
|
56
|
+
|
|
57
|
+
{
|
|
58
|
+
"reason": "Cancellation reason"
|
|
59
|
+
}
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### Get available times
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
GET https://api.calendly.com/event_type_available_times?event_type={event_type_uri}&start_time=2024-01-20T00:00:00Z&end_time=2024-01-27T00:00:00Z
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Get user busy times
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
GET https://api.calendly.com/user_busy_times?user={user_uri}&start_time=2024-01-20T00:00:00Z&end_time=2024-01-27T00:00:00Z
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### List organization members
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
GET https://api.calendly.com/organization_memberships?organization={organization_uri}
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Create webhook subscription
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
POST https://api.calendly.com/webhook_subscriptions
|
|
84
|
+
|
|
85
|
+
{
|
|
86
|
+
"url": "https://example.com/webhook",
|
|
87
|
+
"events": ["invitee.created", "invitee.canceled"],
|
|
88
|
+
"organization": "{organization_uri}",
|
|
89
|
+
"scope": "organization"
|
|
90
|
+
}
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### List webhook subscriptions
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
GET https://api.calendly.com/webhook_subscriptions?organization={organization_uri}&scope=organization
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Delete webhook subscription
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
DELETE https://api.calendly.com/webhook_subscriptions/{webhook_uuid}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## Key Metrics
|
|
106
|
+
|
|
107
|
+
### Scheduled Event Data
|
|
108
|
+
- `uri` - Unique event URI
|
|
109
|
+
- `name` - Event type name
|
|
110
|
+
- `status` - Event status (active, canceled)
|
|
111
|
+
- `start_time` / `end_time` - Event timing
|
|
112
|
+
- `event_type` - URI of the event type
|
|
113
|
+
- `location` - Meeting location details
|
|
114
|
+
- `invitees_counter` - Count of invitees (active, limit, total)
|
|
115
|
+
|
|
116
|
+
### Invitee Data
|
|
117
|
+
- `name` - Invitee full name
|
|
118
|
+
- `email` - Invitee email
|
|
119
|
+
- `status` - active or canceled
|
|
120
|
+
- `questions_and_answers` - Custom question responses
|
|
121
|
+
- `tracking` - UTM parameters
|
|
122
|
+
- `created_at` / `updated_at` - Timestamps
|
|
123
|
+
|
|
124
|
+
## Parameters
|
|
125
|
+
|
|
126
|
+
### List Scheduled Events
|
|
127
|
+
- `user` - User URI (required)
|
|
128
|
+
- `min_start_time` / `max_start_time` - Date range filter (ISO 8601)
|
|
129
|
+
- `status` - Filter by status (active, canceled)
|
|
130
|
+
- `count` - Number of results (default 20, max 100)
|
|
131
|
+
- `page_token` - Pagination token
|
|
132
|
+
- `sort` - Sort order (start_time:asc or start_time:desc)
|
|
133
|
+
|
|
134
|
+
### List Event Types
|
|
135
|
+
- `user` - User URI
|
|
136
|
+
- `organization` - Organization URI
|
|
137
|
+
- `active` - Filter active/inactive
|
|
138
|
+
- `count` - Results per page
|
|
139
|
+
- `sort` - Sort order
|
|
140
|
+
|
|
141
|
+
## When to Use
|
|
142
|
+
|
|
143
|
+
- Retrieving scheduled meeting data for CRM sync
|
|
144
|
+
- Monitoring booking activity and conversion rates
|
|
145
|
+
- Automating follow-up workflows after meetings
|
|
146
|
+
- Checking availability before suggesting meeting times
|
|
147
|
+
- Tracking meeting cancellations and no-shows
|
|
148
|
+
- Building custom booking interfaces
|
|
149
|
+
|
|
150
|
+
## Rate Limits
|
|
151
|
+
|
|
152
|
+
- Not officially documented; implement retry logic with exponential backoff
|
|
153
|
+
- Use conservative request rates (avoid bursting)
|
|
154
|
+
- Monitor for HTTP 429 responses
|
|
155
|
+
|
|
156
|
+
## Relevant Skills
|
|
157
|
+
|
|
158
|
+
- lead-generation
|
|
159
|
+
- sales-automation
|
|
160
|
+
- customer-onboarding
|
|
161
|
+
- appointment-scheduling
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# Clearbit (HubSpot Breeze Intelligence)
|
|
2
|
+
|
|
3
|
+
Company and person data enrichment API for converting leads with 100+ firmographic and technographic attributes.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Person, Company, Combined Enrichment, Reveal, Name to Domain, Prospector |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [clearbit.js](../clis/clearbit.js) |
|
|
12
|
+
| SDK | ✓ | Node, Ruby, Python, PHP |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: Bearer Token (or Basic Auth with API key as username)
|
|
17
|
+
- **Header**: `Authorization: Bearer {api_key}`
|
|
18
|
+
- **Get key**: https://dashboard.clearbit.com/api
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### Person Enrichment (by email)
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
GET https://person.clearbit.com/v2/people/find?email=alex@clearbit.com
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Returns 100+ attributes: name, title, company, location, social profiles, employment history.
|
|
29
|
+
|
|
30
|
+
### Company Enrichment (by domain)
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
GET https://company.clearbit.com/v2/companies/find?domain=clearbit.com
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Returns firmographics: industry, size, revenue, tech stack, location, funding.
|
|
37
|
+
|
|
38
|
+
### Combined Enrichment (person + company)
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
GET https://person.clearbit.com/v2/combined/find?email=alex@clearbit.com
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Returns both person and company data in a single request.
|
|
45
|
+
|
|
46
|
+
### Reveal (IP to company)
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
GET https://reveal.clearbit.com/v1/companies/find?ip=104.132.0.0
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Identifies the company behind a website visitor by IP address.
|
|
53
|
+
|
|
54
|
+
### Name to Domain
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
GET https://company.clearbit.com/v1/domains/find?name=Clearbit
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
Converts a company name to its domain.
|
|
61
|
+
|
|
62
|
+
### Prospector (find employees)
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
GET https://prospector.clearbit.com/v1/people/search?domain=clearbit.com&role=sales&seniority=executive
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
Finds employees at a company filtered by role, seniority, title.
|
|
69
|
+
|
|
70
|
+
## API Pattern
|
|
71
|
+
|
|
72
|
+
Clearbit uses separate subdomains per API:
|
|
73
|
+
- `person.clearbit.com` - Person data
|
|
74
|
+
- `company.clearbit.com` - Company data, Name to Domain
|
|
75
|
+
- `person-stream.clearbit.com` - Streaming person lookup (blocking, up to 60s)
|
|
76
|
+
- `company-stream.clearbit.com` - Streaming company lookup (blocking, up to 60s)
|
|
77
|
+
- `reveal.clearbit.com` - IP to company
|
|
78
|
+
- `prospector.clearbit.com` - Employee search
|
|
79
|
+
|
|
80
|
+
Standard endpoints return `202 Accepted` if data is being processed (use webhooks). Stream endpoints block until data is ready.
|
|
81
|
+
|
|
82
|
+
## Key Metrics
|
|
83
|
+
|
|
84
|
+
### Person Attributes
|
|
85
|
+
- `name.fullName` - Full name
|
|
86
|
+
- `title` - Job title
|
|
87
|
+
- `role` - Job role (sales, engineering, etc.)
|
|
88
|
+
- `seniority` - Seniority level
|
|
89
|
+
- `employment.name` - Company name
|
|
90
|
+
- `linkedin.handle` - LinkedIn profile
|
|
91
|
+
|
|
92
|
+
### Company Attributes
|
|
93
|
+
- `name` - Company name
|
|
94
|
+
- `domain` - Website domain
|
|
95
|
+
- `category.industry` - Industry
|
|
96
|
+
- `metrics.employees` - Employee count
|
|
97
|
+
- `metrics.estimatedAnnualRevenue` - Revenue range
|
|
98
|
+
- `tech` - Technology stack array
|
|
99
|
+
- `metrics.raised` - Total funding raised
|
|
100
|
+
|
|
101
|
+
## Parameters
|
|
102
|
+
|
|
103
|
+
### Person Enrichment
|
|
104
|
+
- `email` (required) - Email address to look up
|
|
105
|
+
- `webhook_url` - URL for async results
|
|
106
|
+
- `subscribe` - Subscribe to future changes
|
|
107
|
+
|
|
108
|
+
### Company Enrichment
|
|
109
|
+
- `domain` (required) - Company domain to look up
|
|
110
|
+
- `webhook_url` - URL for async results
|
|
111
|
+
|
|
112
|
+
### Prospector
|
|
113
|
+
- `domain` (required) - Company domain
|
|
114
|
+
- `role` - Job role filter (sales, engineering, marketing, etc.)
|
|
115
|
+
- `seniority` - Seniority filter (executive, director, manager, etc.)
|
|
116
|
+
- `title` - Exact title filter
|
|
117
|
+
- `page` - Page number (default: 1)
|
|
118
|
+
- `page_size` - Results per page (default: 5, max: 20)
|
|
119
|
+
|
|
120
|
+
## When to Use
|
|
121
|
+
|
|
122
|
+
- Lead scoring and qualification based on firmographic data
|
|
123
|
+
- Enriching CRM contacts with company and person data
|
|
124
|
+
- De-anonymizing website visitors with Reveal
|
|
125
|
+
- Building prospect lists with Prospector
|
|
126
|
+
- Personalizing marketing based on company attributes
|
|
127
|
+
- Routing leads based on company size, industry, or tech stack
|
|
128
|
+
|
|
129
|
+
## Rate Limits
|
|
130
|
+
|
|
131
|
+
- Enrichment: 600 requests/minute
|
|
132
|
+
- Prospector: 100 requests/minute
|
|
133
|
+
- Reveal: 600 requests/minute
|
|
134
|
+
- Responses include `X-RateLimit-Limit` and `X-RateLimit-Remaining` headers
|
|
135
|
+
|
|
136
|
+
## Relevant Skills
|
|
137
|
+
|
|
138
|
+
- lead-scoring
|
|
139
|
+
- personalization
|
|
140
|
+
- abm-strategy
|
|
141
|
+
- lead-enrichment
|
|
142
|
+
- competitor-alternatives
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
# Customer.io
|
|
2
|
+
|
|
3
|
+
Behavior-based messaging platform for email, push, SMS, and in-app.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Track API, App API, Journeys API |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | - | Not available |
|
|
12
|
+
| SDK | ✓ | JavaScript, iOS, Android, Ruby, Python |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Track API**: Site ID + API Key (Basic auth)
|
|
17
|
+
- **App API**: Bearer token
|
|
18
|
+
- **Header**: `Authorization: Basic {base64(site_id:api_key)}`
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### Identify customer
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
PUT https://track.customer.io/api/v1/customers/{customer_id}
|
|
26
|
+
|
|
27
|
+
Authorization: Basic {base64(site_id:api_key)}
|
|
28
|
+
|
|
29
|
+
{
|
|
30
|
+
"email": "user@example.com",
|
|
31
|
+
"created_at": 1705312800,
|
|
32
|
+
"first_name": "John",
|
|
33
|
+
"plan": "pro"
|
|
34
|
+
}
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Track event
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
POST https://track.customer.io/api/v1/customers/{customer_id}/events
|
|
41
|
+
|
|
42
|
+
Authorization: Basic {base64(site_id:api_key)}
|
|
43
|
+
|
|
44
|
+
{
|
|
45
|
+
"name": "purchase",
|
|
46
|
+
"data": {
|
|
47
|
+
"product": "Pro Plan",
|
|
48
|
+
"amount": 99
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Track anonymous event
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
POST https://track.customer.io/api/v1/events
|
|
57
|
+
|
|
58
|
+
Authorization: Basic {base64(site_id:api_key)}
|
|
59
|
+
|
|
60
|
+
{
|
|
61
|
+
"name": "page_viewed",
|
|
62
|
+
"data": {
|
|
63
|
+
"page": "/pricing"
|
|
64
|
+
},
|
|
65
|
+
"anonymous_id": "anon_123"
|
|
66
|
+
}
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Delete customer
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
DELETE https://track.customer.io/api/v1/customers/{customer_id}
|
|
73
|
+
|
|
74
|
+
Authorization: Basic {base64(site_id:api_key)}
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Get customer (App API)
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
GET https://api.customer.io/v1/customers/{customer_id}/attributes
|
|
81
|
+
|
|
82
|
+
Authorization: Bearer {app_api_key}
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### List campaigns
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
GET https://api.customer.io/v1/campaigns
|
|
89
|
+
|
|
90
|
+
Authorization: Bearer {app_api_key}
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### Get campaign metrics
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
GET https://api.customer.io/v1/campaigns/{campaign_id}/metrics
|
|
97
|
+
|
|
98
|
+
Authorization: Bearer {app_api_key}
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Trigger broadcast
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
POST https://api.customer.io/v1/campaigns/{campaign_id}/triggers
|
|
105
|
+
|
|
106
|
+
Authorization: Bearer {app_api_key}
|
|
107
|
+
|
|
108
|
+
{
|
|
109
|
+
"emails": ["user@example.com"],
|
|
110
|
+
"data": {
|
|
111
|
+
"coupon_code": "SAVE20"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Send transactional email
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
POST https://api.customer.io/v1/send/email
|
|
120
|
+
|
|
121
|
+
Authorization: Bearer {app_api_key}
|
|
122
|
+
|
|
123
|
+
{
|
|
124
|
+
"transactional_message_id": "1",
|
|
125
|
+
"to": "user@example.com",
|
|
126
|
+
"identifiers": {
|
|
127
|
+
"id": "user_123"
|
|
128
|
+
},
|
|
129
|
+
"message_data": {
|
|
130
|
+
"order_id": "ORD-456"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## JavaScript SDK
|
|
136
|
+
|
|
137
|
+
```javascript
|
|
138
|
+
// Initialize
|
|
139
|
+
_cio.identify({
|
|
140
|
+
id: 'user_123',
|
|
141
|
+
email: 'user@example.com',
|
|
142
|
+
created_at: 1705312800,
|
|
143
|
+
plan: 'pro'
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
// Track event
|
|
147
|
+
_cio.track('purchase', {
|
|
148
|
+
product: 'Pro Plan',
|
|
149
|
+
amount: 99
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
// Track page view
|
|
153
|
+
_cio.page();
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
## Key Concepts
|
|
157
|
+
|
|
158
|
+
- **People** - Customers and leads
|
|
159
|
+
- **Segments** - Dynamic groups based on attributes/behavior
|
|
160
|
+
- **Campaigns** - Automated message sequences
|
|
161
|
+
- **Broadcasts** - One-time sends
|
|
162
|
+
- **Transactional** - Triggered messages
|
|
163
|
+
|
|
164
|
+
## Attribute Types
|
|
165
|
+
|
|
166
|
+
- Standard: `email`, `created_at`, `unsubscribed`
|
|
167
|
+
- Custom: Any key you define
|
|
168
|
+
- Computed: Aggregations from events
|
|
169
|
+
|
|
170
|
+
## When to Use
|
|
171
|
+
|
|
172
|
+
- Behavior-based email automation
|
|
173
|
+
- Multi-channel messaging (email, push, SMS)
|
|
174
|
+
- Onboarding sequences
|
|
175
|
+
- Re-engagement campaigns
|
|
176
|
+
- Transactional messages
|
|
177
|
+
|
|
178
|
+
## Rate Limits
|
|
179
|
+
|
|
180
|
+
- Track API: 100 requests/second
|
|
181
|
+
- App API: 10 requests/second
|
|
182
|
+
|
|
183
|
+
## Relevant Skills
|
|
184
|
+
|
|
185
|
+
- email-sequence
|
|
186
|
+
- onboarding-cro
|
|
187
|
+
- analytics-tracking
|