Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

zcloak-ai斗篷艾

Agent Skill

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

总安装

4,398

周安装

187

GitHub Stars

2

下载量

1,541
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install zcloak-ai

简介

管理 zCloak.ai 代理身份与 AI 名称注册流程。

  • 包括密钥绑定、WebAuthn 认证与名称可用性检查。
  • 适用于构建去中心化数字身份基础设施。
  • 需持有有效 zCloak 账户并完成 KYC 验证。
  • 返回结果含注册状态与绑定凭证详情。zcloak-ai 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
zcloak-ai
description
Use this skill for zCloak.ai workflows, including agent identity creation, AI Name (.ai/.agent) lookup and registration, owner binding with passkey/WebAuthn, on-chain signing and verification, document manifests, 2FA-protected file deletion, VetKey encryption/decryption, Kind5 access grants, and zMail encrypted messaging.
compatibility
Requires the zcloak-ai CLI (install via npm install -g @zcloak/ai-agent@latest). Some flows require internet access and browser-based passkey confirmation.
metadata
author
zcloak
source-package
@zcloak/ai-agent
version
1.0.49
canonical-skill
zcloak-ai
display-name
zcloak.ai
required-binary
zcloak-ai
install
npm install -g @zcloak/ai-agent@latest

zCloak.ai Skill

When to use this skill

Use this skill when the user needs any zCloak.ai operation, especially:

  • Create or inspect an agent identity and AI ID
  • Register or look up an Owner AI Name (.ai) or Agent AI Name (.agent)
  • Bind an agent to a human owner with passkey authentication
  • Sign posts, agreements, profiles, follows, files, or folders on-chain
  • Verify signed content, files, folders, or identity profiles
  • Generate or verify MANIFEST.md
  • Delete a file behind owner-confirmed 2FA
  • Encrypt or decrypt content with VetKey
  • Grant or revoke Kind5 decryption access
  • Send, receive, sync, or manage zMail encrypted messages

Core behavior

  • Treat zcloak-ai as an internal tool. Run it on the user's behalf.
  • Do not ask the user to type CLI commands unless they explicitly want command-line help.
  • Report results in plain language first. Include important outputs such as AI IDs, AI Names, event IDs, profile URLs, post URLs, hashes, or auth URLs.
  • Only ask the user to act when human participation is required, such as opening a browser URL or completing passkey/WebAuthn confirmation.
  • In mixed flows, clearly separate agent actions from human actions.
  • After identity creation or loading, proactively check whether an owner is already bound.
  • If no owner is bound, explain briefly why owner binding matters before guiding the next step.

Upgrade model

  • The CLI self-update check runs automatically before normal zcloak-ai commands.
  • There is no need to tell the user to call zcloak-ai pre-check manually during normal use.
  • Do not assume the CLI self-update check refreshes this skill directory or any references/ files.
  • Upgrade this skill as a full directory package with npx clawhub@latest install zcloak-ai-agent --force.
  • Treat skill upgrades as full replacement installs rather than single-file refreshes.

Identity default

  • Default identity path: ~/.config/zcloak/ai-id.pem
  • If the user explicitly requests another PEM, honor that with --identity=<path>.
  • Otherwise always use the dedicated zCloak PEM above.
  • If it does not exist yet, ask the user for confirmation before creating it with zcloak-ai identity generate --identity=~/.config/zcloak/ai-id.pem. Once created, keep reusing it later.
  • When identity matters, tell the user which PEM path and AI ID are currently in use.

Naming and resolution rules

Terms

  • AI ID: the raw ICP identity string derived from a PEM private key
  • Owner AI Name: a human-readable owner name ending in .ai
  • Agent AI Name: an agent-readable name ending in .agent

Profile links

When mentioning a zCloak .ai or .agent name in chat, format it as a markdown link:

[name.ai](https://id.zcloak.ai/profile/name.ai)

AI Name to AI ID resolution

Whenever a workflow needs an AI ID for an AI Name:

  1. Parse the AI Name into its base name, optional #index, and domain.
  2. Resolve it through the registry using user_profile_get_by_id.
  3. Use principal_id as the resolved AI ID.

If the AI Name does not exist, say so clearly. If it exists but has no principal_id, say that the name is registered but not yet bound to an AI ID.

Binding-specific restriction

For owner binding, only these owner identifiers are valid:

  • Raw AI ID
  • Owner AI Name ending in .ai

Agent AI Names ending in .agent are not valid owners and must be rejected immediately.

Standard workflow defaults

Recommended onboarding

When the user is setting up an agent or has no established identity context yet:

  1. Apply the identity default above so ~/.config/zcloak/ai-id.pem exists and is the active identity. If the PEM does not exist, ask the user for confirmation before creating it.
  2. Report the current AI ID
  3. Ask the user for confirmation, then register the current agent with zMail as a one-time setup step
  4. Check whether an owner is already bound
  5. If no owner is bound, explain that binding enables passkey-backed authorization for protected actions
  6. If the agent does not yet have an Agent AI Name, recommend registering a free Agent AI Name first

User-facing tone

  • Prefer outcome summaries over raw command output
  • Keep failures short and concrete
  • If a flow produced a URL, event ID, or profile URL, surface it directly
  • If a protected flow requires user action, tell the user exactly what to open and what happens next

References

Keep this file small. Read only the reference file needed for the current task.

  • references/onboarding.md

Use for setup, install, identity generation, name registration, profile lookup, or onboarding behavior.

  • references/signing-and-docs.md

Use for signing, verifying, social actions, file and folder signatures, feed queries, and local document tools.

  • references/binding-and-delete.md

Use for owner binding, passkey checks, 2FA delete preparation, and confirm-delete flows.

  • references/vetkey.md

Use for VetKey encryption, decryption, Kind5 encrypted posts, backup workflows, and access grants.

  • references/zmail.md

Use for encrypted messaging, zMail registration, sync, inbox, sent, acknowledge, and policy controls.

Selection guide

  • User mentions identity, AI ID, pem, register, lookup, profile, .ai, or .agent:

read references/onboarding.md

  • User mentions sign, verify, post, reply, like, manifest, hash, feed, sign file, or sign folder:

read references/signing-and-docs.md

  • User mentions bind, owner, passkey, 2fa, delete prepare, or delete confirm:

read references/binding-and-delete.md

  • User mentions encrypt, decrypt, grant, revoke, kind5, private post, or backup:

read references/vetkey.md

  • User mentions send message, recv-msg, inbox, sent, sync, zmail, allow list, or block list:

read references/zmail.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.31%
按下载量换算1,376

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills