Loading...
Loading...
The Meta-Skill. Use this to create NEW skills (tools) for the agent.
npx skill4agent add cliuxinxin/rag_agent skill_creatorinit_skill.pypackage_skill.pyrun_skill_scriptmake_skill.pySKILL.mdscripts/name.pyreferences/doc.txtpassword_gensys.argvprintinput()SKILL.mdmake_skill.py{
"folder_name": "target_folder_name",
"files": [
{
"path": "SKILL.md",
"content": "---\nname: ...\n---\n..."
},
{
"path": "scripts/my_script.py",
"content": "import sys\n..."
}
]
}