← Back to Skills Marketplace
drumrobot

Project Init

by es6kr · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
133
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install repo
Description
Project initialization toolkit. contributing - auto-generate CONTRIBUTING.md from project structure [contributing.md]. "init", "project init", "initialize pr...
Usage Guidance
This skill appears coherent and low-risk: it reads project files and produces a CONTRIBUTING.md. Before using it, (1) ensure you run it in a repository you trust and that no sensitive secrets reside in package.json or other scanned files; (2) back up any existing CONTRIBUTING.md (the skill says it will confirm before overwriting, but a manual backup is prudent); (3) ensure required local tooling (e.g., jq) is available if running the example commands; (4) be aware the skill runs local file-read/write actions — if you run agents with broad filesystem or network permissions, consider running this in a sandbox or limiting the agent's repository access. No network exfiltration or credential access is requested by the skill as provided.
Capability Analysis
Type: OpenClaw Skill Name: repo Version: 0.1.0 The skill bundle is a project initialization toolkit designed to automate the generation of a CONTRIBUTING.md file by analyzing local project structures and configuration files (e.g., package.json, .editorconfig). The operations described in SKILL.md and contributing.md are limited to standard file system inspection and local file creation, with explicit instructions to seek user confirmation before overwriting existing files. No indicators of data exfiltration, malicious execution, or unauthorized access were found.
Capability Assessment
Purpose & Capability
Name and description (generate CONTRIBUTING.md from project structure) match the instructions: the SKILL.md enumerates reading package.json, .editorconfig, lint configs, monorepo files, and producing a CONTRIBUTING.md. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
The SKILL.md explicitly instructs shell actions (ls, cat, jq, writing ./CONTRIBUTING.md) and to inspect repo paths (.editorconfig, package.json, .husky/, tsconfig.json, src/, packages/). This is consistent with the stated goal. Note: it assumes local file access and tools like jq; it will read project files (which is expected) and will write ./CONTRIBUTING.md but includes a confirmation step before overwriting.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The files the instructions read are repository-local and appropriate for generating a contributing guide.
Persistence & Privilege
always is false and the skill is user-invocable. disable-model-invocation is false (normal default), so the agent could invoke the skill autonomously — but there are no other privileged or persistent behaviors requested by the skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install repo
  3. After installation, invoke the skill by name or use /repo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug repo
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Project Init?

Project initialization toolkit. contributing - auto-generate CONTRIBUTING.md from project structure [contributing.md]. "init", "project init", "initialize pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install Project Init?

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

Is Project Init free?

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

Which platforms does Project Init support?

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

Who created Project Init?

It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.

💬 Comments