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
27 changes: 27 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,33 @@
"homepage": "https://github.com/OpenPhone/quo-grok-plugin",
"keywords": ["quo", "quo mcp", "quo business phone", "openphone"],
"domains": ["quo.com", "mcp.quo.com", "support.quo.com", "my.quo.com"]
},
{
"name": "pingroom-mcp",
"description": "Reach a human through PingRoom (hosted MCP server + skill). Send someone a ping with files, a map location, a tappable link, or structured data; ask a question and block until they answer; gate an action on an approve/deny decision; hand a decision off to your authorizing human; drive a live-progress card on their lock screen while long work runs.",
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/pingroom/skills.git",
"sha": "621874f9f5daca354f93d507080010bfec5578ad",
"path": "mcp"
},
"homepage": "https://pingroom.io/connect-mcp.md",
"keywords": ["pingroom", "ping room", "pingroom mcp"],
"domains": ["pingroom.io", "api.pingroom.io"]
},
{
"name": "pingroom-cli",
"description": "Reach a human from a shell, a CI pipeline, or an agent hook with the @pingroom/cli. Pings carry attachments up to 5 MiB, human answers come back as exit codes a script can branch on, deploys can wait on an approve/deny, and rooms, webhooks and quick actions are managed from the terminal.",
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/pingroom/skills.git",
"sha": "621874f9f5daca354f93d507080010bfec5578ad",
"path": "cli"
},
"homepage": "https://www.npmjs.com/package/@pingroom/cli",
"keywords": ["pingroom cli", "@pingroom/cli", "pingroom ask", "pingroom pair"]
}
]
}
30 changes: 30 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,36 @@
]
}
},
"pingroom-cli": {
"sha": "621874f9f5daca354f93d507080010bfec5578ad",
"version": "1.1.1",
"components": {
"skills": [
{
"name": "pingroom-cli",
"description": "Use the `pingroom` CLI to reach humans from terminals, scripts, CI, and Claude Code hooks — send pings with file attach…"
}
]
}
},
"pingroom-mcp": {
"sha": "621874f9f5daca354f93d507080010bfec5578ad",
"version": "1.1.1",
"components": {
"mcpServers": [
{
"name": "pingroom",
"description": "http"
}
],
"skills": [
{
"name": "pingroom-mcp",
"description": "Reach a human through PingRoom — the event platform whose MCP connector this session has. Use this skill whenever the t…"
}
]
}
},
"pstack": {
"sha": "7314f723a487ec406b6369fe5865ba034cfed166",
"components": {
Expand Down