Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

zeroclawzeroclaw 搜索

Agent Skill

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

总安装

499

周安装

21

GitHub Stars

2

下载量

175
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/perseusmx/zeroclaw-skill --skill zeroclaw

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • zeroclaw 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

ZeroClaw Quick Reference

This skill was verified against the official ZeroClaw docs and GitHub tags on March 28, 2026. Current latest upstream release at verification time: v0.6.5 (released March 27, 2026).

ZeroClaw is a small Rust runtime for autonomous AI assistants with swappable providers, tools, memory, channels, and peripherals.

Core characteristics:

  • Single binary workflow with fast startup and low memory footprint
  • Config file: ~/.zeroclaw/config.toml
  • Workspace marker: ~/.zeroclaw/active_workspace.toml
  • Workspace data: ~/.zeroclaw/workspace/
  • Auth profiles: ~/.zeroclaw/auth-profiles.json

Installation

Install

# Homebrew (macOS/Linux)
brew install zeroclaw

# Clone + bootstrap
git clone https://github.com/zeroclaw-labs/zeroclaw.git
cd zeroclaw && ./bootstrap.sh

# Cargo
cargo install zeroclaw

Update

# Preferred when installed via Homebrew
brew upgrade zeroclaw

# Built-in updater
zeroclaw update --check
zeroclaw update
zeroclaw update --instructions

Onboarding

ZEROCLAW_API_KEY="..." zeroclaw onboard --provider openrouter
zeroclaw onboard --interactive
zeroclaw onboard --channels-only
zeroclaw onboard --force

Notes:

  • Interactive onboarding now supports full overwrite or provider-only updates.
  • Existing configs are preserved unless you explicitly force replacement.
  • OpenClaw migration is merge-first.

Essential Commands

Daily Use

  • zeroclaw agent - Interactive chat
  • zeroclaw agent -m "message" - Single-message mode
  • zeroclaw daemon - Start the supervised runtime
  • zeroclaw gateway - Start the webhook/WhatsApp gateway

Diagnostics

  • zeroclaw status - Current config and system summary
  • zeroclaw doctor - Run diagnostics
  • zeroclaw doctor models --provider <id> - Provider/model checks
  • zeroclaw doctor traces --limit 20 - Runtime trace inspection

Providers and Models

  • zeroclaw providers - List providers and aliases
  • zeroclaw providers-quota - Show quota and health
  • zeroclaw models refresh - Refresh model catalogs
  • zeroclaw models refresh --provider <id> - Refresh one provider

Config and Control

  • zeroclaw config show - Print effective config with masked secrets
  • zeroclaw config get <dot.path> - Read one value
  • zeroclaw config set <dot.path> <value> - Persist one value
  • zeroclaw config schema - Print JSON Schema
  • zeroclaw estop - Engage emergency stop
  • zeroclaw estop status|resume - Inspect or resume E-Stop

Channels and Skills

  • zeroclaw channel list|start|doctor - Channel operations
  • zeroclaw skills list|install|audit|remove - Skill management

Services, Scheduling, Hardware

  • zeroclaw service install|start|stop|restart|status|uninstall
  • zeroclaw cron list|add|add-at|add-every|once|remove
  • zeroclaw hardware discover|introspect <port>
  • zeroclaw peripheral list|add <name> <port>|flash

Other

  • zeroclaw security update-guard-corpus - Refresh security guard corpus
  • zeroclaw integrations info <name> - Inspect integration details
  • zeroclaw migrate openclaw [--dry-run] - Import from OpenClaw
  • zeroclaw completions bash|fish|zsh|powershell|elvish

Providers Overview

The current upstream provider reference documents a broad mixed catalog of hosted, local, and OAuth-backed providers.

Common provider IDs:

  • Hosted: openrouter, anthropic, openai, gemini, groq, mistral, deepseek, xai, cohere, perplexity, fireworks, novita, vercel, cloudflare, nvidia
  • Regional/specialized: qwen, doubao, qianfan, glm, zai, minimax, moonshot, stepfun, hunyuan, siliconflow
  • Local/server: ollama, lmstudio, llamacpp, sglang, vllm, osaurus
  • Other integrations: cursor, copilot, bedrock, synthetic, opencode

Credential resolution order:

  1. Explicit credential from config or CLI
  2. Provider-specific environment variable
  3. Fallback ZEROCLAW_API_KEY
  4. Fallback API_KEY

Quick custom provider setup:

default_provider = "custom:https://your-api.example.com"
default_model = "your-model-id"

See full catalog and notes: PROVIDERS.md


Channels Overview

The current upstream channels reference documents these active channel surfaces:

  • cli
  • telegram, discord, slack, mattermost
  • matrix, signal, whatsapp, wati
  • webhook, email, irc
  • lark, feishu, dingtalk
  • qq, napcat, linq
  • imessage, nextcloud_talk, nostr
  • acp

Runtime chat commands on supported channels:

  • /models, /models <provider>
  • /model, /model <model-id>
  • /new
  • /approve-request, /approve-confirm, /approve-allow, /approve-deny, /approve-pending, /approve, /unapprove, /approvals

See detailed setup: CHANNELS.md


Configuration Overview

Config resolution at startup:

  1. ZEROCLAW_WORKSPACE
  2. ~/.zeroclaw/active_workspace.toml
  3. Default ~/.zeroclaw/config.toml

Basic provider setup:

default_provider = "openrouter"
default_model = "anthropic/claude-sonnet-4-6"
default_temperature = 0.7

Autonomy levels:

LevelDescription
supervisedApproval for all risky actions; highest restriction
assistedAllowlisted commands with moderated automation
fullNo approval gating; trusted machines only
[autonomy]
level = "supervised"
workspace_only = true
allowed_commands = ["git", "npm", "cargo", "ls", "cat"]
max_actions_per_hour = 20
max_cost_per_day_cents = 500

Useful sections to know:

  • [model_providers.<name>] - Named provider profiles and custom endpoints
  • [observability] - OTel/log tracing and runtime traces
  • [gateway] - Pairing and bind controls
  • [security.estop] - Emergency-stop behavior
  • [skills] - Skill install policy and trusted roots

See config reference: CONFIG.md See security guidance: SECURITY.md


Troubleshooting

Quick Checks

zeroclaw --version
zeroclaw status
zeroclaw doctor
zeroclaw doctor traces --limit 20
zeroclaw channel doctor

Common Issues

ProblemWhat to check
Provider requests failAPI key source, provider ID, zeroclaw providers, zeroclaw models refresh --provider <id>
Channel connected but silentCorrect allowlist field, bot membership, callback reachability for webhook channels
Config changes ignoredzeroclaw config show, workspace resolution, channel/daemon restart if needed
Updates unclearzeroclaw update --instructions and zeroclaw --version
Runtime acting too freely[autonomy] level, allowlists, zeroclaw estop status

Log Capture

RUST_LOG=info zeroclaw daemon 2>&1 | tee /tmp/zeroclaw.log
rg -n "error|warn|channel|provider|estop" /tmp/zeroclaw.log

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

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

平台分布

Codex

38.33%
按下载量换算67

Claude

29.26%
按下载量换算51

Cursor

19.88%
按下载量换算35

Gemini CLI

10.51%
按下载量换算18

安全审计

Gen Agent Trust Hub

未通过

Socket

可疑

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills