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

toolweb-grc-maturityToolweb GRC 成熟度

Agent Skill

toolweb-grc-maturity 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,337

周安装

135

GitHub Stars

公开资料未说明

下载量

1,048
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-grc-maturity

简介

治理、风险和合规成熟度综合评估工具。

  • 适用于企业GRC体系建设和管理优化。
  • 提供框架对标、差距分析和改进建议。toolweb-grc-maturity 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 需输入组织结构和业务流程进行评估。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议分阶段实施改进措施并持续监控。

SKILL.md

name: GRC Maturity Assessment description: Comprehensive Governance, Risk & Compliance maturity evaluation platform that generates detailed assessment reports and provides maturity level frameworks.


# Overview

The GRC Maturity Assessment API is a comprehensive platform designed to evaluate an organization's Governance, Risk & Compliance capabilities across multiple dimensions. Built for compliance officers, risk managers, and internal audit teams, this tool provides structured maturity assessments that align with industry best practices and regulatory requirements.

Organizations use this API to benchmark their GRC programs, identify capability gaps, and track improvement initiatives over time. The platform delivers detailed maturity level descriptions and GRC building block frameworks that help teams understand what excellence looks like at each maturity stage.

Ideal users include Chief Compliance Officers, Risk & Compliance teams, Internal Audit functions, and organizations undergoing regulatory compliance programs or digital transformation initiatives focused on governance and risk management.

## Usage

### Sample Request

{ "assessmentData": { "governance_structure": 2, "risk_management": 3, "compliance_program": 2, "audit_function": 2, "policy_framework": 3, "training_awareness": 1 }, "sessionId": "sess_550e8400e29b41d4a716446655440000", "userId": 12345, "timestamp": "2024-01-15T14:30:00Z" }


### Sample Response

{ "assessmentId": "assess_660e8400e29b41d4a716446655440001", "overallMaturityScore": 2.17, "status": "complete", "timestamp": "2024-01-15T14:30:15Z", "results": { "governance_structure": { "score": 2, "maturityLevel": "Repeatable", "gap": "Formalize governance policies and procedures" }, "risk_management": { "score": 3, "maturityLevel": "Defined", "gap": "Enhance risk monitoring and reporting" }, "compliance_program": { "score": 2, "maturityLevel": "Repeatable", "gap": "Establish comprehensive compliance controls" }, "audit_function": { "score": 2, "maturityLevel": "Repeatable", "gap": "Develop audit universe and testing procedures" }, "policy_framework": { "score": 3, "maturityLevel": "Defined", "gap": "Implement policy management system" }, "training_awareness": { "score": 1, "maturityLevel": "Initial", "gap": "Develop comprehensive training program" } }, "recommendations": [ "Priority 1: Implement formal compliance training program", "Priority 2: Establish governance committee with defined responsibilities", "Priority 3: Develop risk register and monitoring controls" ] }


## Endpoints

### GET /

**Description:** Health check endpoint for service availability verification.

**Parameters:** None

**Response:** Returns service status and health indicators in JSON format.

---

### POST /api/grc/assess

**Description:** Generate a comprehensive GRC maturity assessment report based on organizational evaluation data.

**Parameters:**

| Name | Type | Required | Description |
|------|------|----------|-------------|
| assessmentData | object | Yes | Key-value pairs where keys are GRC dimensions and values are maturity scores (integer scale). Common keys: governance_structure, risk_management, compliance_program, audit_function, policy_framework, training_awareness |
| sessionId | string | Yes | Unique session identifier for tracking assessment instances |
| userId | integer | No | Identifier of the user performing the assessment |
| timestamp | string | Yes | ISO 8601 formatted timestamp of assessment execution (e.g., "2024-01-15T14:30:00Z") |

**Response:** Returns assessment results object containing:
- `assessmentId`: Unique identifier for this assessment
- `overallMaturityScore`: Calculated average maturity across all dimensions
- `results`: Detailed breakdown per dimension with score, maturity level label, and remediation gaps
- `recommendations`: Prioritized list of improvement actions
- `status`: Assessment completion status (complete, in_progress, failed)
- `timestamp`: Server timestamp of response

---

### GET /api/grc/maturity-levels

**Description:** Retrieve standardized maturity level definitions and descriptions used across all GRC assessments.

**Parameters:** None

**Response:** Returns array of maturity level objects containing:
- `level`: Numeric identifier (1-5 scale)
- `name`: Level name (e.g., "Initial", "Repeatable", "Defined", "Managed", "Optimized")
- `description`: Detailed description of capabilities at this level
- `characteristics`: Key attributes and practices for each level

---

### GET /api/grc/building-blocks

**Description:** Retrieve GRC building block framework information defining organizational components and assessment dimensions.

**Parameters:** None

**Response:** Returns array of GRC building block objects including:
- `blockId`: Unique identifier for the building block
- `name`: Building block name
- `category`: Primary GRC category (Governance, Risk, or Compliance)
- `description`: Detailed functional description
- `assessmentQuestions`: Sample questions used to evaluate this dimension
- `bestPractices`: Industry best practices and implementation guidance

## Pricing

| Plan | Calls/Day | Calls/Month | Price |
|------|-----------|-------------|-------|
| Free | 5 | 50 | Free |
| Developer | 20 | 500 | $39/mo |
| Professional | 200 | 5,000 | $99/mo |
| Enterprise | 100,000 | 1,000,000 | $299/mo |

## About

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

- [toolweb.in](https://toolweb.in)
- [portal.toolweb.in](https://portal.toolweb.in)
- [hub.toolweb.in](https://hub.toolweb.in)
- [toolweb.in/openclaw/](https://toolweb.in/openclaw/)
- [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477)
- [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009)

## References

- Kong Route: https://api.mkkpro.com/compliance/grc-maturity
- API Docs: https://api.mkkpro.com:8163/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.76%
按下载量换算1,004

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills