risk-skill

# Chief Risk Officer Agent Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "risk-skill" with this command: npx skills add wen-si/risk-skill

Chief Risk Officer Agent Skill

Skill Overview

This is an AI Agent skill designed for Chief Risk Officers, helping enterprises identify, assess, and manage various types of risks.

Features

Core Functions

  1. Risk Assessment

    • Supports multiple risk types: market risk, credit risk, operational risk, etc.
    • Conducts comprehensive assessment based on company information and risk factors
    • Generates risk levels and risk scores
  2. Impact Analysis

    • Evaluates the impact of risks on finance, reputation, and operations
    • Provides quantitative risk impact scope
  3. Recommendation Generation

    • Generates targeted response recommendations based on risk levels
    • Supports handling plans for high, medium, and low risk levels

Usage

Input Parameters

{
    "risk_type": "market risk",  # Risk type
    "company_info": {
        "name": "Test Company",
        "industry": "Finance",
        "size": "Large"
    },
    "risk_factors": ["Interest rate fluctuations", "Exchange rate risk", "Competitor actions"]
}

Output Results

{
    "status": "success",
    "risk_type": "market risk",
    "assessment": {
        "risk_level": "high",
        "risk_score": 85,
        "identified_risks": ["Interest rate fluctuations", "Exchange rate risk", "Competitor actions"],
        "impact_analysis": {
            "financial": "May cause 10-20% revenue loss",
            "reputational": "May affect corporate brand image",
            "operational": "May cause business interruption"
        }
    },
    "recommendations": [
        "Immediately activate emergency response plan",
        "Establish risk monitoring indicators",
        "Conduct regular stress tests",
        "Seek professional consulting services"
    ]
}

Technical Specifications

  • Language: Python 3.8+
  • Dependencies: No external dependencies
  • Version: 1.0.0
  • Author: AI Agent

Deployment

Local Usage

from cro_skill import ChiefRiskOfficerSkill

# Create skill instance
cro_skill = ChiefRiskOfficerSkill()

# Execute risk assessment
result = cro_skill.execute({
    "risk_type": "market risk",
    "company_info": {
        "name": "Test Company",
        "industry": "Finance",
        "size": "Large"
    },
    "risk_factors": ["Interest rate fluctuations", "Exchange rate risk", "Competitor actions"]
})

print(result)

ClawHub Publishing

# Login to ClawHub
npx clawhub login

# Publish skill
npx clawhub publish . --name "Chief Risk Officer" --version "1.0.0" --tags "risk,management,compliance,monitoring"

Application Scenarios

  • Daily risk assessment for enterprise risk management departments
  • Risk analysis before investment decisions
  • Risk identification during compliance audits
  • Business continuity planning

Version History

  • 1.0.0 (2026-03-13): Initial version, implementing core risk assessment functionality

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Grab Company

Provides detailed insights on Grab's evolution, business model, market position, and significance in Southeast Asia's digital economy and super app landscape.

Registry SourceRecently Updated
General

CV-Driven Job Hunter

Asiste en una búsqueda laboral proactiva basada en el CV del usuario — analiza perfil, sugiere banda salarial, escanea boards y career pages, califica matche...

Registry SourceRecently Updated
General

Changelog Linter

Validate CHANGELOG.md files against the Keep a Changelog format (keepachangelog.com). Checks version ordering, date formats, section types, link references,...

Registry SourceRecently Updated
General

Bosch Company

Bosch is the world's largest automotive Tier 1 supplier, focusing on automotive parts, industrial tech, consumer goods, and energy solutions with a foundatio...

Registry SourceRecently Updated