volcengine-skill
来自 Lychee-AI-Team 的 Volcengine-Skill。
火山引擎
技能
GitHub
豆包
即梦
Python
⭐ 0⬇️ 0🏷️ main📦 2
volcengine-skill-main.zip
105.7 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:volcengine-skill-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .sisyphus │ └── plans │ └── volcengine-skill-implementation.md ├── docs │ ├── plans │ │ └── 2026-03-03-volcengine-universal-skill-design.md │ ├── INSTALLATION.md │ ├── MIGRATION_GUIDE.md │ ├── QUickstart.md │ ├── RELEASE.md │ ├── examples.md │ └── troubleshooting.md ├── examples │ └── quickstart.py ├── scripts │ ├── configure.sh │ ├── help.sh │ ├── smoke_e2e.py │ └── verify_install.sh ├── tests │ ├── full_feature_test.py │ └── integration_test.py ├── volcengine-api │ ├── models │ │ └── validation_result.py │ ├── tests │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── test_base.py │ │ │ ├── test_task.py │ │ │ └── test_validation.py │ │ ├── __init__.py │ │ ├── test_api_client.py │ │ ├── test_config.py │ │ ├── test_error_handler.py │ │ ├── test_file_utils.py │ │ ├── test_formatters.py │ │ ├── test_guide_generator.py │ │ ├── test_model_list.py │ │ ├── test_retry.py │ │ ├── test_smoke_e2e.py │ │ ├── test_state_manager.py │ │ ├── test_task_manager.py │ │ └── test_validator.py │ ├── toolkit │ │ ├── models │ │ │ ├── __init__.py │ │ │ ├── base.py │ │ │ ├── task.py │ │ │ └── validation.py │ │ ├── utils │ │ │ ├── __init__.py │ │ │ ├── file_utils.py │ │ │ ├── formatters.py │ │ │ └── retry.py │ │ ├── __init__.py │ │ ├── api_client.py │ │ ├── config.py │ │ ├── error_handler.py │ │ ├── guide_generator.py │ │ ├── model_list.py │ │ ├── smart_helper.py │ │ ├── smoke_e2e.py │ │ ├── state_manager.py │ │ ├── task_manager.py │ │ ├── task_query.py │ │ └── validator.py │ ├── SKILL.md │ └── requirements.txt ├── .dockerignore ├── .env.example ├── .gitignore ├── Dockerfile ├── README.md ├── README_CN.md ├── docker-compose.yml ├── install.sh └── skill.yaml
元数据
Slug: volcengine-skill
作者: Lychee-AI-Team
协议: 未声明
包大小: 105.7 KB
SHA256: 5a17460ecbae949e2c47831369a1d245e1b33ca75934656df3b5ba83232d090b