Skip to content

Add openobserve-skills and claude-telemetry-hooks plugins - #173

Merged
fcakyon merged 2 commits into
mainfrom
feature/openobserve-and-telemetry
Apr 25, 2026
Merged

Add openobserve-skills and claude-telemetry-hooks plugins#173
fcakyon merged 2 commits into
mainfrom
feature/openobserve-and-telemetry

Conversation

@fcakyon

@fcakyon fcakyon commented Apr 25, 2026

Copy link
Copy Markdown
Owner

Two coupled plugins for the Claude Code observability stack. openobserve-skills gives the agent curl-based REST API access to OpenObserve (search, streams, dashboards, panel schema) since OpenObserve Cloud has no terminal CLI. claude-telemetry-hooks ships a SessionStart hook that mints a sticky chat_id per project so resumed sessions group together (the OTel session_id resets on every claude invocation), and a UserPromptSubmit hook that classifies tool-rejection follow-ups into 10 categories (profanity, factual_challenge, terse_reject, wrong_target, tool_steering, scope_drift, verify_first, rule_setting, why_rhetorical, retry_request) derived from 995 user messages across 402 transcripts.

/plugin marketplace add fcakyon/claude-codex-settings
/plugin install openobserve-skills@claude-settings
/plugin install claude-telemetry-hooks@claude-settings

fcakyon added 2 commits April 25, 2026 19:29
REST API skill that lets agents talk to OpenObserve (Cloud or self-hosted)
with curl. Covers auth, search/SQL with microsecond timestamps, stream
listing, dashboard CRUD, the v8 panel JSON schema, and known pitfalls
(customQuery re-aggregation, hash concurrency). OpenObserve Cloud has no
terminal CLI (o2-cli is Enterprise self-hosted only), so this fills the gap
for agent-driven dashboard work. Includes 13 reference docs synced from
openobserve/openobserve-docs and 3 helper recipes for search, dashboard
build, and panel update.
Two hook scripts that fill gaps in Claude Code's OTel export.
session_start_chat_id.py mints a sticky chat_id per project so resumed
sessions group together (the OTel session_id resets on every claude
invocation). user_prompt_reject_feedback.py detects tool rejections in the
prior turn and emits a categorized reject_feedback log event with 10
categories (profanity, factual_challenge, terse_reject, wrong_target,
tool_steering, scope_drift, verify_first, rule_setting, why_rhetorical,
retry_request) derived from 995 real user messages across 402 transcripts.
Pairs with openobserve-skills for building the receiving dashboards.
@fcakyon fcakyon self-assigned this Apr 25, 2026
@fcakyon
fcakyon merged commit 8a0b1fb into main Apr 25, 2026
1 check passed
@fcakyon
fcakyon deleted the feature/openobserve-and-telemetry branch April 25, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant