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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,20 @@
"homepage": "https://browser-use.com",
"keywords": ["browser use", "browser-use", "browser use cloud"],
"domains": ["browser-use.com", "cloud.browser-use.com"]
},
{
"name": "soon",
"description": "Manage Soon work schedules from Grok. Read rosters and coverage, find who can cover a shift, create and publish draft shifts, handle leave, and resolve schedule change requests. Connects to Soon over OAuth and enforces your real team and board permissions.",
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/SoonHQ/soon-claude-plugin.git",
"sha": "ff4d46be6f70b60a9e2a2c9361e860f88fe68cd5",
"path": "plugins/soon"
},
"homepage": "https://soon.works",
"keywords": ["soon", "soon schedule", "soon shifts", "soon roster"],
"domains": ["soon.works", "app.soon.works"]
}
]
}
26 changes: 26 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,32 @@
]
}
},
"soon": {
"sha": "ff4d46be6f70b60a9e2a2c9361e860f88fe68cd5",
"version": "1.0.0",
"components": {
"mcpServers": [
{
"name": "soon",
"description": "http"
}
],
"skills": [
{
"name": "intraday-design",
"description": "Use when the user wants to organize the activities (lunch, breaks, admin blocks, calls) that happen WITHIN each shift —…"
},
{
"name": "leave-management",
"description": "Use when the user asks about leave, time off, PTO, holidays, who's off, or wants to create, approve, reject, or cancel…"
},
{
"name": "schedule-overview",
"description": "Use when the user asks what the schedule looks like, who is working, how many people or hours are scheduled, where the…"
}
]
}
},
"stripe": {
"sha": "9f39fa607a63582d8c5b62aaf6fa4898b9c7caac",
"version": "0.6.2",
Expand Down