qwen_agent/skills/bot-self-modifier/skill.yaml
2026-03-17 13:43:26 +08:00

35 lines
798 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: bot-self-modifier
version: 1.0.0
description: Bot 自修改技能,允许 bot 通过 API 读取和修改自身配置系统提示词、MCP服务器、技能、环境变量
author:
name: sparticle
email: support@gbase.ai
license: MIT
tags:
- bot-management
- self-modifier
- configuration
runtime:
python: ">=3.7"
dependencies: []
entry_point: scripts/bot_modifier.py
env:
MASTERKEY:
type: string
required: true
description: Master Key for API authentication
BOT_MODIFIER_API_BASE:
type: string
required: false
default: http://localhost:8001
description: API server base URL
config:
bot_id:
type: string
required: true
description: Target Bot ID
action:
type: string
required: true
description: Action to perform