
Security News
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
gemini-cli-templates
Advanced tools
Advanced analytics dashboard and monitoring tool for Gemini CLI with real-time metrics, token tracking, and telemetry visualization
🚀 Advanced analytics dashboard and monitoring tool for Gemini CLI with real-time metrics, comprehensive token tracking, and interactive telemetry visualization.
npm install -g @google/gemini-cli
gemini --telemetry -- --target=local
# Option A: Using npx (recommended)
npx gemini-cli-templates@latest --analytics
# Option B: Clone and run locally
git clone https://github.com/davila7/gemini-cli-templates.git
npm install
npm start
# Enable telemetry in your Gemini CLI commands
gemini --telemetry "Analyze this codebase"
gemini --telemetry "What files need refactoring?"
gemini --telemetry "Generate unit tests for this function"
Open http://localhost:3337 to access the dashboard.
The dashboard integrates with the official Gemini CLI telemetry stack:
graph LR
A[Gemini CLI] -->|OTLP| B[OpenTelemetry Collector :4317]
B -->|Traces & Metrics| C[Jaeger Backend :14317]
C -->|HTTP API| D[Jaeger UI :16686]
C -->|REST API| E[Analytics Dashboard :3337]
git clone https://github.com/davila7/gemini-cli-templates.git
npm install
npm run dev # Start with auto-reload
GET /api/metrics
- Retrieve metrics from OpenTelemetry logsGET /api/traces
- Fetch distributed traces from JaegerGET /api/services
- List available services in JaegerJAEGER_URL=http://localhost:16686 # Jaeger UI endpoint
OTEL_LOGS_PATH=~/.gemini/tmp # OpenTelemetry logs location
PORT=3337 # Dashboard port
This is part of the Gemini CLI Templates project. Contributions are welcome!
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)MIT License - see the LICENSE file for details.
⭐ Star this repo if you find it useful! | 🐛 Report issues | 💡 Request features
FAQs
Advanced analytics dashboard and monitoring tool for Gemini CLI with real-time metrics, token tracking, and telemetry visualization
The npm package gemini-cli-templates receives a total of 216 weekly downloads. As such, gemini-cli-templates popularity was classified as not popular.
We found that gemini-cli-templates demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.