بنقرة واحدة
perplexity-research
Web research via Perplexity Sonar API -- search, fact-check, analyze trends
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Web research via Perplexity Sonar API -- search, fact-check, analyze trends
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fetch a SPECIFIC Twitter/X tweet, article, thread, profile, or timeline by URL/id via the SocialData API. Use when: a Twitter link, read a known tweet, check a profile, read a thread. For SEARCH / discovery / 'what's trending in a niche', use the `x-research` skill (Grok Live Search) instead — this skill is fetch-only.
Agentic skills framework (pcvelz fork): TDD, debugging, planning, code-review, git-worktrees, parallel agents. 15 skills with .tasks.json persistence between sessions.
Generate Excalidraw diagrams from JSON. Pipeline, mindmap, flowchart. Use when: draw diagram, visualize, architecture schema, mindmap.
Create charts, tables, and data visualizations via Datawrapper API
Local kanban board for AI agents. Agents create/update/complete tasks, track status visually. Use when: manage tasks, kanban, create task, update status, task board.
Transcribe voice messages (.ogg) via Groq Whisper API. When you see <media:audio> in a message, extract the file path and transcribe it using the included script.
| name | perplexity-research |
| description | Web research via Perplexity Sonar API -- search, fact-check, analyze trends |
Search the web, fact-check claims, analyze trends, and find best practices using the Perplexity Sonar API.
When the user asks to research a topic, fact-check, or find current information:
~/.claude-lab/shared/secrets/perplexity.env~/.claude-lab/shared/secrets/perplexity.envPPLX_KEY=$(cat ~/.claude-lab/shared/secrets/perplexity.env)
curl -X POST "https://api.perplexity.ai/chat/completions" \
-H "Authorization: Bearer $PPLX_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sonar",
"messages": [
{"role": "user", "content": "What are the best practices for Claude Code agent architecture in 2026?"}
]
}'