
Skill Name
- 1.2k installs
- 1.2k repo stars
- Updated July 27, 2026
- resciencelab/opc-skills
skill-name is an agent skill for clear description of what this skill does and when to use it. include trigger keywords and contexts inline, e.g. "use when user wants to x, y, or z.
About
The skill-name skill is designed for clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z. Skill Name Brief description of the skill and its purpose. Step 2 Issue 2 Symptom: Description of the problem Solution: 1. Invoke when the user user wants to X, Y, or Z.
- Environment variables needed.
- API keys required.
- Dependencies (already listed in frontmatter above).
- script1.py - Description of what this script does.
- script2.py - Description of what this script does.
Skill Name by the numbers
- 1,226 all-time installs (skills.sh)
- +16 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #333 of 1,896 Design & UI/UX skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
skill-name capabilities & compatibility
- Capabilities
- environment variables needed · api keys required · dependencies (already listed in frontmatter abov · script1.py description of what this script doe
- Use cases
- frontend
What skill-name says it does
Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z.
Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z.
npx skills add https://github.com/resciencelab/opc-skills --skill skill-nameAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.2k |
|---|---|
| repo stars | ★ 1.2k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | resciencelab/opc-skills ↗ |
How do I clear description of what this skill does and when to use it. include trigger keywords and contexts inline, e.g. "use when user wants to x, y, or z?
Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z.
Who is it for?
Developers using skill name workflows documented in SKILL.md.
Skip if: Skip when the task falls outside skill-name scope or needs a different stack.
When should I use this skill?
User user wants to X, Y, or Z.
What you get
Completed skill-name workflow with documented commands, files, and expected deliverables.
Files
Skill Name
Brief description of the skill and its purpose.
Prerequisites
List any setup requirements:
- Environment variables needed
- API keys required
- Dependencies (already listed in frontmatter above)
Example setup:
export SKILL_API_KEY="your_api_key"Quick Start
How to use the skill quickly:
cd <skill_directory>
python3 scripts/command.py --option valueUsage Examples
Example 1: Basic usage
python3 scripts/script.py "input"Output:
Expected output hereExample 2: Advanced usage
python3 scripts/script.py "input" --flag --option valueCommands
All commands run from the skill directory.
Command 1
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option valueCommand 2
python3 scripts/script2.py "param1" "param2"Scripts
script1.py- Description of what this script doesscript2.py- Description of what this script does
API Info
- Base URL: (if applicable)
- Rate Limits: (if applicable)
- Auth: (how authentication works)
- Docs: Link to official documentation
Troubleshooting
Issue 1
Symptom: Description of the problem
Solution: 1. Step 1 2. Step 2
Issue 2
Symptom: Description of the problem
Solution: 1. Step 1 2. Step 2
Examples
See examples/ directory for full workflow examples.
References
Notes
- Important note 1
- Important note 2
---
Frontmatter Guide
The YAML frontmatter at the top of this file is required:
| Field | Type | Required | Description |
|---|---|---|---|
name | string | ✓ | Unique identifier (kebab-case) |
description | string | ✓ | What the skill does and when to use it. Include trigger keywords and "Use when..." contexts inline. |
Creating Your Skill
1. Copy this template to skills/your-skill-name/ 2. Update the YAML frontmatter 3. Write your SKILL.md documentation 4. Add Python/shell scripts in scripts/ 5. Add usage examples in examples/ 6. Update skills.json with your skill entry 7. Test with your agent before submitting PR
Related skills
FAQ
What does skill-name do?
Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z.
When should I use skill-name?
User user wants to X, Y, or Z.
Is skill-name safe to install?
Review the Security Audits panel on this page before installing in production.