tag-duplicate-prs-issues
Use gitcrawl to search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub.
Install caution
Risk: High
Source: OpenClaw Built-in Skills
Path: .agents/skills/tag-duplicate-prs-issues/SKILL.md
Review flags: filesystem/home-directory access, network access or external URLs, remote script piped to shell, shell command snippets. These are review signals, not definitive security judgments; inspect before installing.
Required permissions
- • Shell commands
- • Network/API usage
- • Filesystem/home access
Permissions are inferred from SKILL.md text only. They are review prompts, not guarantees about runtime behavior.
Risk flags explained
Mentions filesystem writes, deletes, home-directory paths, or config/key locations.
Mentions external URLs, network APIs, downloads, or HTTP client usage.
References a remote script piped into a shell. This is a strong review signal because downloaded code could run immediately.
Contains shell command snippets. Review commands before copy/paste or agent execution.
Score explanation
Trust
- • Trust starts at 90 before review-signal penalties and metadata bonuses.
- • Risk-signal penalty: -68 from 4 detected flag(s).
- • Metadata bonus: +2 from author/version/description fields.
Utility
- • Utility starts at 55 and rewards clear descriptions, runnable examples, and explicit setup needs.
- • Description present: yes.
- • Command examples detected: 11.
- • Environment variables detected: 0.
Momentum
- • Momentum starts at 45 and uses public repo activity signals.
- • Recent commit activity: latest repo update was 0 day(s) ago.
- • Recent commit volume: 100 commit(s) in the lookback window (+20).
- • Source has strong public adoption: 368598 stars.
- • Fork activity suggests reuse: 75946 forks.
Overall
- • Overall score weights trust 45%, utility 35%, and momentum 20%.
Detected signals
Env vars
None detected in SKILL.md text scan.
Commands
- • curl -fsSL https://raw.githubusercontent.com/dutifuldev/prtags/main/scripts/install-prtags.sh | bash -s -- --bin-dir "$HOME/.local/bin"
- • gh
- • gh api
- • gh issue view <candidate-issue> --json number,title,state,body,comments,closedAt
- • gh issue view <number> --json number,title,state,body,comments,closedAt
- • gh pr view <candidate-pr> --json number,title,state,mergedAt,files,body,comments,reviews
- • gh pr view <number> --json number,title,state,mergedAt,body,closingIssuesReferences,files,comments,reviews,statusCheckRollup
- • gh search
- • gh search issues --repo openclaw/openclaw --match comments --limit 50 -- "<error or maintainer phrase>"
- • gh search issues --repo openclaw/openclaw --match title,body --limit 50 -- "<key phrase>"
- • gh search prs --repo openclaw/openclaw --match title,body --limit 50 -- "<key phrase>"
URLs
- • https://raw.githubusercontent.com/dutifuldev/prtags/main/scripts/install-prtags.sh
Watch this skill
Get alerted when this skill adds credential requirements, shell commands, external domains, remote installer patterns, or risk-level changes.
Join watchlist betaMethodology note
SkillRadar scans SKILL.md as hostile text only. It does not execute commands, install packages, or load third-party skills.