Loading...
Loading...
Clear description of what this skill does and when to use it
npx skill4agent add resciencelab/opc-skills skill-nameexport SKILL_API_KEY="your_api_key"cd <skill_directory>
python3 scripts/command.py --option valuepython3 scripts/script.py "input"Expected output herepython3 scripts/script.py "input" --flag --option valuepython3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option valuepython3 scripts/script2.py "param1" "param2"script1.pyscript2.pyexamples/| Field | Type | Required | Description |
|---|---|---|---|
| string | ✓ | Unique identifier (kebab-case) |
| string | ✓ | What the skill does and when to use it |
| array | ✓ | Keywords that activate this skill |
| object | Dependent skills (format: |
"^1.0.0"">=1.0.0""1.0.0"">=1.0.0,<2.0.0"skills/your-skill-name/scripts/examples/skills.json