skill-contribution

Documents OpenClaw skill contributions with verified execution logs and structured files.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/vbgate/openclaw-skills-verified --skill skill-contribution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-contribution
Source: https://github.com/vbgate/openclaw-skills-verified/tree/main/skills/meta/skill-contribution
Command: npx skills add https://github.com/vbgate/openclaw-skills-verified --skill skill-contribution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams publish OpenClaw skills that are grounded in real execution logs, avoiding speculation and ensuring reproducible results.

Core Features & Use Cases

  • Evidence-based contribution: Attach verifiable logs to every claim, enabling reviewers to reproduce steps.
  • Structured workflow: Guides on locating logs, extracting evidence, desensitizing data, and writing SKILL/LOG/TROUBLESHOOTING files.
  • Use Case: You discovered a new ADB failure on a specific device; this process shows how to document the failure, reproduce steps, and share a safe fix path.

Quick Start

  1. Locate relevant logs under ~/.openclaw/logs and sessions under ~/.openclaw/agents/main/sessions
  2. Write SKILL.md with frontmatter and a concise description, followed by TROUBLESHOOTING.md and LOG.md entries
  3. Run the contribution workflow and obtain human approval before submitting

Frequently Asked Questions about skill-contribution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document OpenClaw skill contributions with execution log evidence?

To document OpenClaw skill contributions, locate real execution logs under ~/.openclaw/logs and sessions under ~/.openclaw/agents/main/sessions, then write structured SKILL.md, TROUBLESHOOTING.md, and LOG.md files with verifiable evidence.

What is log desensitization and verification for skill contribution?

Log desensitization and verification for skill contribution is the process of removing sensitive data from real execution logs and enforcing traceable claims to prevent leakage while ensuring reproducible OpenClaw skill documentation.

How do I write structured documentation files for an OpenClaw skill?

You write structured documentation files by creating SKILL.md with frontmatter and a concise description, followed by TROUBLESHOOTING.md and LOG.md entries that attach desensitized real execution logs to every claim.

Do I need human approval before submitting an OpenClaw skill contribution?

Yes, you need human approval before submitting an OpenClaw skill contribution, which you obtain by running the contribution workflow after completing the desensitized log verification and structured documentation files.

Why does my OpenClaw skill documentation need real execution logs?

OpenClaw skill documentation needs real execution logs to ground your claims in evidence, avoiding speculation and enabling reviewers to reproduce the exact steps and results you documented.

Can I include sensitive device information when documenting an ADB failure?

No, you cannot include sensitive device information when documenting an ADB failure because the skill contribution workflow enforces desensitization rules to prevent leakage of sensitive data across your documentation files.