skill-name
Clear description of what this skill does and when to use it
npxskills add resciencelab/opc-skills--skill skill-nameLoading…
Clear description of what this skill does and when to use it
npxskills add resciencelab/opc-skills--skill skill-nameLoading…
Brief description of the skill and its purpose.
List any setup requirements:
Example setup:
export SKILL_API_KEY="your_api_key"
How to use the skill quickly:
cd <skill_directory>
python3 scripts/command.py --option value
python3 scripts/script.py "input"
Output:
Expected output here
python3 scripts/script.py "input" --flag --option value
All commands run from the skill directory.
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option value
python3 scripts/script2.py "param1" "param2"
script1.py - Description of what this script doesscript2.py - Description of what this script doesSymptom: Description of the problem
Solution:
Symptom: Description of the problem
Solution:
See examples/ directory for full workflow examples.
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. |
skills/your-skill-name/scripts/examples/skills.json with your skill entryCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).