← 返回 Skills 市场
wen-si

cro_skill

作者 Wen-Si · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
244
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install croskill
功能描述
为企业提供市场、信用和操作等多类型风险评估、影响分析及应对建议的首席风险官智能辅助工具。
使用说明 (SKILL.md)

首席风险官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): 初始版本,实现核心风险评估功能
安全使用建议
This package appears self-contained and matches its documentation, but note the source is "unknown". Before installing or using in production: (1) review the Python file yourself or run it in a sandbox with non-sensitive sample data, (2) avoid passing any secrets or real credentials into the skill, and (3) prefer skills from known publishers or require provenance if you will use it on real company data. If you need networked risk checks or integrations, verify any added code that would contact external services.
功能分析
Type: OpenClaw Skill Name: croskill Version: 1.0.0 The skill bundle provides a mock implementation of a 'Chief Risk Officer' tool for risk assessment. The Python code (cro_skill.py) contains only static logic and hardcoded responses based on input types, with no network access, file system interaction, or use of dangerous functions. The documentation (SKILL.md) and configuration files (clawhub.json, _meta.json) are consistent with the stated purpose and contain no malicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
The name/description, SKILL.md, clawhub.json, and cro_skill.py all describe a risk-assessment helper and the required inputs/outputs match that purpose. There are no unrelated dependencies or claimed capabilities (e.g., cloud deployment, external APIs) that would require additional credentials.
Instruction Scope
SKILL.md instructs using the provided Python class and includes example inputs/outputs; it does not direct the agent to read unrelated files, access environment secrets, or transmit data to external endpoints. The runtime instructions stay within the stated purpose.
Install Mechanism
There is no install spec (the package is effectively instruction + a local Python file). No downloads, package installs, or archive extraction are specified, which keeps installation risk low.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not read environment variables or access system services; requested access is proportional to a local analysis helper.
Persistence & Privilege
The skill does not set always:true and does not request to modify other skills or system settings. It is a normal, invokable skill with no elevated persistence or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install croskill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /croskill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
finance
元数据
Slug croskill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

cro_skill 是什么?

为企业提供市场、信用和操作等多类型风险评估、影响分析及应对建议的首席风险官智能辅助工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。

如何安装 cro_skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install croskill」即可一键安装,无需额外配置。

cro_skill 是免费的吗?

是的,cro_skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

cro_skill 支持哪些平台?

cro_skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 cro_skill?

由 Wen-Si(@wen-si)开发并维护,当前版本 v1.0.0。

💬 留言讨论