@awesomate/hosting-mcp 0.19.1 → 0.19.2
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/dist/index.js +71 -11
- package/package.json +1 -1
- package/skill/CHANGELOG.json +9 -2
- package/skill/awesomate-app-builder/SKILL.md +53 -3
- package/skill/awesomate-app-builder/references/stack-decision.md +36 -9
- package/skill/awesomate-app-builder/references/wp-migrate.md +4 -2
- package/skill/awesomate-credentials/SKILL.md +41 -4
- package/skill/awesomate-database/SKILL.md +60 -15
- package/skill/awesomate-github/SKILL.md +49 -8
- package/skill/awesomate-github/scripts/github-setup.mjs +4 -1
- package/skill/awesomate-hosting/SKILL.md +131 -20
- package/skill/awesomate-hosting/references/voice.md +1 -1
- package/skill/awesomate-knowledge/SKILL.md +14 -4
- package/skill/awesomate-n8n/SKILL.md +37 -11
- package/skill/awesomate-n8n/references/error-handling.md +3 -1
- package/skill/awesomate-n8n/references/platform-notes.md +3 -1
- package/skill/awesomate-n8n/references/recurring-reports.md +13 -6
- package/skill/awesomate-n8n/references/rest-fallback.md +7 -2
- package/skill/awesomate-n8n/references/troubleshooting.md +3 -1
- package/skill/awesomate-seo/SKILL.md +109 -20
- package/skill/awesomate-support/SKILL.md +59 -12
|
@@ -12,13 +12,21 @@ doing it. For tone, read the voice reference installed at
|
|
|
12
12
|
|
|
13
13
|
## 0. Orient
|
|
14
14
|
|
|
15
|
-
On the first support question in a session, call `
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
On the first support question in a session, call `awesomate_get_context` —
|
|
16
|
+
it carries the LIVE plan and limits. Use `awesomate_whoami` only to confirm
|
|
17
|
+
WHICH account you're connected to: it's a zero-network read of a file
|
|
18
|
+
written when the token was minted, so straight after an upgrade it still
|
|
19
|
+
reports the OLD plan — and "I just upgraded" is one of the commonest
|
|
20
|
+
support moments. Describe what a plan or upgrade INCLUDES from
|
|
21
|
+
`awesomate_get_plan_features`, not memory.
|
|
22
|
+
|
|
23
|
+
For a live credit balance, call `awesomate_get_limits` and read
|
|
24
|
+
`dimensions.workflowCredits.balance` — that works on every plan.
|
|
25
|
+
(`awesomate_request_build`'s free preview also reports a balance, but only
|
|
26
|
+
on Pro and Embedded, and it returns the reservation-aware `available` —
|
|
27
|
+
what's actually spendable once credits promised to builds in flight are
|
|
28
|
+
set aside — rather than the raw balance.) Never quote a plan, price, or
|
|
29
|
+
balance from memory.
|
|
22
30
|
|
|
23
31
|
## 1. FAQ first, then help docs
|
|
24
32
|
|
|
@@ -56,6 +64,15 @@ When the user wants a human, or §1 came up empty:
|
|
|
56
64
|
|
|
57
65
|
## 3. Done-for-you build — spending a credit
|
|
58
66
|
|
|
67
|
+
**Build requests are Pro and Embedded only.** Check the plan from
|
|
68
|
+
`awesomate_get_context` BEFORE you start this flow: on Essentials the token
|
|
69
|
+
has no `requests:write` scope, and on Support Plus the route re-checks
|
|
70
|
+
wizard access live and returns an honest `upgrade_required` 403 — either
|
|
71
|
+
way the user hits a wall mid-flow if you didn't say so upfront. On those
|
|
72
|
+
plans, say it in one line ("done-for-you builds are on Pro — here's the
|
|
73
|
+
link if you want it"), offer a ticket (§2) instead, and help fully with
|
|
74
|
+
what you can build yourself.
|
|
75
|
+
|
|
59
76
|
Offer this when the ask exceeds what you can build from here, or the user
|
|
60
77
|
would rather hand it off ("can you guys just do it?"). It submits a request
|
|
61
78
|
to the Awesomate team, who scope, build, test, and deliver it.
|
|
@@ -78,20 +95,50 @@ to the Awesomate team, who scope, build, test, and deliver it.
|
|
|
78
95
|
|
|
79
96
|
## 4. Plans and billing — honest, never pushy
|
|
80
97
|
|
|
81
|
-
- "What plan am I on?" / "what do I get?" → `
|
|
82
|
-
plan
|
|
98
|
+
- "What plan am I on?" / "what do I get?" → `awesomate_get_context` for the
|
|
99
|
+
live plan (never `awesomate_whoami` — its plan is a cached file that goes
|
|
100
|
+
stale the moment they upgrade), `awesomate_get_plan_features` for what it
|
|
101
|
+
includes — report as facts.
|
|
83
102
|
- "How much to upgrade?" / "what would X plan give me?" →
|
|
84
103
|
`awesomate_get_plan_features` for what the plan includes, then point them
|
|
85
104
|
at hub.awesomate.ai/billing to see the price and upgrade. Name the plan once, link, move on.
|
|
86
105
|
All purchases happen
|
|
87
106
|
in the BROWSER at those links — never take payment details in chat.
|
|
88
|
-
- Credits: one currency, $100 each, spendable on
|
|
89
|
-
|
|
107
|
+
- Credits: one currency, $100 each, spendable on an automation or build
|
|
108
|
+
request and on Knowledge Base ingestion packs. Say "credits", never "free
|
|
109
|
+
workflows". If they ask about anything else a credit might buy, check
|
|
110
|
+
rather than assume — those are the spend paths that exist.
|
|
90
111
|
- If a feature the user wants is on a higher plan, say so once, honestly
|
|
91
112
|
("that's on Support Plus — here's the link if you want it"), then help
|
|
92
113
|
fully within what their plan allows. Never manufacture urgency.
|
|
93
114
|
|
|
94
|
-
## 5.
|
|
115
|
+
## 5. Things only these tools can tell you
|
|
116
|
+
|
|
117
|
+
- **`awesomate_notifications {action:'list'}` is the ONLY channel where
|
|
118
|
+
Awesomate pushes to the client** — knowledge quota warnings, "your quote
|
|
119
|
+
is ready", support-access events. Check it whenever the user asks about a
|
|
120
|
+
pending request, a quote, or "did anyone get back to me?". Relay unread
|
|
121
|
+
items in one line, then mark them read (`read` / `read_all`). It sends
|
|
122
|
+
nothing; it only reads their bell.
|
|
123
|
+
- **"How is my account doing?"** → `awesomate_dashboard_metrics` (executions
|
|
124
|
+
by status, error rate, time saved, 7-day trend, most recent failure) and
|
|
125
|
+
`awesomate_account_report` (monthly-report shaped: what's working, what
|
|
126
|
+
isn't, engagement, commercials). Tell the story in their words — never
|
|
127
|
+
paste the JSON at a business owner. A `null` section means "couldn't be
|
|
128
|
+
read right now", never zero.
|
|
129
|
+
- **A fix already prepared, waiting on a ticket.** `awesomate_n8n_findings`
|
|
130
|
+
lists the error analyzer's findings for this account. `fixReady: true`
|
|
131
|
+
means a reviewed fix exists — that is exactly when to raise a support
|
|
132
|
+
ticket (§2) asking to have it applied, quoting the workflow and the
|
|
133
|
+
finding's plain-language summary. `needsClientAction: true` means only the
|
|
134
|
+
user can fix it (an expired login, a third-party quota) — tell them what
|
|
135
|
+
to do rather than opening a ticket.
|
|
136
|
+
- **A 403 that mentions consent is a toggle, not a bug.** Call
|
|
137
|
+
`awesomate_privacy_settings` to see exactly which toggle is off, name it,
|
|
138
|
+
and send them to hub.awesomate.ai/n8n/settings. You cannot flip it
|
|
139
|
+
for them, and there is deliberately no tool that can.
|
|
140
|
+
|
|
141
|
+
## 6. Hard rules
|
|
95
142
|
|
|
96
143
|
- **Never invent policy or pricing.** If the FAQ and tools don't say it,
|
|
97
144
|
say so and offer to check with the team via a ticket (§2).
|