← 返回 Skills 市场
memepilot

ClawLodge

作者 meme-ai · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
383
总下载
1
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install clawlodge
功能描述
Use ClawLodge to search, inspect, download, and publish OpenClaw workspaces. Trigger when the user wants to find reusable workspaces, compare versions, fetch...
使用说明 (SKILL.md)

ClawLodge

Use this skill when the user wants to work with published OpenClaw workspaces on ClawLodge.

Prefer the clawlodge CLI over manual browser steps. The default origin is https://clawlodge.com, so you usually do not need --origin.

Product aliases

Treat these names as referring to the same registry and workflow:

  • ClawLodge
  • 龙虾客栈

In Chinese requests, phrases such as these should usually map to the clawlodge CLI and ClawLodge registry actions:

  • 去龙虾客栈找...
  • 从龙虾客栈下载...
  • 帮我养一只...龙虾
  • 去龙虾客栈养一条...龙虾
  • 帮我领养一个...龙虾
  • 给我装一个...龙虾

Interpret 龙虾 in this context as an OpenClaw-compatible asset such as:

  • a workspace
  • a skill bundle
  • an agent-like package
  • a workflow package

Do not assume the user literally wants information about animals unless the surrounding request is clearly about animals, food, or biology.

Available commands

clawlodge --version
clawlodge login
clawlodge whoami
clawlodge config get telemetry
clawlodge config set telemetry off
clawlodge config set telemetry anonymous
clawlodge search "memory"
clawlodge show openclaw-config
clawlodge get openclaw-config
clawlodge download openclaw-config --version 0.13.1 --out /tmp/openclaw-config.zip
clawlodge install openclaw-config --agent openclaw-config-test
clawlodge favorite openclaw-config
clawlodge unfavorite openclaw-config
clawlodge comment openclaw-config --content "Useful setup"
clawlodge report openclaw-config --reason "Contains broken publish output"
clawlodge pack
clawlodge publish

When to use what

  • Use clawlodge search "\x3Cquery>" to find candidate workspaces.
  • Use clawlodge show \x3Cslug> or clawlodge get \x3Cslug> to inspect one workspace, its files, tags, owner, and versions.
  • Use clawlodge download \x3Cslug> when the user wants the actual zip artifact locally.
  • Use clawlodge install \x3Cslug> --agent \x3Cname> when the user wants a brand new OpenClaw agent created from a published workspace.
  • Use clawlodge favorite \x3Cslug> or clawlodge unfavorite \x3Cslug> for like/unlike actions.
  • Use clawlodge comment \x3Cslug> --content "..." to post a comment.
  • Use clawlodge report \x3Cslug> --reason "..." to submit negative feedback.
  • Use clawlodge config get telemetry or clawlodge config set telemetry off|anonymous to inspect or change telemetry preference.
  • Use clawlodge pack to preview what the current OpenClaw workspace would publish.
  • Use clawlodge publish only after the user clearly wants to publish.

Decision rule:

  • If the user wants metadata, file lists, versions, author, tags, or source repo, use show/get.
  • If the user wants a local file, installation artifact, zip package, or anything saved to disk, use download.
  • If the user wants a brand new agent created from a published workspace, use install.
  • If the user says , 领养, 装一个, 创建一个, 来一只, or otherwise clearly asks for a new lobster to be set up for them, treat that as explicit install intent, not just search intent.
  • Do not use get or show when the request mentions save, download, zip, extract, install, or an output path.

Auth model

These read actions do not require login:

  • search
  • show
  • get
  • download

These write actions require a PAT:

  • favorite
  • unfavorite
  • comment
  • report
  • publish

Telemetry

The clawlodge CLI may send anonymous command-level usage telemetry to ClawLodge to help improve the product.

What is included:

  • command name, such as search, download, or install
  • duration
  • success or failure
  • CLI version
  • operating system and architecture
  • whether the command invoked openclaw
  • the target lobster slug when one was explicitly named

What is not included:

  • prompts
  • code
  • file contents
  • local file paths
  • workspace contents

To disable telemetry completely, run the CLI with:

CLAWLODGE_TELEMETRY=off clawlodge search "openclaw"

Search workflow

  1. Run clawlodge search "\x3Cquery>".
  2. Read the JSON output and compare:
    • slug
    • name
    • summary
    • tags
    • latest_version
  3. If several matches look close, follow up with clawlodge show \x3Cslug> on the best few candidates.

