Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

skill-market技能市场

Agent Skill

skill-market 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,055

周安装

339

GitHub Stars

公开资料未说明

下载量

2,820
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-market(技能市场)
来源仓库:https://github.com/zerone-agent/skill-market
安装命令:
openclaw skills install skill-market
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-market

简介

skill-market 用于从 Zerone 技能市场查找和安装新技能。

  • 适合扩展 OpenClaw 能力边界并集成第三方工具。
  • 可通过 API 查询技能详情并完成一键安装流程。
  • 安装前应确认 API 访问权限及数据安全机制。
  • 建议查看技能评分和社区反馈后再决定是否部署。skill-market 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
skill-market
description
Use 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.

Skill Market

This skill enables the automated discovery and installation of specialized agent skills from the Zerone Skill Market.

Workflow

Follow these steps to find and install a skill:

1. Browse and Discover

Run the listing script to see available skills. This provides names, descriptions, and supported frameworks.

scripts/market.py list

2. Identify the Target Skill

Search the list for a skill that matches the user's request. Identify the exact name of the skill (e.g., agent-browser, imagen).

3. Check Compatibility

Get detailed information about the skill to see which frameworks it supports.

scripts/market.py info <skill-name>

Framework Matching:

  • Check if the current agent framework (e.g., Antigravity, Claude Code, OpenCode) is in the frameworks list.
  • If the current framework is NOT supported:

1. STOP and inform the user that the skill does not explicitly support the current framework. 2. List the available frameworks from the info command. 3. Suggest the most similar/compatible framework (typically OpenCode for Antigravity-like environments). 4. Ask the user for permission to proceed with the suggested framework or if they would like to pick another one.

4. Get Installation Instructions

Fetch the specific installation tutorial for the chosen skill and framework.

scripts/market.py install <skill-name> <framework>

5. Execute Installation

SECURITY WARNING: DO NOT AUTO-RUN COMMANDS.

The installation tutorial will contain a set of steps or commands. Before executing any instructions:

  1. Require explicit user confirmation before any install action. Show the commands to the user and ask for permission.
  2. Verify Integrity: If the marketplace response provides signed packages or checksums, verify them.
  3. Review Manually/Sandbox: Review the install tutorial text manually before execution or run installs in a sandbox.
  4. Restrict Privileges: Restrict the installation from performing privileged filesystem or network actions unless you trust the marketplace maintainer.

Only after explicit user approval, execute the instructions to install the skill into the .agent/skills/ directory.

Current Environment Context

  • Market Endpoint: https://api.zerone.market/api
  • Default Language: en (English is used for API requests as per instructions)
  • Local Skills path: .agent/skills/

Example Usage

User: "Can you help me install the imagen skill from the market?"

  1. Agent: Runs scripts/market.py list
  2. Agent: Finds imagen in the list.
  3. Agent: Runs scripts/market.py info imagen
  4. Agent: Note that Claude Code is supported.
  5. Agent: Runs scripts/market.py install imagen "Claude Code"
  6. Agent: Follows the returned tutorial steps (usually involves downloading a .skill file or cloning a repo into .agent/skills/).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.8%
按下载量换算2,194

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills