clawdhub-contributor
Contribute to the ClawdHub ecosystem by scouting unknown skills, reporting bugs, and sharing skill recipes. Three modes (passive/active/full) let you control how much you contribute.
Best use case
clawdhub-contributor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Contribute to the ClawdHub ecosystem by scouting unknown skills, reporting bugs, and sharing skill recipes. Three modes (passive/active/full) let you control how much you contribute.
Teams using clawdhub-contributor should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/clawdhub-contributor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How clawdhub-contributor Compares
| Feature / Agent | clawdhub-contributor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Contribute to the ClawdHub ecosystem by scouting unknown skills, reporting bugs, and sharing skill recipes. Three modes (passive/active/full) let you control how much you contribute.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# ClawdHub Contributor
Adds contribution capabilities to your agent. Help grow the ClawdHub ecosystem by analyzing skills, reporting bugs, and sharing useful skill combinations.
## Modes
| Mode | What it does |
|------|-------------|
| **passive** | Bug reports and recipes only (safe default) |
| **active** | Adds auto-scout: analyze unknown skills locally and generate reports |
| **full** | All above plus opt-in telemetry |
Set mode in `config/default.json` or via `CLAWDHUB_CONTRIB_MODE` env var.
## Features
### Auto-Scout (active/full mode)
Analyze a local skill directory and produce a structured quality/security report:
```bash
bash scripts/scout.sh /path/to/skill-directory
```
Output: JSON report with dependency info, quality score, and security flags.
**Fully offline** — no network access, pure static analysis.
### Bug Reporting (all modes)
Report a skill failure with sanitized system context:
```bash
bash scripts/report-bug.sh <skill-slug> <error-message> [context]
```
Output: JSON bug report ready for API submission. Collects OS and node version but **never** leaks hostname, IP, or username.
### Recipes (all modes)
Share a useful combination of skills that solved a task:
```bash
bash scripts/submit-recipe.sh <task-description> <skill1> [skill2] [skill3] ...
```
Output: JSON recipe ready for API submission.
## Configuration
Edit `config/default.json`:
```json
{
"mode": "passive",
"telemetry": false,
"autoScout": false,
"bugReports": true,
"recipes": true
}
```
| Key | Type | Description |
|-----|------|-------------|
| `mode` | string | `passive`, `active`, or `full` |
| `telemetry` | bool | Opt-in anonymous usage stats (full mode only) |
| `autoScout` | bool | Auto-scan skills on encounter (active/full mode) |
| `bugReports` | bool | Enable bug report generation |
| `recipes` | bool | Enable recipe submission |
## Commands Summary
| Command | Mode Required | Description |
|---------|--------------|-------------|
| `scripts/scout.sh <dir>` | active+ | Analyze a skill directory |
| `scripts/report-bug.sh <slug> <msg> [ctx]` | any | Generate bug report |
| `scripts/submit-recipe.sh <task> <skills...>` | any | Generate recipe |
## Security
- Scripts never access the network
- No credentials, IPs, hostnames, or usernames are collected
- All output is sanitized JSON to stdout
- Scout performs read-only static analysisRelated Skills
clawdhub-reskill-usage
Teaches AI agents how to use reskill — a Git-based package manager for AI agent skills. Covers CLI commands, install formats, configuration, publishing, and common workflows.
oss-contributor-swarm
Autonomous 9-agent swarm that continuously contributes to open source projects on GitHub. Finds good-first-issues, analyzes requirements, writes code/tests/docs, creates PRs, and responds to reviews - all automatically with learning.
clawdhub-find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Uses reskill as the package manager.
bgo
Automated Blender build-go workflow. Automatically builds, removes old version, installs, enables, and launches Blender with your extension/add-on. Use when you want to quickly test changes, execute complete build-to-launch cycle, or run custom packaging scripts with automatic Blender launch.
live-tests
Writes live integration tests that hit the real Copilot API and record responses as replayable fixtures. Use this skill when adding new agent behaviors, provider integrations, or tool interactions that need real-world API coverage.
lite-skill-generator
Lightweight skill generator with style learning - creates simple skills using flow-based execution and style imitation. Use for quick skill scaffolding, simple workflow creation, or style-aware skill generation.
listennotes-automation
Automate Listennotes tasks via Rube MCP (Composio). Always search tools first for current schemas.
listclean-automation
Automate Listclean tasks via Rube MCP (Composio). Always search tools first for current schemas.
list
List Claude Code components. Actions: env-vars, sessions, settings, skills, tools.
linkup-automation
Automate Linkup tasks via Rube MCP (Composio). Always search tools first for current schemas.
linkhut-automation
Automate Linkhut tasks via Rube MCP (Composio). Always search tools first for current schemas.
linguapop-automation
Automate Linguapop tasks via Rube MCP (Composio). Always search tools first for current schemas.