|
| 1 | +# Cursor Marketplace — form fields (ready to paste) |
| 2 | + |
| 3 | +**Version:** 0.4.14 · **Repo:** https://github.com/agentstacktech/cursor-plugin |
| 4 | +**Submit URL:** https://cursor.com/marketplace/publish |
| 5 | +**SoT:** `.cursor-plugin/plugin.json` + `.cursor-plugin/listing.json` · philosophy: Creation over Conflict (offer value, no competitor attacks) |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## What to put in **Description** (main form field) |
| 10 | + |
| 11 | +### Recommended — paste this (live-catalog, no stale action counts) |
| 12 | + |
| 13 | +``` |
| 14 | +AgentStack gives your Cursor agent a full backend and on-platform hosting through one MCP tool (agentstack.execute). |
| 15 | +
|
| 16 | +Publish HTML or ZIP to a live /s/ URL, store project files, and run the live action catalog (discover anytime via GET /mcp/actions) for data (8DNA), auth/RBAC, logic rules, buffs, payments, agents fleet, RAG, messenger, CRM, integrations, and more. |
| 17 | +
|
| 18 | +Install with OAuth Device Code in about 30 seconds (/agentstack-init). Rules, skills, commands, hooks, and agents teach the model to prefer AgentStack MCP over writing custom backend glue. |
| 19 | +
|
| 20 | +Homepage: https://agentstack.tech · Privacy: https://agentstack.tech/privacy · Terms: https://agentstack.tech/terms · Support: support@agentstack.tech |
| 21 | +``` |
| 22 | + |
| 23 | +**Why this text:** matches marketplace review expectations (clear purpose, install path, privacy/support), uses **live catalog** wording (never pin a fixed action total that drifts every sprint — see monorepo `docs/plugins/CANONICAL_COPY.md`). |
| 24 | + |
| 25 | +### If the form has a **short** description (~200 chars) |
| 26 | + |
| 27 | +``` |
| 28 | +Host sites from HTML/ZIP, store project files, and run the live AgentStack MCP catalog through one tool (agentstack.execute). OAuth Device Code install in ~30s. |
| 29 | +``` |
| 30 | + |
| 31 | +### If the form asks for a **tagline** / subtitle (≤80 chars) |
| 32 | + |
| 33 | +``` |
| 34 | +Backend + static hosting for AI — one MCP, live action catalog |
| 35 | +``` |
| 36 | +*(70 characters — same as `listing.json` tagline)* |
| 37 | + |
| 38 | +### Optional marketing shorthand (only if the form insists on a number) |
| 39 | + |
| 40 | +Do **not** paste action-count shorthand into this plugin tree. Copy numbers from monorepo |
| 41 | +`docs/plugins/PUBLISHER_COPY.md` (Message House) into the **Cursor web form only**, then prefer |
| 42 | +the live-catalog description above for the official listing text. |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## Full form checklist |
| 47 | + |
| 48 | +| Field | Paste | |
| 49 | +|-------|--------| |
| 50 | +| **Plugin name / display name** | `AgentStack — Backend, Hosting & AI MCP` | |
| 51 | +| **Repository URL** | `https://github.com/agentstacktech/cursor-plugin` | |
| 52 | +| **Description** | Use **Recommended** block above | |
| 53 | +| **Category** | `Productivity` (or `AI` / `Backend` if offered) | |
| 54 | +| **Keywords** | `mcp, backend, hosting, static-site, 8dna, rag, payments, storage, publish, agentstack` | |
| 55 | +| **Homepage** | `https://agentstack.tech` | |
| 56 | +| **Docs** | `https://github.com/agentstacktech/cursor-plugin#readme` | |
| 57 | +| **Privacy** | `https://agentstack.tech/privacy` | |
| 58 | +| **Terms** | `https://agentstack.tech/terms` | |
| 59 | +| **Support email** | `support@agentstack.tech` | |
| 60 | +| **Support URL** | `https://agentstack.tech/support` | |
| 61 | +| **Pricing** | Freemium · `https://agentstack.tech/pricing` | |
| 62 | +| **License** | MIT | |
| 63 | +| **Screenshots** | `assets/screenshots/01`–`05` (1920×1200); alts in `assets/screenshots/README.md` | |
| 64 | +| **Demo script** | [MARKETPLACE_DEMO.md](MARKETPLACE_DEMO.md) | |
| 65 | + |
| 66 | +--- |
| 67 | + |
| 68 | +## Do / Don't (reviewers) |
| 69 | + |
| 70 | +**Do:** one MCP tool, Device Code install, hosting `/s/`, live `GET /mcp/actions`, freemium honesty. |
| 71 | +**Don't:** “better than X”, Cursor endorsement, unverified SLA, “unlimited free hosting”, fixed action totals that go stale. |
| 72 | + |
| 73 | +--- |
| 74 | + |
| 75 | +## After submit |
| 76 | + |
| 77 | +1. Push `master` + tag `v0.4.14` if not already on GitHub. |
| 78 | +2. Wait for Cursor manual review. |
| 79 | +3. [CURSOR_PLUGIN_POST_RELEASE_CHECKLIST.md](../../docs/plugins/CURSOR_PLUGIN_POST_RELEASE_CHECKLIST.md) (monorepo) or post-release section in README. |
0 commit comments