Skip to content

Commit effc140

Browse files
committed
Move skills inside sandboxes, remove top-level skills directory
1 parent ddad93a commit effc140

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thank you for your interest in contributing to the NemoClaw Community ecosystem.
55
## Ways to Contribute
66

77
- **Sandbox images** -- Add new domain-specific sandbox environments under `sandboxes/`
8-
- **Skills** -- Create agent skills and tool definitions under `skills/`
8+
- **Skills** -- Create agent skills and tool definitions inside a sandbox's `skills/` directory
99
- **Bug fixes** -- Fix issues in existing sandboxes, skills, or configurations
1010
- **Documentation** -- Improve READMEs, guides, and usage examples
1111
- **Integrations** -- Connect NemoClaw to new tools, platforms, or workflows
@@ -40,9 +40,9 @@ Requirements:
4040

4141
## Adding a Skill
4242

43-
Skills go under `skills/`. Each skill should include:
44-
- A clear description of what it does
45-
- Input/output schema
43+
Skills live inside their sandbox's `skills/` directory (e.g., `sandboxes/openclaw/skills/my-skill/`). Each skill should include:
44+
- A `SKILL.md` describing what it does and when to use it
45+
- Any supporting files the skill needs
4646
- A README with usage examples
4747

4848
## Submitting a Pull Request

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ This repo is the community ecosystem around NemoClaw -- a hub for contributed sk
99
| Directory | Description |
1010
|-----------|-------------|
1111
| `brev/` | [Brev](https://brev.dev) launchable for one-click cloud deployment of NemoClaw |
12-
| `sandboxes/` | Pre-built sandbox images for domain-specific workloads |
13-
| `skills/` | Community-contributed agent skills and tool definitions |
12+
| `sandboxes/` | Pre-built sandbox images for domain-specific workloads (each with its own skills) |
1413

1514
### Sandboxes
1615

0 commit comments

Comments
 (0)