— No reviews yet
0 installs
2 views
0.0% view→install
Install
$ agentstack add skill-grasscaograss-awesomeweldoneskills-opsx-search ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Opsx Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
OpenSpec Search
Search and navigate the project's OpenSpec documentation.
Directory Structure
openspec/
├── INDEX.md # Capability index (READ THIS FIRST)
├── specs// # 78 stable capability specs
│ └── spec.md
├── changes// # 17 active changes
│ ├── .openspec.yaml
│ ├── proposal.md # Why / What / Impact
│ ├── design.md # Decisions / Risks
│ ├── tasks.md # Implementation checklist
│ └── specs//spec.md # Delta specs
└── changes/archive/ # 107 completed changes
Search Patterns
1. Quick lookup by topic
Read openspec/INDEX.md first. It groups all 78 capabilities by domain with one-line summaries.
2. Find specs mentioning a code file/class
grep -r "WeldUnrecognized" openspec/*/proposal.md openspec/specs/*/spec.md
3. Find specs by keyword
grep -ri "粗定位" openspec/specs/*/spec.md
4. List active changes with status
openspec list --json
5. Read a specific capability's full spec
openspec/specs//spec.md
6. Read a change's motivation and impact
openspec/changes//proposal.md
Workflow
- Start with INDEX.md — locate relevant capability names
- Read the spec.md for detailed requirements and scenarios (BDD: WHEN/THEN)
- Check proposal.md of related changes for motivation and code impact
- Cross-reference — use grep to find connections between specs and code
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: grasscaograss
- Source: grasscaograss/AwesomeWeldoneSkills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.