Hard rules:

  • Limit search expansion to at most 3 search rounds for one user request.
  • Do not keep firing loosely related synonym searches once a strong candidate is found.
  • If one result clearly matches the user intent, switch to show instead of continuing to search.
  • Prefer one focused multi-term search over many single-word searches.
  • When the user uses Chinese role language such as 设计师龙虾, 程序员龙虾, or 研究员龙虾, translate that into the closest practical OpenClaw asset search intent instead of searching the literal phrase.
  • When the user says 养一只 \x3Crole> 龙虾, search for the closest installable package for that role and continue toward install once a strong candidate is found.
  • Do not use old local extraction directories as search evidence. Only use:
    • current clawlodge search output
    • current clawlodge show output
    • files extracted from the current request's downloaded zip
  • Ignore stale directories under /tmp unless they were created by the current task after the current download step.

Examples:

clawlodge search "openclaw memory"
clawlodge search "workflow" --sort new

Chinese intent examples:

# "Go to ClawLodge and find me a designer lobster"
clawlodge search "design thumbnail brand visual"

# "Find me a programmer lobster on ClawLodge"
clawlodge search "coder developer programming workspace"

Role intent hints:

  • 程序员龙虾 / 开发龙虾
    • prefer coder, developer, programming, coding, workspace, starter
  • 设计师龙虾
    • prefer design, thumbnail, brand, visual, creative
  • 研究员龙虾
    • prefer research, analysis, workflow, knowledge
  • 产品经理龙虾
    • prefer product, pm, planning, workflow

Preference rules for "raise/adopt a lobster":

  • Prefer directly usable workspace or focused skill packages over very heavy orchestration systems.
  • Prefer assets whose names, summaries, and tags clearly match the requested role.
  • Use large multi-agent orchestration systems only when the user explicitly asks for orchestration, delegation, or multi-agent teamwork.
  • Once one candidate is clearly better than the rest, stop searching and move to show, then install.

Inspect workflow

Use show or get when the user wants details before deciding.

clawlodge show cft0808-edict
clawlodge get openclaw-config

Look for:

  • result.source_url to verify the original repository
  • result.latest_version to identify the default downloadable version
  • result.versions to compare release history
  • result.latest.workspace_files to understand what is actually shared

Hard rules:

  • show and get are read-only metadata commands.
  • show and get do not create files or directories.
  • Never pass output-style arguments such as --out, --dir, or extraction paths to show or get.
  • If the user asks for a local copy, switch to download.
  • Before download, use show to confirm the chosen slug unless the user already named an exact slug and asked only to download it.

Download workflow

Use download when the user wants to install, inspect offline, or reuse a workspace.

clawlodge download openclaw-config
clawlodge download cft0808-edict --version 0.1.1 --out /tmp/cft0808-edict.zip

Notes:

  • If --version is omitted, the CLI downloads the latest published version.
  • If --out is omitted, the file is saved as \x3Cslug>-\x3Cversion>.zip in the current directory.

