perplexity-tools
π―Skillfrom bsamiee/parametric_forge
perplexity-tools skill from bsamiee/parametric_forge
Installation
npx skills add https://github.com/bsamiee/parametric_forge --skill perplexity-toolsSkill Details
>-
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
Generates comprehensive Mermaid diagrams across 22 types with advanced styling, layout, and semantic categorization for complex visual modeling.
Queries Nx workspace metadata, project configurations, affected projects, generators, and dependency graphs via unified Python CLI.
Executes web searches, content extraction, website crawling, and site structure mapping using Tavily AI's web operations via a unified Python CLI.
Generates compliant n8n workflow JSON with dynamic nodes, connections, and settings for programmatic workflow automation and AI agent scaffolding.
Manages Hostinger cloud infrastructure and services through comprehensive API interactions for VPS, domains, billing, and hosting operations.
Streamlines complex command generation by dynamically constructing shell and CLI commands with flexible parameter mapping and validation
Queries SonarCloud API to retrieve code quality metrics, issues, hotspots, and analysis history via a unified Python CLI.
Generates structured output formats and response style configurations for Claude, optimizing data serialization and agent communication.
Retrieves comprehensive library documentation via a unified Python CLI, enabling precise resolution and fetching of programming library references.
Manages GitHub operations comprehensively using gh CLI, enabling issue, PR, workflow, and repository interactions with zero-config defaults.