Add Parallel AI Integration

Integrate Parallel AI MCP servers for web search and deep research into NanoClaw.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/nutterbrand/nanoclaw --skill add-parallel-ai-integration-nutterbrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Add Parallel AI Integration
Source: https://github.com/nutterbrand/nanoclaw/tree/main/.claude/skills/add-parallel
Command: npx skills add https://github.com/nutterbrand/nanoclaw --skill add-parallel-ai-integration-nutterbrand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill integrates Parallel AI's powerful web search and deep research capabilities into NanoClaw, enabling more comprehensive and efficient information gathering without blocking the main assistant process.

Core Features & Use Cases

  • Quick Search: Perform fast web lookups using the Parallel Search API for immediate factual information.
  • Deep Research: Conduct in-depth analysis using the Parallel Task API for complex topics, with user permission.
  • Non-blocking Design: Leverages the NanoClaw scheduler to poll for results, ensuring the assistant remains responsive.
  • Use Case: Ask your assistant to "research the history of quantum computing" and it will use the Deep Research tool, asking for your permission first, and then notify you when the comprehensive analysis is ready.

Quick Start

Follow the instructions to add your Parallel AI API key and integrate the new web research tools.

Frequently Asked Questions about Add Parallel AI Integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Parallel AI web search into my assistant?

Integrating Parallel AI web search requires adding your Parallel AI API key and updating the container and agent runner scripts. This enables quick factual lookups and in-depth analysis via scheduled polling.

What is the difference between quick search and deep research with Parallel AI?

Quick search uses the Parallel Search API for immediate factual information, while deep research uses the Parallel Task API for complex topics. Deep research requires user permission and polls for results to avoid blocking the assistant.

Do I need an API key to use Parallel AI for web research?

Yes, a Parallel AI API key is required to enable web research capabilities. You must configure this key within your assistant to activate the quick search and deep research tools.

Can I schedule deep research tasks without blocking my assistant?

Yes, you can schedule deep research tasks without blocking your assistant. The integration leverages the NanoClaw scheduler to poll for results, ensuring the main assistant process remains responsive during analysis.

Why does deep research require user permission before starting?

Deep research requires user permission because it initiates complex, in-depth analysis using the Parallel Task API. This ensures user consent before conducting comprehensive web research that polls for scheduled results.