Skip to main content
在 Manus 中运行任何 Skill
一键导入
observeinc
GitHub 创作者资料

observeinc

按仓库查看 5 个 GitHub 仓库中的 33 个已收集 skills。

已收集 skills
33
仓库
5
更新
2026-07-18
仓库浏览

仓库与代表性 skills

alert-investigation
网络与计算机系统管理员

Investigate alerts using systematic SRE methodology to understand issues, assess impact, test hypotheses, and identify root causes with evidence-based analysis. Use when: (1) User asks to investigate or analyze an alert (2) User mentions a specific alert or monitor that is firing (3) Debugging production issues or incidents (4) User asks about alert root cause or impact (5) User wants to understand why something is alerting (6) Performing incident response or triage.

2026-07-18
debug-k8s-collection
网络与计算机系统管理员

Troubleshoot and debug Observe Agent data collection on Kubernetes. Use this skill whenever the user reports any K8s-side problem with Observe — pods crashing, stuck Pending, ImagePullBackOff, "no data in Observe", missing datastreams, suspected token/secret issues, endpoint reachability failures, or platform-specific symptoms on Fargate / GKE Autopilot / EKS Auto Mode — even if they don't explicitly say "debug" or "Observe Agent." Covers pod status, secrets, endpoint reachability, debug logging, self-monitoring metrics, and platform-specific failure modes.

2026-07-18
debug-linux-host-collection
网络与计算机系统管理员

Troubleshoot and debug Observe Agent data collection on Linux hosts. Use this skill whenever the user reports any host-side problem with Observe — the agent failing to start, `observe-agent status` reporting errors, `init-config` failing with unknown flags, "no data in Observe" from a Linux host, fleet heartbeats not arriving, apt/yum repo failures, `unauthorized` token errors, or systemd service failures — even if they don't explicitly say "debug" or "observe-agent." Covers agent status, live log tailing, config validation, debug logging, datastream ingestion verification, and common error patterns.

2026-07-18
deploy-k8s-explorer
网络与计算机系统管理员

End-to-end onboarding of a Kubernetes cluster to Observe — creates the backend datastreams + content via the Observe CLI and deploys the observe/agent helm chart. Use for ANY request to install or set up the Observe Agent on Kubernetes, onboard a K8s cluster to Observe, or send K8s data to Observe — across any flavor (EKS, GKE, AKS, GKE Autopilot, EKS Fargate, EKS Auto Mode, minikube, kind, on-prem). Do NOT route a Kubernetes onboarding request to a generic datastream-creation flow; always orchestrate via this skill, which delegates to setup-k8s-backend and setup-k8s-collection.

2026-07-18
deploy-linux-host-explorer
网络与计算机系统管理员

End-to-end Host Explorer deployment for Observe — creates backend resources (datastreams, content, ingest token) via the Observe CLI and installs the observe-agent on a Linux host. Use this skill whenever the user mentions setting up Observe on a Linux machine, onboarding a host (Ubuntu, Debian, RHEL, CentOS) to Observe, deploying host monitoring from the terminal or CI, or replacing the Observe UI's Host setup wizard — even if they don't say "Host Explorer" explicitly. Orchestrates setup-linux-host-backend and setup-linux-host-collection.

2026-07-18
generate-opal
软件开发工程师

Contains dataset kind selection, column selection rules, core syntax, and the skill index. NEVER generate OPAL, and NEVER invoke an opal-* reference, without first loading this skill.

2026-07-18
observe-cli
网络与计算机系统管理员

