{"id":51566692,"url":"https://github.com/run-llama/llamaparse-agent-plugins","last_synced_at":"2026-07-10T15:33:17.293Z","repository":{"id":356089758,"uuid":"1230936504","full_name":"run-llama/llamaparse-agent-plugins","owner":"run-llama","description":"Claude Code/Codex plugins for LlamaParse, LiteParse and LlamaParse MCP","archived":false,"fork":false,"pushed_at":"2026-07-02T10:41:42.000Z","size":138,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-10T15:33:15.660Z","etag":null,"topics":["agent-skills","claude-code","claude-code-plugin","codex","codex-plugin","mcp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/run-llama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T13:16:34.000Z","updated_at":"2026-07-02T10:42:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/run-llama/llamaparse-agent-plugins","commit_stats":null,"previous_names":["run-llama/llamaparse-agent-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/run-llama/llamaparse-agent-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/run-llama%2Fllamaparse-agent-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/run-llama%2Fllamaparse-agent-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/run-llama%2Fllamaparse-agent-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/run-llama%2Fllamaparse-agent-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/run-llama","download_url":"https://codeload.github.com/run-llama/llamaparse-agent-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/run-llama%2Fllamaparse-agent-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35335897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","claude-code","claude-code-plugin","codex","codex-plugin","mcp"],"created_at":"2026-07-10T15:33:15.604Z","updated_at":"2026-07-10T15:33:17.287Z","avatar_url":"https://github.com/run-llama.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LlamaParse Agent Plugins Marketplace\n\nThis repository contains local Codex and Claude plugin marketplace definitions with three document-focused plugins from LlamaIndex.\n\n## Repository Contents\n\n- `.agents/plugins/marketplace.json`: Marketplace definition consumed by Codex.\n- `.claude-plugin/marketplace.json`: Marketplace definition consumed by Claude.\n- `plugins/liteparse`: Local OCR parsing plugin (no cloud dependency).\n- `plugins/llamaparse`: Cloud parsing skill plugin.\n- `plugins/llamaparse-mcp`: LlamaParse Platform MCP plugin (tools for parse/split/classify plus Index v2 retrieval via MCP).\n\n## Plugins Included\n\n1. `liteparse`\n- Type: Skill plugin\n- Purpose: Parse and extract content from PDFs, Office docs, and images locally.\n\n2. `llamaparse`\n- Type: Skill plugin\n- Purpose: Cloud-based, advanced document parsing.\n\n3. `llamaparse-mcp`\n- Type: MCP + skills plugin\n- Purpose: Connects Codex to LlamaParse Platform MCP tools (document processing and Index v2 retrieval).\n- Skills: `llamaparse-mcp` (parse/split/classify usage guide) and `llamacloud-index` (agentic retrieval over Index v2 knowledge bases).\n- MCP server config: `plugins/llamaparse-mcp/.mcp.json` -\u003e `https://mcp.llamaindex.ai/mcp`\n- (Codex) Auth policy in marketplace: `ON_USE`\n\n## Install The Marketplace\n\n### Codex\n\n```bash\ncodex plugin marketplace add run-llama/llamaparse-codex-plugins\n```\n\n### Claude\n\n(within Claude)\n\n```bash\n/plugin marketplace add run-llama/llamaparse-agent-plugins\n```\n\n## Enable Plugins\n\n### Codex\n\n1. Start or reload Codex\n2. Open plugin management in Codex.\n3. Find marketplace `llamaparse-marketplace` (display name: `LlamaParse Codex MarketPlace`).\n4. Install any of the following plugins:\n- `liteparse`\n- `llamaparse`\n- `llamaparse-mcp`\n\n**Authentication Notes**\n\n- `liteparse`: No authentication required, runs fully locally.\n- `llamaparse-mcp`: Prompts on first use (`ON_USE`) when invoking MCP tools.\n- `llamaparse`: Follow any in-app prompts for required credentials ([LlamaParse API key](https://cloud.llamaindex.ai/signup)).\n\n**Verify Plugin Availability**\n\nAfter enabling plugins, confirm they are available in a Codex thread:\n\n- `liteparse` skill should appear as `liteparse:liteparse`.\n- `llamaparse-mcp` skills should appear as `llamaparse-mcp:llamaparse-mcp` and `llamaparse-mcp:llamacloud-index`.\n- MCP tools should include operations like:\n- `parseFile`\n- `splitFile`\n- `classifyFile`\n- `uploadFileByUrl`\n- `listIndexes`\n- `retrieveFromIndex`\n\n### Claude\n\nWithin Claude, run:\n\n```bash\n/plugin install liteparse@llamaparse-marketplace\n/plugin install llamaparse@llamaparse-marketplace\n/plugin install llamaparse-mcp@llamaparse-marketplace\n```\n\n**Use plugins**\n\nInvoke the plugins as slash commands directly within Claude:\n\n```bash\n/liteparse:liteparse # -\u003e run LiteParse skill\n/llamaparse:llamaparse # -\u003e run LlamaParse skill\n/llamaparse-mcp:llamaparse-mcp # -\u003e enable LlamaParse MCP and its document-processing skill\n/llamaparse-mcp:llamacloud-index # -\u003e enable LlamaParse MCP and its Index v2 agentic-retrieval skill\n```\n\n## Quick Smoke Test (LlamaParse MCP)\n\n1. Request an upload URL with `getUploadUrl`.\n2. Upload a file (for example `test.txt`) to the returned pre-signed endpoint.\n3. Call `parseFile` with the returned `fileId`.\n\nExpected result: parsed text content is returned.\n\n## Quick Smoke Test (Index v2)\n\n1. Call `listIndexes` to confirm at least one index is visible.\n2. Call `retrieveFromIndex` with a natural-language question against one of the returned indexes.\n\nExpected result: relevant passages from your indexed documents are returned.\n\n## Development Notes\n\n- Plugin manifests are located at:\n  + `plugins/liteparse/.*-plugin/plugin.json`\n  + `plugins/llamaparse/.*-plugin/plugin.json`\n  + `plugins/llamaparse-mcp/.*-plugin/plugin.json`\n- MCP server mapping is in `plugins/llamaparse-mcp/.mcp.json`.\n\n### Bump version\n\nBump the version of a plugin for a specific agent with:\n\n```bash\npython3 scripts/bump-version.py \u003cclaude|codex\u003e \u003cplugin\u003e --bump \u003cpatch|minor|major\u003e\n# if you have uv\n./scripts/bump-version.py \u003cclaude|codex\u003e \u003cplugin\u003e --bump \u003cpatch|minor|major\u003e\n```\n\nFor example:\n\n```bash\n./scripts/bump-version.py codex liteparse --bump minor\n./scripts/bump-version.py claude liteparse --bump minor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frun-llama%2Fllamaparse-agent-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frun-llama%2Fllamaparse-agent-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frun-llama%2Fllamaparse-agent-plugins/lists"}