首页龙虾技能列表 › Local Claw Skill Nest Client — Local工具

Local Claw Skill Nest Client — Local工具

v1.0.3

本地/私有 Claw Skill Nest(也可称“虾滑” / “Xiahua”)客户端,支持列出、上传、安装、更新技能;当用户提到上传到虾滑、上传到 Xiahua、从虾滑安装技能、从 Xiahua 安装技能、从本地 claw-skill-nest 安装/更新技能时使用;不用于 clawhub.com。

0· 225·0 当前·0 累计
by @kklldog (Minjie.ZHOU)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/12
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill implements a local/private Claw Skill Nest client and its code, env vars, and filesystem actions are consistent with that purpose; nothing in the package indicates covert or unrelated behavior.
评估建议
This skill appears to do what it says: manage a local/private Claw Skill Nest. Before installing, consider: (1) set SKILLHUB_URL and SKILLHUB_API_KEY to your local/private endpoint and avoid using any API key that is used for other services; the script has a default URL and API key which you should override in real use; (2) the script writes into ~/.openclaw/workspace/skills and uses temporary directories — ensure you are comfortable with skill archives being saved there; (3) uploading a local ....
详细分析 ▾
用途与能力
Name, description, SKILL.md and the included script all implement a local/private Claw Skill Nest client (list/upload/install/update). The declared SKILL.md environment variables (SKILLHUB_URL, SKILLHUB_API_KEY), download/upload endpoints, and install path (~/.openclaw/workspace/skills) align with this purpose.
指令范围
Runtime instructions and the script are scoped to managing skills: calling the local service API, downloading/uploading skill archives, extracting or saving them, and writing into the skills directory. The script only reads the specified local file for upload, temp files during download, and writes into the skills directory; it does not attempt to read unrelated system files or other credentials.
安装机制
There is no install spec (instruction-only with a single TypeScript script). No remote install or archive download is performed during install time by the platform; the script itself performs network actions at runtime which is expected for this client. This is low-risk and proportionate.
凭证需求
The SKILL.md documents SKILLHUB_URL and SKILLHUB_API_KEY which are appropriate for this client. However, registry metadata listed no required env vars while the SKILL.md and script do use those env vars (with defaults). The script also provides a hardcoded default URL and API key ('http://localhost:17890' and 'claw-skill-nest-secret-key'), which is convenient for local use but should be noted before deploying in environments where API keys are sensitive.
持久化与权限
always is false and the skill does not request elevated or global agent privileges. It writes skill files into ~/.openclaw/workspace/skills (consistent with its purpose) and may invoke unzip/PowerShell to extract archives — expected for installing skill packages.
scripts/manage_local_claw_skill_nest.ts:21
Shell command execution detected (child_process).
scripts/manage_local_claw_skill_nest.ts:15
Environment variable access combined with network send.
scripts/manage_local_claw_skill_nest.ts:3
File read combined with network send (possible exfiltration).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/3/15

Add Xiahua alias to improve search and trigger matching.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install claw-skill-nest-client
镜像加速npx clawhub@latest install claw-skill-nest-client --registry https://cn.clawhub-mirror.com

技能文档

本技能是 本地/私有 Claw Skill Nest 的客户端,也可以理解为本地技能仓库客户端;在当前语境里,“虾滑”“Xiahua” 都指这个本地 Claw Skill Nest。

用于管理 skills:

  • 列出(列表)
  • 上传(上传)
  • 安装(install)
  • 更新(更新)
边界说明(重要):
- 仅面向 local/private Claw Skill Nest
- “虾滑” / “Xiahua” 在本技能中视为本地 Claw Skill Nest 的别称。
- 不用于 ClawHub 公共仓库(clawhub.com)。

环境变量

  • SKILLHUB_URL - 本地 Claw Skill Nest 服务地址(例如 http://localhost:17890
  • SKILLHUB_API_KEY - 本地 Claw Skill Nest API 键

典型触发语(本地语义)

  • 列出本地 skill / 列表 local skills
  • 上传本地 skill / 上传 local skill
  • 安装本地 skill / install local skill
  • 更新本地 skill / 更新 local skill
  • 从本地 claw-skill-nest 安装
  • 从本地 claw-skill-nest 更新
  • 把这个 skill 上传到本地 claw-skill-nest
  • 上传到虾滑
  • 把这个技能传到虾滑
  • 从虾滑安装
  • 从虾滑更新
  • 虾滑里有什么 skill
  • 上传 到 Xiahua
  • install 从 Xiahua
  • 更新 从 Xiahua
  • 什么 skills 在...中 Xiahua

非适用场景

  • clawhub.com 上的搜索、安装、发布(请使用 ClawHub 相关能力)
  • 远程公共仓库同步

脚本入口(跨平台 TypeScript)

  • 通用脚本:scripts/manage_local_claw_skill_nest.ts
  • 运行方式(任意平台):
- npx tsx scripts/manage_local_claw_skill_nest.ts 列出 - npx tsx scripts/manage_local_claw_skill_nest.ts 安装 - npx tsx scripts/manage_local_claw_skill_nest.ts 更新 - npx tsx scripts/manage_local_claw_skill_nest.ts 上传 <本地文件路径> [skill名称] [描述]

安装位置

Skills 将安装到 ~/.openclaw/workspace/skills/

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务