π¦ ClawHub
Aliyun Modelstudio Crawl And Skill
by @cinience
Use when refreshing the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills mu...
βοΈ Configuration
npx)π Tips & Best Practices
README.md, README.en.md, and README.zh-TW.md if skills list changed.π Constraints
mkdir -p output/aliyun-modelstudio-crawl-and-skill
for f in skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-modelstudio-crawl-and-skill/validate.txt
Pass criteria: command exits 0 and output/aliyun-modelstudio-crawl-and-skill/validate.txt is generated.
TERMINAL
clawhub install aliyun-modelstudio-crawl-and-skill