Install
openclaw skills install openclaw-issueCreate and submit GitHub Issues for OpenClaw/ClawHub projects with templates for skill appeals, bug reports, feature requests, and questions.
openclaw skills install openclaw-issueEnglish | 中文
A specialized skill for creating GitHub Issues for OpenClaw/ClawHub projects - supports Skill appeals, bug reports, and feature requests.
专为 OpenClaw/ClawHub 项目创建 GitHub Issue 的 skill - 支持 Skill 申诉、Bug 报告、功能请求等。
English:
中文:
English:
When a user requests to create an OpenClaw-related Issue, follow these steps:
中文:
当用户请求创建 OpenClaw 相关 Issue 时,按以下流程执行:
| Type | 中文 | Description | Label |
|---|---|---|---|
| skill-appeal | Skill 申诉 | Skill flagged as suspicious, request review | skill-appeal |
| bug | Bug 报告 | Report a bug | bug |
| feature | 功能请求 | Feature request | enhancement |
| question | 问题咨询 | General question | question |
English:
Collect different information based on the type:
中文:
根据类型收集不同信息:
English:
social-media-dashboardSocial Media Dashboard中文:
social-media-dashboardSocial Media Dashboardpython3 -c "
import urllib.parse
title = '<issue-title>'
body = '''<issue-body>'''
encoded_title = urllib.parse.quote(title)
encoded_body = urllib.parse.quote(body)
url = f'https://github.com/openclaw/clawhub/issues/new?title={encoded_title}&body={encoded_body}'
print(url)
"
gh issue create \
--repo openclaw/clawhub \
--title "<title>" \
--body "<body>" \
--label "<label>"
English:
✅ Issue URL generated!
Review the content and click Submit new issue.
中文:
✅ Issue 链接已生成!
打开后检查内容,点击 Submit new issue 即可。
## Skill Information
- **Slug**: <skill-slug>
- **Name**: <skill-name>
- **Owner**: <username>
- **URL**: https://clawhub.ai/<username>/<skill-slug>
## Description
<skill-description>
## Why This is a False Positive
The skill was flagged because it contains patterns that resemble automation scripts, but these are **legitimate operations**:
1. **AppleScript/Browser Automation**: Used to automate user's own browser with their consent
2. **JavaScript Execution**: Standard practice for data extraction in controlled environments
3. **Shell Commands**: Local operations only, no external servers contacted
## Security Guarantee
- ✅ No external file downloads
- ✅ No credential theft or exfiltration
- ✅ No reverse shells or remote code execution
- ✅ No hardcoded API keys or secrets
- ✅ All operations are local to the user's machine
## Code Review
The skill file can be reviewed at:
https://clawhub.ai/<username>/<skill-slug>
## Request
Please review and remove the "suspicious patterns detected" flag from this skill.
Thank you!
## Bug Description | Bug 描述
<description>
## Steps to Reproduce | 复现步骤
1. <step 1>
2. <step 2>
3. <step 3>
## Expected Behavior | 预期行为
<expected>
## Actual Behavior | 实际行为
<actual>
## Environment | 环境信息
- OS: <os>
- Version: <version>
## Screenshots | 截图
If applicable, add screenshots.
## Feature Description | 功能描述
<description>
## Use Case | 使用场景
<use-case>
## Proposed Solution | 建议方案
<solution>
English:
Create OpenClaw Issue
Submit ClawHub Issue
Skill appeal
My skill was flagged
OpenClaw bug report
ClawHub feature request
中文:
创建 OpenClaw Issue
提交 ClawHub Issue
Skill 申诉
我的 Skill 被标记了
OpenClaw Bug 报告
ClawHub 功能请求
| Repository | Purpose | 用途 |
|---|---|---|
openclaw/clawhub | ClawHub platform issues, Skill appeals | ClawHub 平台问题、Skill 申诉 |
openclaw/openclaw | OpenClaw core issues | OpenClaw 核心问题 |
English:
中文: