Adds a skill to integrate Parallel AI MCP servers for advanced web research. What it adds: - Quick Search MCP for fast web lookups (free to use) - Task MCP for deep research with scheduler-based polling - Non-blocking design using NanoClaw's scheduler Usage: Run /add-parallel to add this integration to your fork Follows NanoClaw philosophy: - Skills over features - integration is optional via skill - Keeps base codebase lean - Users run /add-parallel on their fork for clean code Co-authored-by: Janni Turunen <janni@Jannis-MacBook-Air.local> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
25 lines
185 B
Plaintext
25 lines
185 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Local data & auth
|
|
store/
|
|
data/
|
|
logs/
|
|
|
|
# Secrets
|
|
*.keys.json
|
|
.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
agents-sdk-docs
|
|
.backups/
|