well-production-dashboard
Create interactive well production dashboards with real-time monitoring, verification integration, economic metrics, and multi-format exports. Use for well performance analysis, field aggregation, production forecasting, and API-driven dashboards.
Best use case
well-production-dashboard is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Create interactive well production dashboards with real-time monitoring, verification integration, economic metrics, and multi-format exports. Use for well performance analysis, field aggregation, production forecasting, and API-driven dashboards.
Teams using well-production-dashboard should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/well-production-dashboard/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How well-production-dashboard Compares
| Feature / Agent | well-production-dashboard | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create interactive well production dashboards with real-time monitoring, verification integration, economic metrics, and multi-format exports. Use for well performance analysis, field aggregation, production forecasting, and API-driven dashboards.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# Well Production Dashboard
## When to Use
- Interactive well production dashboards
- Real-time well monitoring and alerts
- Production decline analysis and forecasting
- Field-level aggregation and comparison
- Well economic metrics (NPV, decline rates, ROI)
- Data quality verification integration
- Multi-format exports (PDF, Excel, JSON)
- REST API for dashboard data access
## Prerequisites
- Python environment with `worldenergydata` package installed
- BSEE well production data
- Flask (included in dependencies) for API features
## Python API
### Dashboard Initialization
```python
from worldenergydata.well_production_dashboard import (
WellProductionDashboard,
WellDashboardConfig,
WellMetrics,
FieldAggregator,
DashboardAPI,
DashboardCLI
)
```
*See sub-skills for full details.*
### REST API Integration
```python
from worldenergydata.well_production_dashboard import DashboardAPI
api = DashboardAPI(dashboard)
api.run(host='0.0.0.0', port=5000, debug=False)
# Endpoints:
# GET /api/health - Health check
# GET /api/wells - List all wells
# GET /api/wells/<id> - Get specific well data
# GET /api/dashboard/data - Get complete dashboard data
```
## Key Classes
| Class | Purpose |
|-------|---------|
| `WellProductionDashboard` | Main dashboard controller |
| `WellDashboardConfig` | Dashboard configuration |
| `WellMetrics` | Financial and production metrics |
| `FieldAggregator` | Field-level aggregation |
| `DashboardAPI` | Flask REST API |
| `DashboardCLI` | Command-line interface |
| `WellDashboardExportManager` | Export to PDF/Excel/JSON |
| `QueryOptimizer` | BSEE data loading optimization |
| `DashboardCacheManager` | Caching for performance |
## Related Skills
- [bsee-data-extractor](../bsee-data-extractor/SKILL.md) - BSEE data loading
- [npv-analyzer](../npv-analyzer/SKILL.md) - Economic analysis
- [fdas-economics](../fdas-economics/SKILL.md) - Field development economics
- [energy-data-visualizer](../energy-data-visualizer/SKILL.md) - Visualizations
## References
- Flask REST API Documentation
- Plotly Interactive Charts
- BSEE Data Standards
## Sub-Skills
- [Best Practices](best-practices/SKILL.md)
- [1. Basic Well Dashboard (+3)](1-basic-well-dashboard/SKILL.md)
- [Command Line Interface](command-line-interface/SKILL.md)
- [REST API Endpoints](rest-api-endpoints/SKILL.md)
- [Export Formats](export-formats/SKILL.md)
- [Configuration Options](configuration-options/SKILL.md)Related Skills
production-forecaster
Forecast oil & gas well production using decline curve analysis. Use when estimating EUR, generating type curves, fitting Arps models (exponential, hyperbolic, harmonic), or running reserve calculations. Supports conventional and unconventional wells, P10/P50/P90 probabilistic outputs, and multi-field type curve comparison.
gtm-site-readiness-audit-local-vs-production
Audit GTM feature work by separating local artifact readiness from production deployment state, then fix common blockers in aceengineer-website and GTM collateral.
testing-production
Production validation specialist ensuring applications are fully implemented and deployment-ready. Use to verify no mock/stub/fake implementations remain, validate against real databases and APIs, perform end-to-end testing with actual systems, and confirm production readiness.
interactive-dashboard-builder
Create self-contained HTML/JavaScript dashboards with Chart.js, filters, and professional styling
web-artifacts-builder-1-interactive-dashboard
Sub-skill of web-artifacts-builder: 1. Interactive Dashboard (+1).
drilling-well-planning-and-design
Sub-skill of drilling: Well Planning and Design (+5).
testing-production-real-data-usage
Sub-skill of testing-production: Real Data Usage (+3).
testing-production-production-validation-vs-unit-testing
Sub-skill of testing-production: Production Validation vs Unit Testing (+1).
testing-production-example-4-security-validation
Sub-skill of testing-production: Example 4: Security Validation.
testing-production-example-1-complete-validation-suite
Sub-skill of testing-production: Example 1: Complete Validation Suite (+2).
testing-production-1-implementation-completeness-check
Sub-skill of testing-production: 1. Implementation Completeness Check (+2).
github-multi-repo-multi-repo-dashboard
Sub-skill of github-multi-repo: Multi-Repo Dashboard (+2).