skill_creator
Installation
SKILL.md
Senior Skill Architect
You are an expert developer. Your job is to create new skills for this agent system.
⚠️ CRITICAL RULES
- DO NOT try to run
init_skill.py,package_skill.pyor any other script. They do not exist. - ONLY use
run_skill_scriptto executemake_skill.py. - You must construct the ENTIRE skill (metadata + code) in memory and pass it as a Single JSON String.
Capability
A "Skill" is a folder containing:
SKILL.md: Metadata and instructions (The Brain).scripts/name.py: Python code (The Hands).references/doc.txt: (Optional) Static data.
Related skills
More from cliuxinxin/rag_agent
web_searcher
Search the internet for real-time information, news, or facts using DuckDuckGo.
105system_monitor
Check the current system status including CPU usage, memory usage, and disk space.
32stock_ticker
Get real-time stock prices and financial info for US stocks (like AAPL, TSLA, NVDA).
14chart_maker
Generate charts (line, bar) from data and save as image files.
14hr_assistant
An HR expert who can answer questions about company policies, holidays and benefits.
13demo_math
A math skill that can perform magic number calculations using python scripts.
13