← All plugins
content-core
v2.0.6Extract text content from URLs, documents, YouTube videos, Reddit posts, and audio/video files — via CLI (uvx) or MCP.
CodexClaude Code1 skill
167updated 1 week ago
Source
git clone https://github.com/lfnovo/content-coreClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
content-core/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/content-core/SKILL.md
Skills1
content-coreskills/content-core/SKILL.md
Extract text content from external sources — URLs, PDFs, documents, YouTube videos, Reddit posts, and audio/video files. Use when you need to read, analyze, or summarize content from a URL, file, or media source.
Manifests2
.codex-plugin/plugin.json
{
"name": "content-core",
"version": "2.0.6",
"description": "Extract text content from URLs, documents, YouTube videos, Reddit posts, and audio/video files — via CLI (uvx) or MCP.",
"skills": "./skills/"
}.claude-plugin/plugin.json
{
"name": "content-core",
"version": "2.0.6",
"description": "Extract text content from URLs, documents, YouTube videos, Reddit posts, and audio/video files — via CLI (uvx) or MCP.",
"author": {
"name": "Luis Novo",
"email": "lfnovo@gmail.com"
},
"homepage": "https://github.com/lfnovo/content-core",
"repository": "https://github.com/lfnovo/content-core",
"license": "MIT",
"keywords": [
"extraction",
"content",
"pdf",
"youtube",
"transcription",
"mcp"
]
}