Hard rules:

  • Always use download for saved artifacts.
  • Use --out only with download.
  • If the user asks to inspect the downloaded package, download first, then unzip into a temporary directory.
  • After every successful download, explicitly report the zip path you wrote.
  • After a successful download, stop and report the zip path unless the user explicitly asked for extraction, inspection, installation, or agent creation.
  • Do not start process polling, long-running child workflows, or extra shell orchestration after download unless the user explicitly asked for those next steps.
  • Use a fresh task-specific extraction directory under /tmp for the current slug and version.
  • Do not read from unrelated old /tmp/*inspect* directories.

Example:

clawlodge download openclaw-config --out /tmp/openclaw-config.zip
mkdir -p /tmp/openclaw-config-inspect
unzip -o /tmp/openclaw-config.zip -d /tmp/openclaw-config-inspect

Local backup workflow

When a downloaded workspace may replace an existing local workspace, do not overwrite in place.

Preferred sequence:

  1. Download to a temporary zip path.
  2. Create a timestamped backup of the current workspace.
  3. Extract the new workspace into a separate temporary directory.
  4. Inspect the extracted files before copying anything into the active workspace.
  5. Only replace files after explicit user intent.

Example shell flow:

clawlodge download openclaw-config --out /tmp/openclaw-config.zip
cp -R ~/.openclaw/workspace ~/.openclaw/workspace.backup-$(date +%Y%m%d-%H%M%S)
mkdir -p /tmp/openclaw-config
unzip -o /tmp/openclaw-config.zip -d /tmp/openclaw-config

Rules:

  • Never unpack a downloaded workspace directly into ~/.openclaw/workspace.
  • Never delete the current workspace before the backup exists.
  • Prefer side-by-side comparison over in-place replacement.
  • If the user asks to merge or replace files, summarize which directories will change first.

Install into a new agent

When the user wants to try a workspace without disturbing the current setup, prefer the dedicated install command.

Preferred sequence:

  1. Confirm the candidate with clawlodge show \x3Cslug>.
  2. Run clawlodge install \x3Cslug> --agent \x3Cname>.
  3. Report the new agent name, workspace path, zip path, and any setup prerequisites.

Example:

clawlodge show openclaw-config
clawlodge install openclaw-config --agent openclaw-config-test

Rules:

  • Prefer clawlodge install over manually chaining download, unzip, and openclaw agents add.
  • Use a descriptive isolated agent name such as \x3Cslug>-test or \x3Crole>-test.
  • If the user asked only to inspect or compare, stop before install.
  • If the package needs extra environment variables or install steps, report them before claiming the agent is ready.
  • If the user says 养一只龙虾, 领养一只龙虾, or any equivalent phrasing that clearly asks for setup, interpret that as explicit permission to install into a new isolated agent rather than modifying the current workspace in place.
  • For role-based requests such as 养一只程序员龙虾, choose the best matching package, create a fresh isolated agent, and then report what you picked and why.
  • After a successful install, stop and report:
    • chosen lobster slug
    • new agent id
    • workspace path
    • zip path
    • one-sentence explanation of why this package matched the request
  • Do not continue into unrelated browsing, extra polling, or additional installs after a successful install unless the user explicitly asked for more.

Feedback workflow

Use write actions only after explicit user intent.

clawlodge favorite openclaw-config
clawlodge unfavorite openclaw-config
clawlodge comment openclaw-config --content "Helpful memory layout and publish flow."
clawlodge report openclaw-config --reason "README still references an outdated setup step"

Notes:

  • These commands require a PAT-backed login.
  • Prefer comments for constructive discussion.
  • Prefer reports for moderation or quality issues.

Publish workflow

Only publish after explicit user intent.

  1. Confirm the current CLI identity:
clawlodge whoami
  1. If needed, log in:
clawlodge login
  1. Preview the payload:
clawlodge pack
  1. Publish:
clawlodge publish

Useful publish flags:

clawlodge publish --name "My Workspace"
clawlodge publish --readme /tmp/README.md
clawlodge publish --workspace ~/.openclaw/workspace

Safety rules

  • Treat publish as a write action. Do not run it unless the user clearly asks.
  • Treat favorite, comment, and report as write actions. Do not run them unless the user clearly asks.
  • Treat login as credential setup. Do not ask the user to paste tokens into shared logs.
  • Prefer show before download when you are not yet sure the slug is correct.
  • Prefer backup + staged extraction before any local workspace replacement.
  • Never invent get/show flags for output directories or downloads.
  • Do not claim ClawLodge supports CLI actions that do not exist yet.

Output style

When helping a user choose a workspace, summarize:

  • why it matches
  • which version looks current
  • whether it has skills/, memory/, workflows/, docs/, or devops/

When publishing, always report:

  • which workspace path was used
  • resulting slug and version
  • blocked or masked file counts if returned
安全使用建议
This skill is internally consistent: it expects the external 'clawlodge' CLI to be present (README suggests installing via npm). Before installing or using it, confirm you trust the npm package source for the CLI. Be aware that write operations (publish/comment/report/favorite) require a personal access token (PAT) and that the CLI may send anonymous usage telemetry (configurable). When the agent runs this skill it will execute the clawlodge commands on your system — only proceed if you are comfortable allowing those CLI actions and providing a PAT for write actions.
功能分析
Type: OpenClaw Skill Name: clawlodge Version: 1.0.5 The 'clawlodge' skill bundle provides a comprehensive interface for managing OpenClaw workspaces via the clawlodge.com registry. It includes detailed instructions (SKILL.md) for the AI agent to handle searching, downloading, and installing packages safely, with explicit requirements for user confirmation on write actions and mandatory backups before local modifications. The skill demonstrates good security practices by advising against logging credentials and providing clear documentation on its telemetry behavior, which is configurable and transparently described.
能力评估
Purpose & Capability
The name/description match the SKILL.md: all actions map to the clawlodge CLI (search, show/get, download, install, publish). The skill does not ask for unrelated credentials or capabilities. It does assume the 'clawlodge' CLI is available (README documents an npm package), which is reasonable for a CLI-based skill.
Instruction Scope
Runtime instructions stay within the stated scope (searching, inspecting, downloading, installing, publishing workspaces). Write actions are gated behind a PAT/login as documented. The skill instructs reading downloaded workspace contents when relevant; it does not instruct reading unrelated system files or secrets.
Install Mechanism
There is no install spec in the skill (instruction-only), which minimizes risk. README suggests installing an npm package (clawlodge-cli) but the skill itself doesn't perform downloads or extract archives on install.
Credentials
The skill declares no required environment variables or config paths. It documents that a PAT is required for write actions (favorite/comment/publish), which is appropriate and proportional to those capabilities. Telemetry is described and can be disabled; no hidden env vars or unexplained secrets are requested.
Persistence & Privilege
The skill does not request always-on presence and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (platform standard) but the skill's capabilities are limited to invoking the clawlodge CLI.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawlodge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawlodge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Clawlodge 1.0.5 - Added a README.md file to the project. - Updated SKILL.md to document new CLI telemetry controls: `clawlodge config get telemetry` and `clawlodge config set telemetry ...`, with usage notes. - Expanded SKILL.md with a new section describing telemetry, what is collected, and how to disable it. - Clarified command list and usage recommendations to include telemetry commands. - No breaking changes to workflow; guidance and documentation improvements only.
v1.0.4
ClawLodge 1.0.4 Changelog - Expanded Chinese intent mapping with new phrases like `去龙虾客栈养一条...龙虾`, `帮我领养一个...龙虾`, and `给我装一个...龙虾`. - Clarified decision rules: Treat words like `养`, `领养`, `装一个`, `创建一个`, and `来一只` as explicit install intent rather than just search. - Added detailed "role intent hints" explaining preferred search terms for roles like ‘程序员龙虾’, ‘设计师龙虾’, etc. - Outlined preference rules for "raise/adopt a lobster" scenarios, prioritizing direct-use workspaces or skill packages. - Improved instructions on progressing from search to install when suitable candidates are found, especially for Chinese requests.
v1.0.3
**Adds built-in agent installation command to the workspace workflow.** - Added `clawlodge install <slug> --agent <name>` command for creating a new OpenClaw agent directly from a published workspace. - Updated guidance: use `install` when a brand new agent should be created from a workspace, instead of manual extraction/setup. - Clarified workflows for downloading vs. installing to support clean agent onboarding. - Expanded "When to use what" and installation workflow documentation to include and prefer the new `install` command.
v1.0.2
- Added Chinese-language intent mapping: interprets phrases like “去龙虾客栈找...” or “帮我养一只...龙虾” as ClawLodge asset actions, not literal animals. - Product aliases clarified: treats `ClawLodge` and `龙虾客栈` as the same registry. - Updated search workflow: translates Chinese role-language (e.g. `设计师龙虾`) to appropriate OpenClaw asset queries. - Expanded usage rules: do not assume biological meaning for “龙虾” unless explicitly intended. - Added intent translation examples for Chinese-language commands. - agents/openai.yaml added; README.md removed.
v1.0.1
ClawLodge v1.0.1 Changelog - Clarified search workflow: limit to 3 rounds, prioritize focused queries, and avoid using old `/tmp` directories as evidence. - Expanded download and extraction rules: always report zip path, don’t proceed to extraction or further actions unless explicitly requested, and ensure each extraction uses a new temporary directory. - Added a dedicated agent install workflow with step-by-step rules and examples for isolated setup. - Introduced stricter rules around workspace replacement: always backup, confirm changes before replacement, and summarize affected directories if merging or replacing. - Refined hard rules for when to use each command, including stricter boundaries on search, show, download, and write actions.
v1.0.0
Initial release of ClawLodge skill for managing OpenClaw workspaces: - Search, inspect, download, and publish OpenClaw workspaces directly via the `clawlodge` CLI. - Clear command mapping for searching, metadata inspection (`show`/`get`), downloading artifacts, and workspace publishing. - Explicit safety and workflow guidelines for backups, comparisons, and publishing. - Distinct authentication model for read-only actions vs. write actions (e.g. commenting or publishing). - Step-by-step examples for all major user intents and best practices to avoid accidental data loss.
元数据
Slug clawlodge
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

ClawLodge 是什么?

Use ClawLodge to search, inspect, download, and publish OpenClaw workspaces. Trigger when the user wants to find reusable workspaces, compare versions, fetch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 383 次。

如何安装 ClawLodge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawlodge」即可一键安装,无需额外配置。

ClawLodge 是免费的吗?

是的,ClawLodge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ClawLodge 支持哪些平台?

ClawLodge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawLodge?

由 meme-ai(@memepilot)开发并维护,当前版本 v1.0.5。

💬 留言讨论