scope-validatorlisted
Install: claude install-skill genfeedai/skills
# Scope Validator
Helps users and contributors understand whether a feature belongs in:
- **OSS Core** → Submit a PR or feature request to [genfeedai/core](https://github.com/genfeedai/core)
- **Cloud SaaS** → Subscribe at [genfeed.ai/cloud](https://genfeed.ai/cloud)
## When This Activates
- User asks "should this be in core or cloud?"
- User wants to contribute a new node or feature
- User requests social publishing features
- User asks about RSS/Twitter/feed integration
- Feature request triage
- PR review for scope compliance
## OSS Core Scope
### Included Nodes (26 total)
#### Input Nodes (5)
| Node | Type | Description |
|------|------|-------------|
| Image Input | `imageInput` | Upload or reference an image |
| Audio Input | `audioInput` | Upload an audio file (MP3, WAV) |
| Video Input | `videoInput` | Upload or reference a video file |
| Prompt | `prompt` | Text prompt for AI generation |
| Template | `template` | Preset prompt template |
#### AI Nodes (7)
| Node | Type | Description |
|------|------|-------------|
| Image Generator | `imageGen` | Generate images with nano-banana models |
| Video Generator | `videoGen` | Generate videos with veo-3.1 models |
| LLM | `llm` | Generate text with meta-llama |
| Lip Sync | `lipSync` | Generate talking-head video from image/video and audio |
| Voice Change | `voiceChange` | Replace or mix audio track in a video |
| Text to Speech | `textToSpeech` | Convert text to natural-sounding speech |
| Transcribe | `transcr