oc-telemetry-ops

Record skill and phase usage into a local SQLite store.

Updated May 15, 2026
One-click install
npx skills add https://github.com/asfbay-bit/opchain-skills --skill oc-telemetry-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oc-telemetry-ops
Source: https://github.com/asfbay-bit/opchain-skills/tree/main/skills/oc-telemetry-ops
Command: npx skills add https://github.com/asfbay-bit/opchain-skills --skill oc-telemetry-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides opt-in, local-first usage metering for the skill pipeline, enabling anonymized aggregate data collection to power the public dashboard.

Core Features & Use Cases

  • Usage Metering: Records which skills and phases are used, and their costs, into a local SQLite store.
  • Anonymized Aggregates: Produces anonymized usage data for the public dashboard, without revealing any personal information.
  • Use Case: By enabling this Skill, you can contribute to the understanding of how the skill pipeline is being used across the community.

Quick Start

Enable usage metering for the skill pipeline by running the command: /oc-telemetry enable.

Frequently Asked Questions about oc-telemetry-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track anonymized usage metering for a local software development workflow?

Anonymized usage metering tracks skill utilization by recording execution phases and costs into a local SQLite store, enabling aggregate dashboard insights without external dependencies.

Does usage metering for skill pipelines require external services to store data?

Usage metering for skill pipelines does not require external services, relying entirely on local storage and aggregation logic to process anonymized data.

How can I capture anonymized usage data to analyze skill performance without revealing personal information?

You capture anonymized usage data by enabling local metering, which records skill and phase costs while stripping personal information to produce secure aggregate analytics.

What is the best way to enable local telemetry collection for a skill pipeline?

The best way to enable local telemetry collection is running the enable command, which activates opt-in usage metering to contribute data to the public dashboard.

Are there limitations to using local SQLite for anonymized pipeline usage aggregation?

Using local SQLite for anonymized pipeline usage aggregation limits data processing to the local environment, requiring manual extraction to scale analytics across distributed systems.