Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
custom-skills
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazy-template
custom-skills
Commits
aadeb10c
Commit
aadeb10c
authored
Mar 19, 2026
by
yuxiaodi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
20a64954
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app.py
app.py
+1
-1
No files found.
app.py
View file @
aadeb10c
...
@@ -15,7 +15,7 @@ SKILLS_DIR = BASE_DIR / "skills"
...
@@ -15,7 +15,7 @@ SKILLS_DIR = BASE_DIR / "skills"
def
_build_welcome_message
(
download_url
:
str
)
->
str
:
def
_build_welcome_message
(
download_url
:
str
)
->
str
:
return
(
return
(
"欢迎来到 Eazybot 智能体技能开发模板。"
"欢迎来到 Eazybot 智能体技能开发模板。"
"
请
在 IDE 中的 `skills/` 目录下开发您的自定义技能;开发完成后,使用 `make skill` 命令打包。"
"
您可以在IDE的对话框中描述你想开发的技能内容,让卓易coder帮您开发,当然您也可以自己
在 IDE 中的 `skills/` 目录下开发您的自定义技能;开发完成后,使用 `make skill` 命令打包。"
"部署后,你可以访问:"
"部署后,你可以访问:"
f
"{download_url}"
f
"{download_url}"
"下载打包好的 `.skill` 压缩包;也可以直接把该链接交给 Eazybot,让其自行安装技能。"
"下载打包好的 `.skill` 压缩包;也可以直接把该链接交给 Eazybot,让其自行安装技能。"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment