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
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,19 @@
"homepage": "https://www.tinyfish.ai",
"keywords": ["tinyfish", "tinyfish agent", "tinyfish web agent", "agentql"],
"domains": ["tinyfish.ai", "agent.tinyfish.ai", "docs.tinyfish.ai"]
},
{
"name": "keenable",
"description": "Keyless web search and page-content extraction via Keenable's hosted MCP server — no signup or API key needed (rate-limited public path; set KEENABLE_API_KEY to raise limits). search_web_pages returns ranked results with snippets; fetch_page_content reads any URL as clean markdown. Includes web-research and deep-research skills.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/keenableai/keenable-grok-plugin.git",
"sha": "350fd05a76a3e7bc6b6dbef616f30c9d08ce6c90"
},
"homepage": "https://keenable.ai",
"keywords": ["keenable", "keenable search", "keenable ai"],
"domains": ["keenable.ai", "docs.keenable.ai", "api.keenable.ai"]
}
]
}
22 changes: 22 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,28 @@
]
}
},
"keenable": {
"sha": "350fd05a76a3e7bc6b6dbef616f30c9d08ce6c90",
"version": "1.0.0",
"components": {
"mcpServers": [
{
"name": "keenable",
"description": "http"
}
],
"skills": [
{
"name": "keenable-deep-research",
"description": "Run comprehensive multi-source web research with Keenable and synthesize a cited answer. Use for literature reviews, ma…"
},
{
"name": "keenable-web",
"description": "Search and read the web with Keenable. Use for current information, source discovery, and extracting clean content from…"
}
]
}
},
"mongodb": {
"sha": "9ea7387c7a1638604542c6efd52e5efc6a7fc393",
"version": "1.1.0",
Expand Down