Agent Plugins Marketplace
All plugins

cf-knowbase

v0.1.0

Semantic knowledge base search plugin for Cloudflare Vectorize and personal notes.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cf-knowbase@agent-plugin-marketplace

Paste 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-hub

Clone 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

plugins/cf-knowbase/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/cf-knowbase/SKILL.md

Included Skills1

cf-knowbaseskills/cf-knowbase/SKILL.md

Search personal knowledge base (Obsidian notes, documentation, git repositories, and web articles) using semantic vector search.

Plugin manifests2

plugins/cf-knowbase/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/cf-knowbase/.claude-plugin/plugin.json
{
  "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/"
}

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)