用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/automateyournetwork/netclaw --skill datadog-logs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | datadog-logs |
| description | Search and analyze logs in Datadog Log Management. |
| version | 1.0.0 |
| license | Apache-2.0 |
| author | netclaw |
| tags | [] |
Search and analyze logs in Datadog Log Management.
| Tool | Description |
|---|---|
search_logs | Search logs with query syntax, time range, and filters |
get_log_details | Get detailed information about a specific log entry |
list_log_indexes | List all available log indexes |
get_log_pipeline | Get log pipeline configuration for processing |
Search for error logs in the network service
→ search_logs(query="service:network status:error", time_range="1h")
Find all logs from a specific host
→ search_logs(query="host:router-core-01", time_range="15m")
Get logs with a specific trace ID
→ search_logs(query="trace_id:abc123", time_range="1d")
List all log indexes
→ list_log_indexes()
search_logs(query="@auth.status:failed")search_logs(query="@network.client.ip:10.0.0.1")search_logs(query="@action:sudo OR @action:su")search_logs(query="service:network @interface.status:down")search_logs(query="@event.type:bgp_state_change")search_logs(query="@syslog.facility:local0")search_logs(query="@syslog.severity:<4") (warning and above)DD_API_KEY Datadog API keyDD_APP_KEY Datadog application keyDD_SITE Datadog site (optional, defaults to datadoghq.com)This skill uses the datadog-mcp server via remote MCP transport.