cf-knowbase
v0.1.0Semantic knowledge base search plugin for Cloudflare Vectorize and personal notes.
By tenfyzhongLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cf-knowbase@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tenfyzhong/agent-plugins-hubClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cf-knowbase/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/cf-knowbase/SKILL.md
Included Skills1
Search personal knowledge base (Obsidian notes, documentation, git repositories, and web articles) using semantic vector search.
Plugin manifests2
{
"name": "cf-knowbase",
"version": "0.1.0",
"description": "Semantic knowledge base search plugin for Cloudflare Vectorize and personal notes.",
"author": {
"name": "tenfyzhong",
"url": "https://github.com/tenfyzhong"
},
"homepage": "https://github.com/tenfyzhong/cf-knowbase-api",
"repository": "https://github.com/tenfyzhong/agent-plugins-hub",
"license": "MIT",
"keywords": [
"cloudflare",
"vectorize",
"knowledge-base",
"search",
"rag",
"obsidian"
],
"skills": "./skills/",
"interface": {
"displayName": "Cloudflare Knowledge Base",
"shortDescription": "Search personal notes, docs, and knowledge base.",
"longDescription": "Semantic vector search across personal Obsidian notes, documentation repositories, and web content indexed in Cloudflare Vectorize.",
"developerName": "tenfyzhong",
"category": "Productivity",
"capabilities": [
"Knowledge Base",
"Semantic Search",
"RAG"
],
"defaultPrompt": [
"Search my knowledge base for system architecture notes.",
"Look up recent articles in my knowledge base.",
"Search my notes for database configuration."
]
},
"auth": {
"type": "oauth",
"authorizationUrl": "/oauth/authorize",
"tokenUrl": "/oauth/token"
}
}{
"name": "cf-knowbase",
"version": "0.1.0",
"description": "Semantic knowledge base search plugin for Cloudflare Vectorize and personal notes from Claude Code.",
"author": {
"name": "tenfyzhong",
"url": "https://github.com/tenfyzhong"
},
"homepage": "https://github.com/tenfyzhong/cf-knowbase-api",
"repository": "https://github.com/tenfyzhong/agent-plugins-hub",
"license": "MIT",
"keywords": [
"cloudflare",
"vectorize",
"knowledge-base",
"search",
"rag",
"obsidian"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cf-knowbase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cf-knowbase)