🎯

perplexity-tools

🎯Skill

from bsamiee/parametric_forge

VibeIndex|
What it does

perplexity-tools skill from bsamiee/parametric_forge

perplexity-tools

Installation

Install skill:
npx skills add https://github.com/bsamiee/parametric_forge --skill perplexity-tools
1
AddedJan 27, 2026

Skill Details

SKILL.md

>-

Overview

# [H1][PERPLEXITY-TOOLS]

>Dictum: Specialized models optimize response quality.


Execute Perplexity AI queries via unified Python CLI.

[IMPORTANT] Commands require --query. API key auto-injected via 1Password.

```bash

# Quick questionβ€”citations (sonar)

uv run .claude/skills/perplexity-tools/scripts/perplexity.py ask --query "What is Effect-TS?"

# Deep research (sonar-deep-research)

uv run .claude/skills/perplexity-tools/scripts/perplexity.py research --query "React 19 new features"

uv run .claude/skills/perplexity-tools/scripts/perplexity.py research --query "Vite 7 migration" --strip-thinking

# Reasoning task (sonar-reasoning-pro)

uv run .claude/skills/perplexity-tools/scripts/perplexity.py reason --query "Compare Vite vs Webpack"

uv run .claude/skills/perplexity-tools/scripts/perplexity.py reason --query "Effect vs RxJS" --strip-thinking

# Web search (sonar)

uv run .claude/skills/perplexity-tools/scripts/perplexity.py search --query "Nx 22 Crystal" --max-results 5

```

---

[1][OUTPUT]

Commands return: {"status": "success|error", ...}.

| [INDEX] | [CMD] | [RESPONSE] |

| :-----: | ---------- | -------------------------------- |

| [1] | ask | {query, response, citations[]} |

| [2] | research | {query, response, citations[]} |

| [3] | reason | {query, response} |

| [4] | search | {query, results[]} |

More from this repository10

🎯
mermaid-diagramming🎯Skill

Generates comprehensive Mermaid diagrams across 22 types with advanced styling, layout, and semantic categorization for complex visual modeling.

🎯
nx-tools🎯Skill

Queries Nx workspace metadata, project configurations, affected projects, generators, and dependency graphs via unified Python CLI.

🎯
tavily-tools🎯Skill

Executes web searches, content extraction, website crawling, and site structure mapping using Tavily AI's web operations via a unified Python CLI.

🎯
n8n-builder🎯Skill

Generates compliant n8n workflow JSON with dynamic nodes, connections, and settings for programmatic workflow automation and AI agent scaffolding.

🎯
hostinger-tools🎯Skill

Manages Hostinger cloud infrastructure and services through comprehensive API interactions for VPS, domains, billing, and hosting operations.

🎯
command-builder🎯Skill

Streamlines complex command generation by dynamically constructing shell and CLI commands with flexible parameter mapping and validation

🎯
sonarcloud-tools🎯Skill

Queries SonarCloud API to retrieve code quality metrics, issues, hotspots, and analysis history via a unified Python CLI.

🎯
output-style-builder🎯Skill

Generates structured output formats and response style configurations for Claude, optimizing data serialization and agent communication.

🎯
context7-tools🎯Skill

Retrieves comprehensive library documentation via a unified Python CLI, enabling precise resolution and fetching of programming library references.

🎯
github-tools🎯Skill

Manages GitHub operations comprehensively using gh CLI, enabling issue, PR, workflow, and repository interactions with zero-config defaults.