← Back to Skills Marketplace
244
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install croskill
Description
为企业提供市场、信用和操作等多类型风险评估、影响分析及应对建议的首席风险官智能辅助工具。
README (SKILL.md)
首席风险官Agent技能
技能概述
这是一个专为AI Agent设计的首席风险官技能,帮助企业识别、评估和管理各类风险。
功能特性
核心功能
-
风险评估
- 支持多种风险类型:市场风险、信用风险、操作风险等
- 基于企业信息和风险因素进行综合评估
- 生成风险等级和风险评分
-
影响分析
- 评估风险对财务、声誉和运营的影响
- 提供量化的风险影响范围
-
建议生成
- 根据风险等级生成针对性的应对建议
- 支持高、中、低不同风险级别的处理方案
使用方法
输入参数
{
"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): 初始版本,实现核心风险评估功能
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install croskill - After installation, invoke the skill by name or use
/croskill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
finance
Metadata
Frequently Asked Questions
What is cro_skill?
为企业提供市场、信用和操作等多类型风险评估、影响分析及应对建议的首席风险官智能辅助工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 244 downloads so far.
How do I install cro_skill?
Run "/install croskill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cro_skill free?
Yes, cro_skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does cro_skill support?
cro_skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cro_skill?
It is built and maintained by Wen-Si (@wen-si); the current version is v1.0.0.
More Skills