Add Parallel AI Integration
Integrates Parallel AI MCP into NanoClawbster for enhanced web research and analysis capabilities.
Install this skill
Security score
The Add Parallel AI Integration skill was audited on Mar 3, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 43 | ```bash |
Template literal with variable interpolation in command context
| 103 | 'Authorization': `Bearer ${parallelApiKey}` |
Template literal with variable interpolation in command context
| 110 | 'Authorization': `Bearer ${parallelApiKey}` |
Access to .env file
| 41 | Add `PARALLEL_API_KEY` to `.env`: |
Access to .env file
| 44 | # Check if .env exists, create if not |
Access to .env file
| 45 | if [ ! -f .env ]; then |
Access to .env file
| 46 | touch .env |
Access to .env file
| 50 | if ! grep -q "PARALLEL_API_KEY=" .env; then |
Access to .env file
| 51 | echo "PARALLEL_API_KEY=${API_KEY_FROM_USER}" >> .env |
Access to .env file
| 52 | echo "✓ Added PARALLEL_API_KEY to .env" |
Access to .env file
| 55 | sed -i.bak "s/^PARALLEL_API_KEY=.*/PARALLEL_API_KEY=${API_KEY_FROM_USER}/" .env |
Access to .env file
| 56 | echo "✓ Updated PARALLEL_API_KEY in .env" |
Access to .env file
| 62 | grep "PARALLEL_API_KEY" .env | head -c 50 |
Access to .env file
| 97 | const parallelApiKey = process.env.PARALLEL_API_KEY; |
Access to .env file
| 269 | - Verify API key is correct in .env |
Access to .env file
| 273 | - Ensure PARALLEL_API_KEY is in .env |
Access to .env file
| 286 | 1. Remove from .env: `sed -i.bak '/PARALLEL_API_KEY/d' .env` |
External URL reference
| 14 | 1. Parallel AI API key from https://platform.parallel.ai |
External URL reference
| 31 | > 1. Go to https://platform.parallel.ai |
External URL reference
| 101 | url: 'https://search-mcp.parallel.ai/mcp', |
External URL reference
| 108 | url: 'https://task-mcp.parallel.ai/mcp', |
Install this skill with one command
/learn @sskarz/add-parallel