Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

edithai-clawhub-skilledithai ClawHub 技能

Agent Skill

edithai-clawhub-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,037

周安装

410

GitHub Stars

1

下载量

3,247
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:edithai-clawhub-skill(edithai ClawHub 技能)
来源仓库:https://github.com/xin9min9/edithai-clawhub-skill
安装命令:
openclaw skills install edithai-clawhub-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install edithai-clawhub-skill

简介

由 DeepSeek API 提供支持的智能日志分析 CLI 工具,具有 30 多个用于文件操作、系统诊断和日志模式识别的内置工具。

SKILL.md

name
edithai
description
Intelligent log analysis CLI tool powered by DeepSeek API with 30+ built-in tools for file operations, system diagnostics, and log pattern recognition.
version
1.0.0
metadata
openclaw
requires
env
bin
primaryEnv
DEEPSEEK_API_KEY

EdithAI - Intelligent Log Analysis CLI

EdithAI is a Go-based CLI tool that combines natural language processing with powerful built-in tools for comprehensive log analysis. It leverages the DeepSeek API to provide intelligent insights into log data, making complex log analysis accessible through simple commands.

Features

Core Capabilities

  • Intelligent Log Analysis: Use natural language queries to analyze logs
  • 30+ Built-in Tools: File operations, system diagnostics, data processing, and pattern recognition
  • Multi-format Support: Handles various log formats and timestamps
  • Real-time Processing: Streamlined analysis with efficient token usage
  • Cost Estimation: Track API costs with DeepSeek pricing integration

Key Tools

  • File Operations: Read, write, and search files
  • Terminal Commands: Safe execution of diagnostic commands
  • Log Analysis: Pattern detection, timeline analysis, and error tracking
  • Data Processing: CSV, JSON, and text manipulation
  • System Diagnostics: Network, process, and performance monitoring

Usage Examples

Basic Log Analysis

# Analyze error logs in current directory
edithai -query "analyze error logs in current directory"

# Search for specific patterns
edithai -query "find all database connection errors"

# Generate performance report
edithai -query "create performance summary from application logs"

Interactive Mode

# Start interactive session
edithai -i

# Multi-turn conversation about logs
> show me memory usage trends
> find memory leaks in the last 24 hours
> export analysis to report.html

Installation Requirements

Install EdithAI CLI

First, install the EdithAI CLI tool:

npm install -g @xin9min9/edithai-cli

Environment Variables

  • DEEPSEEK_API_KEY: Your DeepSeek API key for AI-powered analysis

System Requirements

  • Node.js >= 14.0.0 (required for npm)
  • Minimum 512MB RAM
  • Network connectivity to DeepSeek API

Configuration

Default Settings

  • Tool output truncation: 2000 characters
  • API timeout: 30 seconds
  • History file: ~/.edithai/history.json
  • Log directory: Current working directory

Advanced Configuration

Create a configuration file at ~/.edithai/config.json:

{
  "api": {
    "timeout": 30,
    "max_tokens": 4000
  },
  "security": {
    "whitelist_commands": ["ls", "cat", "grep"],
    "blacklist_commands": ["rm", "dd", "mkfs"],
    "tool_payload_max_chars": 2000
  }
}

Security Features

  • Command Whitelisting/Blacklisting: Restrict terminal command execution
  • File Extension Protection: Prevent execution of dangerous file types
  • Path Traversal Protection: Safeguard against directory traversal attacks
  • Command Injection Detection: Block shell operators and dangerous patterns

File Structure

~/.edithai/
├── config.json       # User configuration
└── history.json      # Conversation history

Supported Log Formats

  • Plain text logs
  • JSON logs
  • CSV data files
  • Log files with timestamps
  • Application logs (web servers, databases, etc.)
  • System logs (Linux/Windows)

Tips for Best Results

  1. Be Specific: Use clear, detailed queries for better analysis
  2. Context Matters: Include relevant time ranges and log locations
  3. Iterative Analysis: Use interactive mode for multi-step analysis
  4. Cost Awareness: Monitor token usage and costs in DeepSeek provider

License

MIT-0 License - See LICENSE file for details.

Support

For issues and feature requests, visit the EdithAI GitHub Repository.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.61%
按下载量换算2,780

安全审计

VirusTotal

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills