Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt

Use this file to discover all available pages before exploring further.

Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. For more information, please refer to the Agent Skills.
You can use Modellix Skill to accelerate your application development. Run the following command in your project to install Modellix Skill.

from Github

General
npx skills add https://github.com/Modellix/modellix-skill/tree/main/modellix-skill

from SKILLS.sh

npx skills add https://github.com/modellix/modellix-skill --skill modellix
Update Skills:
npx skills update

from 🦞 ClawHub

You can also install Modellix Skill from ClawHub 🦞:
openclaw skills install modellix
Install with prompt:
Install the skill "Modellix" (modellix/modellix) from ClawHub.
Skill page: https://clawhub.ai/modellix/modellix
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.
Update Skills:
openclaw skills update --all
Once added, your Coding Agent will automatically use Modellix Skill to assist you with development tasks.