ワンクリックで
setup
Set up the Parallel plugin (install CLI)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Set up the Parallel plugin (install CLI)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build Slack bots with Bolt for JavaScript on Bun. Use this skill whenever the user wants to add a Slack command, event handler, assistant, modal, interactive component, or any Slack integration. Also triggers on "add a slash command", "Slack notification", "Slack bot", "app_mention", "Assistant API", "Slack event", "weekly digest", "scheduled message", or "reaction handler". Covers both real-time handlers (commands, events, modals) and scheduled/proactive messages.
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
Run compliance-discovery sources against the configured nonprofit entity and report findings. Use this skill when the user asks "are we compliant?", "check our IRS status", "verify our tax-exempt status", "run a compliance check", "is our 501(c)(3) still active?", or when they want to refresh the compliance picture before a board meeting, audit, or grant application. Phase 3 covers IRS TEOS/BMF, public CA AG Registry Search Tool/detail pages, public CA SOS bizfile checks, public CA FTB Entity Status Letter checks, public CDTFA permit verification, and user-assisted authenticated CA portal checks.
Capture the nonprofit's identifying information for compliance discovery and persist it to Secret Manager (entity IDs) and BigQuery (entity attributes). Use this skill when the user is setting up the compliance toolkit for a new nonprofit, when they say "onboard us", "set up compliance", "register our nonprofit details", "configure the compliance module", or when running `compliance-discover` reports that no entity is configured. Also use when the user wants to update the legal name, EIN, fiscal year end, or mailing address on file.
Summarize the configured nonprofit's stored compliance state without running network discovery. Use this skill when the user asks for current compliance status, the latest stored findings, or whether prior discovery found anything that needs attention.
Bulk data enrichment. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or inline data. Supports multi-turn: pass --previous-interaction-id from a prior research or enrichment to carry context forward.
| name | setup |
| description | Set up the Parallel plugin (install CLI) |
| user-invocable | true |
| allowed-tools | Bash(curl:*), Bash(pipx:*), Bash(parallel-cli:*) |
| metadata | {"author":"parallel"} |
Try the install script first:
curl -fsSL https://parallel.ai/install.sh | bash
If unable to install that way, install via pip instead:
pipx install "parallel-web-tools[cli]"
pipx ensurepath
parallel-cli login
parallel-cli auth
If parallel-cli not found, add ~/.local/bin to PATH.