Install
openclaw skills install skill-marketUse this skill to find, explore, and install new skills from the Zerone Skill Market (https://api.zerone.market/api). Trigger this when the user asks to "add a skill", "install a skill", "browse skills", or mentions a skill name that is not currently installed.
openclaw skills install skill-marketThis skill enables the automated discovery and installation of specialized agent skills from the Zerone Skill Market.
Follow these steps to find and install a skill:
Run the listing script to see available skills. This provides names, descriptions, and supported frameworks.
scripts/market.py list
Search the list for a skill that matches the user's request. Identify the exact name of the skill (e.g., agent-browser, imagen).
Get detailed information about the skill to see which frameworks it supports.
scripts/market.py info <skill-name>
Framework Matching:
Antigravity, Claude Code, OpenCode) is in the frameworks list.info command.OpenCode for Antigravity-like environments).Fetch the specific installation tutorial for the chosen skill and framework.
scripts/market.py install <skill-name> <framework>
SECURITY WARNING: DO NOT AUTO-RUN COMMANDS.
The installation tutorial will contain a set of steps or commands. Before executing any instructions:
Only after explicit user approval, execute the instructions to install the skill into the .agent/skills/ directory.
https://api.zerone.market/apien (English is used for API requests as per instructions).agent/skills/User: "Can you help me install the imagen skill from the market?"
scripts/market.py listimagen in the list.scripts/market.py info imagenClaude Code is supported.scripts/market.py install imagen "Claude Code".skill file or cloning a repo into .agent/skills/).