cro_skill

# 首席风险官Agent技能

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 "cro_skill" with this command: npx skills add Wen-Si/croskill

首席风险官Agent技能

技能概述

这是一个专为AI Agent设计的首席风险官技能,帮助企业识别、评估和管理各类风险。

功能特性

核心功能

  1. 风险评估

    • 支持多种风险类型:市场风险、信用风险、操作风险等
    • 基于企业信息和风险因素进行综合评估
    • 生成风险等级和风险评分
  2. 影响分析

    • 评估风险对财务、声誉和运营的影响
    • 提供量化的风险影响范围
  3. 建议生成

    • 根据风险等级生成针对性的应对建议
    • 支持高、中、低不同风险级别的处理方案

使用方法

输入参数

{
    "risk_type": "市场风险",  # 风险类型
    "company_info": {
        "name": "测试企业",
        "industry": "金融",
        "size": "大型"
    },
    "risk_factors": ["利率波动", "汇率风险", "竞争对手行动"]
}

输出结果

{
    "status": "success",
    "risk_type": "市场风险",
    "assessment": {
        "risk_level": "高",
        "risk_score": 85,
        "identified_risks": ["利率波动", "汇率风险", "竞争对手行动"],
        "impact_analysis": {
            "financial": "可能导致10-20%的收入损失",
            "reputational": "可能影响企业品牌形象",
            "operational": "可能导致业务中断"
        }
    },
    "recommendations": [
        "立即启动应急预案",
        "建立风险监控指标",
        "定期进行压力测试",
        "寻求专业咨询服务"
    ]
}

技术规格

  • 语言: Python 3.8+
  • 依赖: 无外部依赖
  • 版本: 1.0.0
  • 作者: AI Agent

部署方式

本地使用

from cro_skill import ChiefRiskOfficerSkill

# 创建技能实例
cro_skill = ChiefRiskOfficerSkill()

# 执行风险评估
result = cro_skill.execute({
    "risk_type": "市场风险",
    "company_info": {
        "name": "测试企业",
        "industry": "金融",
        "size": "大型"
    },
    "risk_factors": ["利率波动", "汇率风险", "竞争对手行动"]
})

print(result)

ClawHub发布

# 登录ClawHub
npx clawhub login

# 发布技能
npx clawhub publish . --name "首席风险官" --version "1.0.0" --tags "风险,管理,合规,监控"

应用场景

  • 企业风险管理部门日常风险评估
  • 投资决策前的风险分析
  • 合规审计中的风险识别
  • 业务连续性规划

版本历史

  • 1.0.0 (2026-03-13): 初始版本,实现核心风险评估功能

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

Leads

Leads - command-line tool for everyday use

Registry SourceRecently Updated
General

Bmi Calculator

BMI计算器。BMI计算、理想体重、健康计划、体重追踪、儿童BMI、结果解读。BMI calculator with ideal weight, health plan. BMI、体重、健康。

Registry SourceRecently Updated
General

Blood

Blood — a fast health & wellness tool. Log anything, find it later, export when needed.

Registry SourceRecently Updated
General

Better Genshin Impact

📦BetterGI · 更好的原神 - 自动拾取 | 自动剧情 | 全自动钓鱼(AI) | 全自动七圣召唤 | 自动伐木 | 自动刷本 | 自动采集/挖矿/锄地 | 一条龙 | 全连音游 - UI A better genshin impact, c#, auto-play-game, automatic, g...

Registry SourceRecently Updated
cro_skill | V50.AI