Powder Financial plugins for automated financial document extraction
npx claudepluginhub powder-finance/claude-code-powder-pluginUpload financial documents to Powder for automated data extraction. Supports brokerage statements, account statements, and more.
Upload financial documents to Powder for automated data extraction. This plugin integrates Powder's financial document processing API directly into Claude Code, enabling you to extract holdings, transactions, and account data from brokerage statements, account statements, and other financial documents.
/Powder:setup| Command | Description |
|---|---|
/Powder:upload | Upload a financial document for processing |
/Powder:data | Retrieve extracted data from a processed document |
/Powder:status | Check the processing status of an uploaded document |
/Powder:setup | Install and configure the Powder CLI |
/plugin marketplace add Powder-Finance/claude-code-powder-plugin
/plugin install powder-plugin@powder-plugin-marketplace
/Powder:setup
This command will automatically install the Powder CLI if it's not already available.
Get your API token from [email protected], then set it in your environment:
export POWDER_API_TOKEN=your_token_here
Add this to your ~/.zshrc or ~/.bashrc to make it permanent.
/Powder:upload ~/documents/statement.pdf
Claude will upload your document, wait for processing to complete, and display the extracted data.
Maximum file size: 50MB
# Upload a statement
/Powder:upload ~/Downloads/fidelity-statement-q4-2024.pdf
# Check status
/Powder:status 12345
# Get the data
/Powder:data 12345
Or use the automated skill:
# Claude will handle upload + polling + retrieval automatically
"Upload and extract data from my Q4 statement at ~/Downloads/fidelity-statement-q4-2024.pdf"
If you encounter issues:
echo $POWDER_API_TOKENwhich powder/Powder:setup to reinstall the CLIBuilt by Powder (https://powderfi.com)
For questions, support, or feedback: [email protected]
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.