← 返回
未分类 中文

NeuBird AI Production Ops Agent

Give your assistant production ops superpowers via NeuBird. The neubird cli allows this sill to answer questions about infrastructure health, cloud costs, in...
通过 NeuBird 为你的助手赋予生产运维超能力,neubird CLI 可回答基础设施健康、云成本等...
neubird
未分类 clawhub v1.0.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 416
下载
💾 0
安装
1
版本
#latest

概述

NeuBird Ops Agent

Production ops superpowers, powered by NeuBird — the AI SRE that lives in your terminal.

When to Use

USE this skill when the user asks about anything in production:

They say...Use this capability
------
"Any issues right now?" / "Is prod healthy?"health
"Are we wasting money?" / "What's our cloud spend?"cost
"Why is X broken?" / "Any 403s?" / "What's causing errors?"investigate
"Why is the API slow?" / "Find latency outliers"performance
"What could blow up tonight?" / "Any risk on the horizon?"predict
"Give me the full picture" / "Deep health sweep"deep-dive
"What's quietly degrading?" / "Any silent failures?"silent-failures
"Did that deploy break anything?" / "Is this PR risky?"change-risk
"If payments goes down what else dies?" / "Map dependencies"blast-radius

DON'T use this skill when:

  • neubird desktop binary is not installed — direct user to neubird.ai
  • The question is about code review, writing code, or pre-deploy checks
  • The user wants a dashboard — open the observability platform directly

CLI Interface

# List available projects
neubird projects

# Run a named capability
neubird run <capability> --project <project-name> --session /tmp/

# Free-form investigation (alias for 'run investigate')
neubird investigate "<prompt>" --project <project-name> --session /tmp/

# Follow-up question (project inherited from session)
neubird run <capability> --session /tmp/nb-<timestamp>.json

# Clean up session when done
neubird run --cleanup --session /tmp/nb-<timestamp>.json

All 9 Capabilities

CapabilityCLI nameWhat it does
---------
🏥 Health CheckhealthFull infrastructure health sweep
💰 Cost AnalysiscostCloud cost baseline + 24h spend projection
🔍 InvestigateinvestigateFree-form investigation prompt
⚡ PerformanceperformanceFind latency outliers and slow queries
🔮 Predict RiskpredictWhat could go wrong in the next 24h?
📊 Deep Divedeep-diveFull health sweep with 24h lookback
🔬 Silent Failuressilent-failuresFind quietly degrading services
🧬 Change Riskchange-riskAssess risk from recent deployments and PRs
💥 Blast Radiusblast-radiusMap dependency chains and cascade failure risk

Session Behavior

  • --session /tmp/ → auto-generates /tmp/nb-.json, prints path to stderr
  • --session /tmp/nb-123.json → creates on first call, resumes on follow-ups
  • --project required on first call; inherited from session on follow-ups
  • Use --cleanup when done to remove the session file

Exit Codes

CodeMeaning
---------------
0Complete, findings on stdout
1Failed or timed out
2Not authenticated — run neubird login
3No connected environment / project not found

Output Format

Investigations stream over 60–180s. Output has two layers:

  • Spinner on stderr⠋ thinking, ⠙ exploring, etc. — ignore
  • Findings on stdout — narrative markdown, ends with Completed in XmYs

Use --verbose to see tool calls and MCP server logs during debugging.

Agent Workflow

  1. Understand the request — identify which capability fits (see table above); for ambiguous requests default to investigate
  2. Determine the project — infer from context ("prod" → prod_cop, "staging" → staging_auto); if ambiguous run neubird projects and ask
  3. Set expectations — tell the user: "Running [capability] against [project] — this takes 1–3 minutes..."
  4. Start the run — session path is printed to stderr as Session: /tmp/nb-.json:

For a named capability:

```

neubird run --project --session /tmp/

```

For a free-form investigation:

```

neubird investigate "" --project --session /tmp/

```

  1. Narrate findings — lead with the bottom line, don't dump raw output:
    • State the headline conclusion first
    • Summarize key findings with supporting evidence
    • Give a concrete recommended action when warranted
    • Offer to drill deeper or follow up
  1. Follow-up if needed — reference the session path, no --project required:

```

neubird investigate "" --session /tmp/nb-.json

```

  1. Clean up when done:

```

neubird run --cleanup --session /tmp/nb-.json

```

Project Names

Common project slugs: prod_cop, staging_auto, dev_cop, prod_cop_sev2.

Run neubird projects to list all available projects with their IDs.

References

Load these when relevant to the findings:

TopicFileLoad When
---------
Kubernetes signalsreferences/kubernetes.mdPod crashes, node issues, resource exhaustion
Cloud infrastructurereferences/cloud.mdAWS/GCP/Azure cost, networking, managed services
Application & APMreferences/application.mdLatency, error rates, traces, deployments
Database & storagereferences/database.mdConnection pools, slow queries, replication lag
Escalation & commsreferences/escalation.mdSeverity, stakeholder comms, post-incident docs

Constraints

MUST DO

  • Lead every response with the headline conclusion
  • State blast radius / scope before recommending action
  • Give a concrete next step, not just analysis
  • Offer to drill deeper after every finding
  • Clean up session files when done

MUST NOT DO

  • Dump raw neubird output without narration
  • Fabricate findings if the command fails — report the error clearly
  • Skip scope/blast radius — "unknown" is valid but must be stated
  • Recommend rollback without checking if a recent deploy is in scope

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-03 09:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 875 📥 351,326
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,530 📥 583,544
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,451 📥 329,714