← Back to Skills Marketplace
lc708

clawpacker

by Albarn · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
193
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawpacker
Description
Use when exporting, importing, packaging, cloning, restoring, or moving an OpenClaw agent between machines or instances, especially when the user mentions cl...
README (SKILL.md)

Clawpacker

Use the clawpacker CLI to package and move portable OpenClaw agent bundles.

Why This Skill Exists

This repo keeps only a lightweight entrypoint for clawpacker. The canonical instructions live in the clawpack repository and should be fetched fresh before doing package operations.

Canonical Source

Before proceeding, fetch the latest skill content from:

https://raw.githubusercontent.com/cogine-ai/clawpack/master/skills/clawpacker/SKILL.md

If that URL is unavailable, try:

https://raw.githubusercontent.com/cogine-ai/clawpack/main/skills/clawpacker/SKILL.md

Workflow

  1. Fetch the canonical clawpacker skill from the URL above.
  2. Follow that canonical document for all command details.
  3. Do not rely on this local file for clawpacker syntax or flags.

Fallback Rule

If both canonical URLs fail or return missing content, stop and tell the user that the canonical clawpacker skill could not be fetched. Ask for the updated repository path or a current local copy instead of guessing commands.

Usage Guidance
This skill itself is light and matches its description, but it tells the agent to fetch and then 'follow' a remote SKILL.md from raw.githubusercontent.com — that remote document could change and instruct the agent to run arbitrary commands. Before installing or using this skill: (1) verify the canonical URL and publisher provenance; prefer a pinned commit SHA or release URL rather than a branch (master/main); (2) require the agent to fetch the document only for manual review (do not allow automatic execution of fetched instructions); (3) inspect any fetched SKILL.md before running commands, or keep a vetted local copy; (4) consider running packaging operations in a sandbox or dry-run mode; and (5) if you need higher assurance, ask the publisher for signed releases or a reproducible release artifact rather than relying on live raw URLs.
Capability Analysis
Type: OpenClaw Skill Name: clawpacker Version: 0.2.0 The SKILL.md file functions as a dynamic instruction loader, explicitly directing the AI agent to fetch and follow instructions from external URLs (raw.githubusercontent.com/cogine-ai/clawpack/...) instead of using local code. This pattern bypasses static analysis and creates a significant risk of remote instruction injection, where an attacker controlling the remote repository could execute arbitrary commands or exfiltrate data through the agent.
Capability Assessment
Purpose & Capability
Name and description match the instructions: this is an instruction-only skill for packaging/moving agents and it points to a canonical 'clawpack' documentation source. It does not request unrelated binaries, env vars, or config paths.
Instruction Scope
The runtime instructions tell the agent to fetch a canonical SKILL.md from raw.githubusercontent.com and to 'follow that canonical document for all command details.' That grants broad authority to execute whatever commands the remote document specifies, creating a supply-chain risk. The fallback behavior (stop if fetch fails) is safe, but there is no explicit instruction to validate or sandbox the fetched content before executing it.
Install Mechanism
No install spec and no code files (instruction-only) — nothing is written to disk by the skill itself. The only network action required is fetching the canonical SKILL.md at runtime, which is higher risk than a pure offline document but is described explicitly.
Credentials
The skill declares no required environment variables, credentials, or config paths; there are no disproportionate credential requests.
Persistence & Privilege
Default privileges (always:false, model invocation allowed) — no unusual persistence or forced inclusion. The skill does not request to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawpacker
  3. After installation, invoke the skill by name or use /clawpacker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
- Skill now provides a lightweight entrypoint directing users to canonical instructions for Clawpacker. - Users are instructed to always fetch the latest skill content from the official repository URLs before running any package operations. - Local usage instructions are replaced with a clear fallback rule: if canonical sources are unreachable, users are prompted to provide an updated repository path or a current local SKILL.md. - Emphasizes that local documentation may be outdated and should not be used for command syntax or flags.
Metadata
Slug clawpacker
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is clawpacker?

Use when exporting, importing, packaging, cloning, restoring, or moving an OpenClaw agent between machines or instances, especially when the user mentions cl... It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install clawpacker?

Run "/install clawpacker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is clawpacker free?

Yes, clawpacker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does clawpacker support?

clawpacker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created clawpacker?

It is built and maintained by Albarn (@lc708); the current version is v0.2.0.

💬 Comments