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

clawstoreclawstore 搜索

Agent Skill

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

总安装

2,893

周安装

123

GitHub Stars

公开资料未说明

下载量

1,014
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install clawstore

简介

从 Clawstore 注册表搜索、安装和发布 OpenClaw 代理程序包。当用户想要查找代理、安装代理或发布自己的代理时使用。

SKILL.md

name
clawstore
description
Search, install, and publish OpenClaw agent packages from the Clawstore registry. Use when the user wants to find agents, install them, or publish their own.
user-invocable
true
argument-hint
[search query or command]

Clawstore is the package manager for OpenClaw agents. Use the clawstore CLI to search, install, and publish agent packages from the registry at useclawstore.com.

Prerequisites

The CLI must be installed globally:

npm install -g clawstore

Verify with clawstore --version.

When to use this skill

  • User asks to find, discover, or browse AI agents → use search
  • User asks to install or add an agent → use install
  • User asks to publish or share their agent → use publish flow
  • User asks what agents they have → use list
  • User asks to update agents → use update
  • User asks to create a new agent package → use init

Commands

Search for agents

clawstore search "productivity"
clawstore search "code review"

Returns a list of matching agents with scope, name, and description.

Get agent details

clawstore info @scope/agent-name

Shows the full description, version, download count, rating, and category.

Install an agent

# Latest version
clawstore install @scope/agent-name

# Specific version
clawstore install @scope/agent-name@1.2.0

Downloads the agent package and sets it up in the local OpenClaw workspace.

List installed agents

clawstore list

Shows all locally installed agents with their versions and update policies.

Check for updates

clawstore update

Checks the registry for newer versions of installed agents.

Authenticate

clawstore login

Opens a browser-based GitHub OAuth flow. Required before publishing.

Create a new agent package

clawstore init

Scaffolds agent.json and the recommended directory structure:

my-agent/
├── agent.json          # Package manifest
├── app/
│   ├── IDENTITY.md     # Agent persona
│   ├── AGENTS.md       # Capabilities
│   ├── SOUL.md         # Personality
│   └── knowledge/      # Reference files
└── store/
    ├── icon.png        # Store icon (256x256 PNG)
    └── screenshots/    # Store listing images

Validate a package

clawstore validate

Checks that agent.json is valid and the package structure is correct. Always run before publishing.

Preview a tarball

clawstore pack

Builds the tarball without publishing. Useful for inspecting what will be uploaded.

Publish

clawstore publish
# or from a specific directory
clawstore publish ./path/to/agent

Uploads the agent package to the Clawstore registry. Requires clawstore login first.

Yank a version

clawstore yank @scope/agent-name@1.0.0 --reason "critical bug"

Marks a published version as yanked. It won't be installed by default but remains downloadable for existing users.

Guidance

  • Search first: Before recommending an agent, search to see what's available.
  • Check info: Use clawstore info to verify an agent's quality (downloads, rating) before installing.
  • Validate before publish: Always run clawstore validate before clawstore publish to catch issues early.
  • Use init for new packages: Don't hand-write agent.json — use clawstore init to get the correct structure.
  • Login once: Authentication persists across sessions. Only run clawstore login if the user hasn't authenticated yet.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.6%
按下载量换算878

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills