← Back to Skills Marketplace
174
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install oss-pilot
Description
End-to-end open-source GitHub contribution automation system. Discover high-value issues, implement fixes, open quality PRs, monitor CI/review status, and le...
Usage Guidance
This skill appears coherent for automating GitHub contributions. Before installing or running it: 1) Ensure gh and git are installed and gh is authenticated with the account you intend to use. 2) Use a container/VM or a dedicated automation account when targeting unfamiliar repos (the skill runs repo build/test commands which can run postinstall hooks). 3) Review and populate the profile (local_path, upstream_remote) so the skill operates on the intended clone/remotes. 4) Manually inspect package.json/Makefile/etc. for risky scripts before the first install/test run. 5) Keep the workspace (./oss-pilot-data/) and local clones on disk you control; consider limiting network/mount privileges in your sandbox. If you want additional assurance, request the skill author/source or a code-based implementation (instead of instruction-only) so the code can be audited.
Capability Assessment
Purpose & Capability
Name/description (automating discover→implement→PR→check) match the runtime instructions and required binaries (gh, git). No unrelated credentials, tools, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to read/write profile and PR context files under ./oss-pilot-data/, operate on a local clone (local_path), run gh/git commands, and execute repo build/lint/test commands (e.g., pnpm install, make, cargo test). Executing repo toolchains is necessary for this skill but carries the expected risk of running untrusted build scripts; the README/SKILL.md explicitly calls this out and suggests gating and containment.
Install Mechanism
Instruction-only skill with no install spec and no downloads — lowest install risk. It relies on existing gh/git binaries being present.
Credentials
No environment variables, secrets, or unrelated service credentials are requested. The only external access is via the gh CLI to GitHub, which is proportional to the described functionality.
Persistence & Privilege
Skill stores profiles and context under ./oss-pilot-data/ and expects to read/write local clones (local_path). It does not request always:true or modify other skills; autonomous invocation is allowed by platform default. Because it executes local commands, combine this persistence with sandboxing recommendations before use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oss-pilot - After installation, invoke the skill by name or use
/oss-pilot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
README rewrite: 3 merged PR links, security model, updated install instructions
v2.0.1
Add Security Model section: documents RCE surface from build commands, explains runtime exec approval gating, recommends container hardening
v2.0.0
Major rewrite: expanded discover scoring/decay, richer check retrospective, improved pr root-cause analysis, auto cold-start refinements
v1.0.6
Declare git as required binary and explicitly describe filesystem access and tool usage in skill description to resolve metadata-content mismatch
v1.0.5
Improve search visibility: add GitHub and automation keywords to description
v1.0.4
Fix: purge ALL Unicode characters from ALL 8 files -- pure ASCII only to resolve security scan false positive
v1.0.3
Fix: replace all Unicode characters (arrows, box-drawing, em dashes) with pure ASCII to resolve security scan prompt-injection false positive
v1.0.2
Fix: declare gh CLI as required binary in skill metadata to resolve security scan warning
v1.0.1
Fix: replace ~/.claude/ paths with workspace-relative paths to resolve security scan flag
v1.0.0
Initial release: end-to-end OSS contribution system with discover, auto, pr, check skills and learning loop
Metadata
Frequently Asked Questions
What is Oss Pilot?
End-to-end open-source GitHub contribution automation system. Discover high-value issues, implement fixes, open quality PRs, monitor CI/review status, and le... It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install Oss Pilot?
Run "/install oss-pilot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oss Pilot free?
Yes, Oss Pilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Oss Pilot support?
Oss Pilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oss Pilot?
It is built and maintained by Cypher (@cypherm); the current version is v2.0.2.
More Skills