Token导航 LogoToken导航TokenDH.com
运维external-serviceclawhub未标认证来源可访问clear审计通过

toolweb-digital-forensics-toolstoolweb 数字取证工具

Agent Skill

toolweb-digital-forensics-tools 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,113

周安装

168

GitHub Stars

公开资料未说明

下载量

1,317
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:toolweb-digital-forensics-tools(toolweb 数字取证工具)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/toolweb-digital-forensics-tools
安装命令:
openclaw skills install toolweb-digital-forensics-tools
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-digital-forensics-tools

简介

数字取证工具评估与技能发展指导平台。toolweb-digital-forensics-tools 属于运维类 Skill,可作为该场景下的辅助能力补充。

  • 适合取证调查、证据分析和专业技能提升。
  • 提供工具推荐、学习路径和实践案例参考。
  • 需明确调查范围和证据类型选择工具组合。
  • 涉及真实案件时应遵守法律和隐私规定。

SKILL.md

name
Digital Forensics Tools Assessment
description
Professional digital forensics tools assessment platform that generates personalized tool recommendations and skill development guidance.

Overview

The Digital Forensics Tools Assessment platform is a professional-grade API service designed to help security professionals, incident responders, and digital forensics practitioners identify the most suitable forensic tools for their specific needs and skill levels. Built by certified security professionals, this platform delivers personalized assessments based on individual experience, focus areas, and current competency levels.

This tool is ideal for organizations conducting forensic investigations, incident response teams building toolkits, security practitioners advancing their skills, and enterprises establishing standardized forensics capabilities. The assessment engine analyzes your profile against a comprehensive database of industry-standard forensics tools to recommend optimal selections aligned with your operational requirements.

The platform combines expert knowledge with data-driven recommendations to streamline tool selection, reduce implementation complexity, and ensure forensics teams have access to the most appropriate technologies for their investigations.

Usage

Sample Request:

{
  "sessionId": "sess_9f8c2b1e7a4d5e6f",
  "userId": 42,
  "timestamp": "2024-01-15T14:32:00Z",
  "assessmentData": {
    "sessionId": "sess_9f8c2b1e7a4d5e6f",
    "timestamp": "2024-01-15T14:32:00Z",
    "experience": {
      "years": 5,
      "domain": "incident_response"
    },
    "focus": {
      "primary": "memory_forensics",
      "secondary": "disk_imaging"
    },
    "skill_level": {
      "self_assessment": "intermediate",
      "certifications": ["CEH", "GCIH"]
    }
  }
}

Sample Response:

{
  "assessment_id": "assess_5f7c2a1b9e3d4k8m",
  "user_id": 42,
  "session_id": "sess_9f8c2b1e7a4d5e6f",
  "timestamp": "2024-01-15T14:32:15Z",
  "recommended_tools": [
    {
      "rank": 1,
      "tool_name": "Volatility Framework",
      "category": "memory_forensics",
      "match_score": 95,
      "reason": "Ideal for intermediate-level memory analysis with IR background",
      "deployment_complexity": "medium",
      "learning_curve": "moderate"
    },
    {
      "rank": 2,
      "tool_name": "FTK Imager",
      "category": "disk_imaging",
      "match_score": 88,
      "reason": "Industry-standard for disk acquisition and analysis",
      "deployment_complexity": "low",
      "learning_curve": "low"
    }
  ],
  "skill_gaps": [
    {
      "area": "advanced_memory_forensics",
      "current_level": "intermediate",
      "recommended_level": "advanced",
      "priority": "high"
    }
  ],
  "assessment_summary": "Your profile indicates strong incident response experience with memory forensics focus. Recommended tools align with intermediate-to-advanced capabilities."
}

Endpoints

GET /

Health Check Endpoint

Returns service health status.

Method: GET Path: /

Parameters: None

Response:

200 OK - Service is operational
Content-Type: application/json

POST /api/forensics/assessment

Generate Personalized Assessment

Generates a customized digital forensics tools assessment based on user profile, experience, and focus areas.

Method: POST Path: /api/forensics/assessment

Parameters:

NameTypeRequiredDescription
sessionIdstringYesUnique identifier for the assessment session
userIdinteger or nullNoIdentifier for the user undergoing assessment
timestampstringYesISO 8601 formatted timestamp of assessment submission
assessmentDataobjectYesCore assessment data containing experience, focus, and skill level information
assessmentData.sessionIdstringYesSession identifier matching parent sessionId
assessmentData.timestampstringYesAssessment data timestamp
assessmentData.experienceobjectNoProfessional experience details (years, domain, roles)
assessmentData.focusobjectNoPrimary and secondary forensics focus areas
assessmentData.skill_levelobjectNoSelf-assessed skill level and certifications

Response Shape:

{
  "assessment_id": "string",
  "user_id": "integer or null",
  "session_id": "string",
  "timestamp": "string",
  "recommended_tools": [
    {
      "rank": "integer",
      "tool_name": "string",
      "category": "string",
      "match_score": "number",
      "reason": "string",
      "deployment_complexity": "string",
      "learning_curve": "string"
    }
  ],
  "skill_gaps": [
    {
      "area": "string",
      "current_level": "string",
      "recommended_level": "string",
      "priority": "string"
    }
  ],
  "assessment_summary": "string"
}

GET /api/forensics/tools

Retrieve Available Forensics Tools

Returns comprehensive list of all available forensics tools in the platform database, including categorization and metadata.

Method: GET Path: /api/forensics/tools

Parameters: None

Response Shape:

{
  "total_tools": "integer",
  "tools": [
    {
      "tool_id": "string",
      "name": "string",
      "category": "string",
      "description": "string",
      "deployment_type": "string",
      "platform_support": ["string"],
      "license_type": "string",
      "maturity_level": "string"
    }
  ]
}

GET /api/forensics/skill-recommendations

Get Skill Development Recommendations

Returns personalized skill development recommendations based on forensics specialization and career progression paths.

Method: GET Path: /api/forensics/skill-recommendations

Parameters: None

Response Shape:

{
  "recommendations": [
    {
      "skill_area": "string",
      "current_proficiency": "string",
      "target_proficiency": "string",
      "learning_resources": [
        {
          "resource_type": "string",
          "title": "string",
          "duration": "string",
          "difficulty": "string"
        }
      ],
      "estimated_time_to_proficiency": "string",
      "career_impact": "string"
    }
  ]
}

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/compliance/digital-forensics
  • API Docs: https://api.mkkpro.com:8116/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.52%
按下载量换算1,139

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills