← Back to Skills Marketplace
yamadashy

Repomix

by yamadashy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install repomix
Description
Pack and analyze codebases into AI-friendly single files using Repomix. Use when the user wants to explore repositories, analyze code structure, find pattern...
Usage Guidance
This skill appears coherent for packing and analyzing repositories, but take these precautions before installing or running it: 1) npx repomix@latest will download and execute the package code from the npm registry at runtime — only run it if you trust the package and maintainer, or consider installing a pinned, reviewed version instead of @latest. 2) Do not assume the tool removed secrets — verify the generated output (or run it against a cloned repository with secrets removed) to ensure no sensitive files were included. 3) Prefer outputting to a temporary directory as recommended and inspect file permissions. 4) If you need stronger assurance, review the repomix package source/release on its homepage or install from a pinned release/checked source before running. If you want, I can list specific commands to run safely (e.g., how to pin a version, audit the package, or run it in a disposable environment).
Capability Analysis
Type: OpenClaw Skill Name: repomix Version: 1.0.1 The repomix skill is a legitimate tool integration for packing and analyzing codebases. It uses the official Repomix CLI via npx and provides clear, safe instructions for the AI agent, including best practices like using temporary directories and respecting security exclusions for sensitive files. No malicious patterns, data exfiltration, or prompt injection attempts were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (pack/analyze repositories) align with required binaries (npx) and the declared node install of the repomix npm package. Asking for npx and offering a repomix CLI is expected and proportionate.
Instruction Scope
SKILL.md instructs the agent to run npx repomix@latest against local or remote repos and to inspect the generated output with grep. This stays within the scope of repository analysis. However, the doc asserts that Repomix "automatically excludes potentially sensitive files (.env, API keys)" — that is a behavioural claim the instructions do not show how to verify. Users should not assume secrets are always excluded without validating output.
Install Mechanism
Install spec uses the npm package 'repomix' which is a common delivery path for CLI tools. Running 'npx repomix@latest' executes code fetched from the npm registry at runtime; this is normal for npm-based CLIs but carries moderate risk if the package or registry account is compromised. There is no use of arbitrary download URLs or obscure hosts.
Credentials
No environment variables, credentials, or config paths are requested. The permissions requested are minimal and consistent with the skill's purpose.
Persistence & Privilege
The skill does not request always:true, does not persist elevated privileges, and is user-invocable only. It does not attempt 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 repomix
  3. After installation, invoke the skill by name or use /repomix
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated instructions to recommend using a temporary directory for output on both Unix (`/tmp`) and Windows (`%TEMP%`) instead of only `/tmp`. - Clarified and standardized command examples and output file paths to match this guidance. - No changes to functionality; documentation updates only.
v1.0.0
Initial release of Repomix — Codebase Packer & Analyzer - Packs and analyzes entire codebases into a single AI-friendly file. - Supports both local directories and remote GitHub repositories. - Includes options for output format (XML, Markdown, Plain, JSON), file inclusion/exclusion, compression, and custom output location. - Provides metrics on files, size, and estimated token count. - Built-in security checks to exclude sensitive files by default. - Optimized default workflow and best practices for preparing codebases for AI analysis.
Metadata
Slug repomix
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Repomix?

Pack and analyze codebases into AI-friendly single files using Repomix. Use when the user wants to explore repositories, analyze code structure, find pattern... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Repomix?

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

Is Repomix free?

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

Which platforms does Repomix support?

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

Who created Repomix?

It is built and maintained by yamadashy (@yamadashy); the current version is v1.0.1.

💬 Comments