CLI tool for managing OpenDeRisk Skills
Project description
Derisk_Skills
DeRisk-Skills are community-Powered AIOps Skills for OpenDerisk.
Key features
- A Group of Toolkit to build AIOps skills
- MCP support
- Agent Skills support
Quick Start
Derisk-skills is published as a Python package on PyPI. we highly recommend installing it with uv. If you have not installed uv yet, please follow the instructions here to install it first.
Installation
Once uv is installed, you can install derisk-skills with:
uv tool install derisk-skills
Usage
Run derisk-cli command in the directory you want to work on, derisk-cli --help
Skills
We use Skills to organize the resources needed by the Agent. The resources included in Skills are as follows:
- MCP Server
- Tools/Scripts
- Knowledge
- Datasets For eval
Content Schema
In OpenDerisk Skills, we use the SPEC specification based on markdown text for skill organization and description, and strictly adhere to the Agent Skills specification published by Anthropics through relevant specifications. Based on domain considerations, we have made certain extensions.
File Structure
skills/
├── logskill/
│ ├── SKILL.md
│ ├── KNOWLEDGE.md
│ ├── tools/
│ │ └── INDEX.md
│ │ ├── __init__.py
│ │ └── logutil.py
│ │ └── analysis.py
│ ├── knowledge/
│ │ └── deepwiki.md
│ │ └── error_code.md
├── README.md
Content Format
Acknowledgement
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file derisk_skills-0.1.0.tar.gz.
File metadata
- Download URL: derisk_skills-0.1.0.tar.gz
- Upload date:
- Size: 313.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
793f8620529736127e22fbc6057e6ba7335ccbb554f393c44747e9eaeada4735
|
|
| MD5 |
40b67a3578cf5b7bb27e648375012151
|
|
| BLAKE2b-256 |
ff1810733f7468c0f382a363b9b898835b9fbbf8d303f76d91f3bca223763f3f
|
File details
Details for the file derisk_skills-0.1.0-py3-none-any.whl.
File metadata
- Download URL: derisk_skills-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
635ab7dcb2cd8f61e0fbe33c1d52898f073ee9c1dd3f615b81a438f29f46454d
|
|
| MD5 |
870eb412b148dc89784248876bc6b7d5
|
|
| BLAKE2b-256 |
ac8c55704ba2270a559538a1ba50c8df772d4ecb1737df0ac0919af519406021
|