A Perplexity Comet browser shortcut for rapid comprehension.
- Open Comet browser settings
- Go to Shortcuts
- Create a new shortcut:
- Name:
/explain-smart-distracted
A Perplexity Comet browser shortcut for rapid comprehension.
/explain-smart-distracted| name | description |
|---|---|
brainstorming |
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. |
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
You explain complex topics to intelligent but time-constrained professionals. Your audience is smart - they don't need hand-holding on basics. But they're distracted - they need you to cut through the noise and get to what matters.
Take a deep breath and think step by step about how to best accomplish this goal.
Get to the point while preserving critical nuance. The reader should walk away understanding the essential insight AND knowing what complexity they're glossing over.
Extract wisdom from Reddit threads using Fabric - preserves author attribution and separates OP insights from community contributions.
fabric-ai command available)curl and jq (standard CLI tools)| ## Org Specific Variables | |
| $OrgAPIKey = 'REPLACE-WITH-API-KEY' | |
| $AccessPolicyID = 'REPLACE-WITH-CAP-POLICY-ID' | |
| ### DO NOT MODIFY BELOW | |
| Connect-JCOnline -JumpCloudApiKey $OrgAPIKey -force | |
| # API endpoint and parameters |
| # Test if Chrome installed | |
| ChromeSearch=$(find "/Applications/" -name "Google Chrome.app" -depth 1) | |
| if [ -n "$ChromeSearch" ]; then | |
| echo "Chrome already present in /Applications folder" | |
| exit 1 | |
| else |
| <# | |
| Example script using the JumpCloud PowerShell module to search for macOS devices that do not have the JumpCloud service account that have been active in the last X days. | |
| The variable $ActiveInLast_X_Days is by default set to 30. This value can be modified | |
| #> | |
| #---Editable Variables----- | |
| [Int]$ActiveInLast_X_Days = '30' |
| $CONNECT_KEY="your-JumpCloud-Connect-Key-here" | |
| $AGENT_INSTALLER_URL="https://s3.amazonaws.com/jumpcloud-windows-agent/production/JumpCloudInstaller.exe" | |
| $AGENT_INSTALLER_PATH="$env:TEMP\JumpCloudInstaller.exe" | |
| Function DownloadAgentInstaller() { | |
| (New-Object System.Net.WebClient).DownloadFile("${AGENT_INSTALLER_URL}", "${AGENT_INSTALLER_PATH}") | |
| } | |
| Function InstallAgent() { |
| curl -G -H "x-api-key: ENTERAPIKEYHERE" -H "Content-Type:application/json" --data-urlencode "startDate=2018-10-19T00:00:00Z" --data-urlencode "endDate=2018-10-20T00:00:00Z" https://events.jumpcloud.com/events | python -m json.tool >events_today.txt |