{"skill":{"slug":"risk-skill","displayName":"risk-skill","summary":"Assesses market, credit, and operational risks; evaluates financial, reputational, and operational impacts; and provides targeted risk management recommendat...","description":"# Chief Risk Officer Agent Skill\n\n## Skill Overview\n\nThis is an AI Agent skill designed for Chief Risk Officers, helping enterprises identify, assess, and manage various types of risks.\n\n## Features\n\n### Core Functions\n\n1. **Risk Assessment**\n   - Supports multiple risk types: market risk, credit risk, operational risk, etc.\n   - Conducts comprehensive assessment based on company information and risk factors\n   - Generates risk levels and risk scores\n\n2. **Impact Analysis**\n   - Evaluates the impact of risks on finance, reputation, and operations\n   - Provides quantitative risk impact scope\n\n3. **Recommendation Generation**\n   - Generates targeted response recommendations based on risk levels\n   - Supports handling plans for high, medium, and low risk levels\n\n## Usage\n\n### Input Parameters\n\n```python\n{\n    \"risk_type\": \"market risk\",  # Risk type\n    \"company_info\": {\n        \"name\": \"Test Company\",\n        \"industry\": \"Finance\",\n        \"size\": \"Large\"\n    },\n    \"risk_factors\": [\"Interest rate fluctuations\", \"Exchange rate risk\", \"Competitor actions\"]\n}\n```\n\n### Output Results\n\n```python\n{\n    \"status\": \"success\",\n    \"risk_type\": \"market risk\",\n    \"assessment\": {\n        \"risk_level\": \"high\",\n        \"risk_score\": 85,\n        \"identified_risks\": [\"Interest rate fluctuations\", \"Exchange rate risk\", \"Competitor actions\"],\n        \"impact_analysis\": {\n            \"financial\": \"May cause 10-20% revenue loss\",\n            \"reputational\": \"May affect corporate brand image\",\n            \"operational\": \"May cause business interruption\"\n        }\n    },\n    \"recommendations\": [\n        \"Immediately activate emergency response plan\",\n        \"Establish risk monitoring indicators\",\n        \"Conduct regular stress tests\",\n        \"Seek professional consulting services\"\n    ]\n}\n```\n\n## Technical Specifications\n\n- **Language**: Python 3.8+\n- **Dependencies**: No external dependencies\n- **Version**: 1.0.0\n- **Author**: AI Agent\n\n## Deployment\n\n### Local Usage\n\n```python\nfrom cro_skill import ChiefRiskOfficerSkill\n\n# Create skill instance\ncro_skill = ChiefRiskOfficerSkill()\n\n# Execute risk assessment\nresult = cro_skill.execute({\n    \"risk_type\": \"market risk\",\n    \"company_info\": {\n        \"name\": \"Test Company\",\n        \"industry\": \"Finance\",\n        \"size\": \"Large\"\n    },\n    \"risk_factors\": [\"Interest rate fluctuations\", \"Exchange rate risk\", \"Competitor actions\"]\n})\n\nprint(result)\n```\n\n### ClawHub Publishing\n\n```bash\n# Login to ClawHub\nnpx clawhub login\n\n# Publish skill\nnpx clawhub publish . --name \"Chief Risk Officer\" --version \"1.0.0\" --tags \"risk,management,compliance,monitoring\"\n```\n\n## Application Scenarios\n\n- Daily risk assessment for enterprise risk management departments\n- Risk analysis before investment decisions\n- Risk identification during compliance audits\n- Business continuity planning\n\n## Version History\n\n- **1.0.0** (2026-03-13): Initial version, implementing core risk assessment functionality","tags":{"latest":"1.0.1"},"stats":{"comments":1,"downloads":585,"installsAllTime":21,"installsCurrent":0,"stars":1,"versions":1},"createdAt":1773393603660,"updatedAt":1778491880948},"latestVersion":{"version":"1.0.1","createdAt":1773393603660,"changelog":"- Improved documentation with a new SKILL.md providing detailed feature descriptions, usage examples, and application scenarios.\n- Clarified core functions: risk assessment, impact analysis, and recommendation generation.\n- Added input/output structure and sample code for local usage and ClawHub publishing.\n- Included version history and technical specifications for easier reference.","license":"MIT-0"},"metadata":null,"owner":{"handle":"wen-si","userId":"s17a9mh3rt3fzvqn06n6wfbz0188513v","displayName":"Wen-Si","image":"https://avatars.githubusercontent.com/u/102722251?v=4"},"moderation":null}