Public skills from Parlamento AI - Parliamentary research and document processing tools
npx claudepluginhub parlamento-ai/parlamento-aiExtract text from images and PDFs using Mistral OCR API. No external dependencies. Convert documents to Markdown, JSON, or plain text.
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Public skills from Parlamento AI for Claude Code and compatible AI agents.
Current version: 2.1.4
| Skill | Description |
|---|---|
| research | Parliamentary transcripts analysis for Chile, Spain, Peru and EU. Generate PDF reports. |
| mistral-ocr | Extract text from images and PDFs using Mistral OCR API. No external dependencies. |
Each skill can be installed via Claude Code Plugin or npx Skills (skills.sh).
# 1. Add the marketplace
/plugin marketplace add Parlamento-ai/parlamento-ai
# 2. Install the skill you want
/plugin install parlamento-ai-research@parlamento-ai
/plugin install mistral-ocr@parlamento-ai
# Install research skill
npx skills add https://github.com/Parlamento-ai/parlamento-ai --skill research
# Install mistral-ocr skill
npx skills add https://github.com/Parlamento-ai/parlamento-ai --skill mistral-ocr
Analyze parliamentary sessions and generate professional PDF reports.
~/.claude/settings.json:{
"env": {
"PARLAMENTO_API_KEY": "pa_your_api_key"
}
}
Claude Code:
/research [your request]
Other agents (skills.sh):
Analyze Chile's Health Committee sessions from this week
/research analysis of Chile's Health Committee from the last week
/research compare Economy Committee sessions from Chile and Peru this month
/research what decrees about energy were published in Chile this week
/research EU Parliament plenary sessions summary for today
| Code | Country | Bodies | Official Journal |
|---|---|---|---|
| cl | Chile | Senate, Chamber of Deputies | Diario Oficial |
| es | Spain | Congress, Senate, Autonomous Communities | BOE |
| pe | Peru | Congress (unicameral) | - |
| eu | European Union | European Parliament | EUR-Lex |
Extract text from images and PDFs using Mistral's dedicated OCR API. No external dependencies required - PDFs are processed directly without needing pdftoppm, ImageMagick, or any other tools.
~/.claude/settings.json:{
"env": {
"MISTRAL_API_KEY": "your-mistral-api-key"
}
}
Claude Code:
Convert this PDF to markdown: document.pdf
Extract text from this image: screenshot.png
Other agents (skills.sh):
Extract text from this PDF and save as markdown
/plugin update parlamento-ai-research@parlamento-ai
/plugin update mistral-ocr@parlamento-ai
npx skills update https://github.com/Parlamento-ai/parlamento-ai --skill research
npx skills update https://github.com/Parlamento-ai/parlamento-ai --skill mistral-ocr
/plugin to open plugin managerparlamento-ai/plugin
Go to Installed tab → select plugin → uninstall.
npx skills remove research
npx skills remove mistral-ocr
Mac/Linux:
rm -rf ~/.claude/plugins/cache/parlamento-ai
Windows (PowerShell):
rm -r -fo ~/.claude/plugins/cache/parlamento-ai