بنقرة واحدة
github-issues
Fetch and manage GitHub issues via the API
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fetch and manage GitHub issues via the API
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scan untrusted external text (web pages, tweets, search results, API responses) for prompt injection attacks. Returns severity levels and alerts on dangerous content. Use BEFORE processing any text from untrusted sources.
Security scanner for OpenClaw skill packages. Scans skills for malicious code, evasion techniques, prompt injection, and misaligned behavior BEFORE installation. Use to audit any skill from ClawHub or local directories.
Process and validate data inputs
Analyze configuration files for validation and best practices
Get current weather for a location
A safe calculator for mathematical expressions
| name | github-issues |
| description | Fetch and manage GitHub issues via the API |
| metadata | {"openclaw":{"requires":{"env":["GITHUB_TOKEN"],"bins":["curl"]}}} |
This skill lets you list, create, and manage GitHub issues.
Set GITHUB_TOKEN in your environment with a personal access token.
The token needs repo scope for private repositories.