Use the Observe CLI (`observe`) to investigate production systems and pull telemetry. Reach for this skill whenever the user wants to: search or tail logs; query metrics (CPU, memory, latency, error rate, request volume, custom app metrics); explore traces and spans; correlate events across services, hosts, containers, or Kubernetes resources; investigate or triage alerts (what fired, why, what's still active, related signals); debug an incident or production issue; check service or system health; compare service RED metrics or dependencies; figure out what's happening with a customer, deployment, or user; find which services emit a given tag or label; slice production data by service, environment, region, host, pod, status code, etc.; or pull any observability data out of the platform for analysis, dashboards, or scripting. Also covers the underlying primitives the CLI exposes (datasets, OPAL queries, knowledge-graph tag search, alerts, AI agent skills, auth) when the user asks about them directly.

2026-07-18
opentelemetry-auto-instrumentation
软件开发工程师

Installs and configures OpenTelemetry auto-instrumentation for applications written in Java, .NET, Node.js, Python, Ruby. Use when instrumenting applications with opentelemetry auto-instrumentation, auditing existing auto-instrumentation implementations, migrating from vendor locked instrumentations to OpenTelemetry, or checking for latest versions of instrumentation libraries.

2026-07-18
当前展示该仓库 Top 8 / 15 个已收集 skills。
observe-cli
网络与计算机系统管理员

Use the Observe CLI (`observe`) to investigate production systems and pull telemetry. Reach for this skill whenever the user wants to: search or tail logs; query metrics (CPU, memory, latency, error rate, request volume, custom app metrics); explore traces and spans; correlate events across services, hosts, containers, or Kubernetes resources; investigate or triage alerts (what fired, why, what's still active, related signals); debug an incident or production issue; check service or system health; figure out what's happening with a customer, deployment, or user; find which services emit a given tag or label; slice production data by service, environment, region, host, pod, status code, etc.; or pull any observability data out of the platform for analysis, dashboards, or scripting. Also covers the underlying primitives the CLI exposes (datasets, OPAL queries, knowledge-graph tag search, alerts, monitors, AI agent skills, auth) when the user asks about them directly.

2026-07-01
branch
软件开发工程师

Create git branches with a username prefix. Use when creating new branches, checking out new branches, or when the user asks to start work on a feature, fix, or task.

2026-06-12
commit
软件开发工程师

Create commit messages for git

2026-06-12
alert-investigation
网络与计算机系统管理员

Investigate alerts using systematic SRE methodology to understand issues, assess impact, test hypotheses, and identify root causes with evidence-based analysis. Use when: (1) User asks to investigate or analyze an alert (2) User mentions a specific alert or monitor that is firing (3) Debugging production issues or incidents (4) User asks about alert root cause or impact (5) User wants to understand why something is alerting (6) Performing incident response or triage.

2026-06-12
debug-k8s-collection
网络与计算机系统管理员

Troubleshoot and debug Observe Agent data collection on Kubernetes. Use this skill whenever the user reports any K8s-side problem with Observe — pods crashing, stuck Pending, ImagePullBackOff, "no data in Observe", missing datastreams, suspected token/secret issues, endpoint reachability failures, or platform-specific symptoms on Fargate / GKE Autopilot / EKS Auto Mode — even if they don't explicitly say "debug" or "Observe Agent." Covers pod status, secrets, endpoint reachability, debug logging, self-monitoring metrics, and platform-specific failure modes.

2026-06-12
deploy-k8s-explorer
网络与计算机系统管理员

End-to-end onboarding of a Kubernetes cluster to Observe — creates the backend datastreams + content via the Observe CLI and deploys the observe/agent helm chart. Use for ANY request to install or set up the Observe Agent on Kubernetes, onboard a K8s cluster to Observe, or send K8s data to Observe — across any flavor (EKS, GKE, AKS, GKE Autopilot, EKS Fargate, EKS Auto Mode, minikube, kind, on-prem). Do NOT route a Kubernetes onboarding request to a generic datastream-creation flow; always orchestrate via this skill, which delegates to setup-k8s-backend and setup-k8s-collection.

2026-06-12
generate-opal
软件开发工程师

Contains dataset kind selection, column selection rules, core syntax, and the skill index. NEVER generate OPAL, and NEVER invoke an opal-* reference, without first loading this skill.

2026-06-12
opentelemetry-auto-instrumentation
软件开发工程师

Installs and configures OpenTelemetry auto-instrumentation for applications written in Java, .NET, Node.js, Python, Ruby. Use when instrumenting applications with opentelemetry auto-instrumentation, auditing existing auto-instrumentation implementations, migrating from vendor locked instrumentations to OpenTelemetry, or checking for latest versions of instrumentation libraries.

2026-06-12
当前展示该仓库 Top 8 / 12 个已收集 skills。
已展示 5 / 5 个仓库
已展示全部仓库