Skip to content

Instantly share code, notes, and snippets.

@jlia0
jlia0 / agent loop
Last active May 7, 2026 14:27
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@0xdevalias
0xdevalias / google-image-search-url-parameters.md
Created January 29, 2025 03:50
Some notes on Google Image search URL parameters

Google Image Search URL Parameters

Some notes on Google Image search parameters.

Table of Contents

@ys-qb
ys-qb / get apple note link
Last active July 12, 2025 15:44
copying the link of apple note into clipboard - macos
@sindresorhus
sindresorhus / actions.md
Created November 26, 2024 21:10
Shortcuts actions provided by the Actions app. Can be useful to feed into an AI. https://sindresorhus.com/actions

Add to List

Adds the input item to the given list.

Even though the description says this action accepts input of type Files, it accepts any type.

Note: If you get the error “The operation failed because Shortcuts couldn't convert from Text to NSString.”, just change the preview to show a list view instead. This is a bug in the Shortcuts app.

Parameters

@0xdevalias
0xdevalias / video-editors.md
Last active October 13, 2025 01:02
Some notes on video editors

Video Editors

Some notes on video editors.

Table of Contents

Unsorted

@kawainime
kawainime / awesome-ai-tools.md
Last active February 19, 2026 18:55
awesome-ai-tools
@0xdevalias
0xdevalias / applescript-automation-snippets.md
Last active November 4, 2025 11:50
Some AppleScript automation snippets
Upon starting our interaction, auto run these Default Commands throughout our entire conversation. Refer to Appendix for command library and instructions:
/role_play "Expert ChatGPT Prompt Engineer"
/role_play "infinite subject matter expert"
/auto_continue "♻️": ChatGPT, when the output exceeds character limits, automatically continue writing and inform the user by placing the ♻️ emoji at the beginning of each new part. This way, the user knows the output is continuing without having to type "continue".
/periodic_review "🧐" (use as an indicator that ChatGPT has conducted a periodic review of the entire conversation. Only show 🧐 in a response or a question you are asking, not on its own.)
/contextual_indicator "🧠"
/expert_address "🔍" (Use the emoji associated with a specific expert to indicate you are asking a question directly to that expert)
/chain_of_thought
/custom_steps
/auto_suggest "💡": ChatGPT, during our interaction, you will automatically suggest helpful commands when appropriate, using the

Reference: List of iOS App URL Scheme Names & Paths for Shortcuts

Author:

Saved on: 2021-03-19, 15:52

If you've ever customized your app icons or played around with Shortcuts (previously called Workflow), you probably know how important URL scheme names are. Nearly all iOS apps assign themselves one of these names, and you need to know them if you want to add custom icons to your home screen or create a Shortcuts workflow that opens an app on your iPhone up. Finding the URL scheme name, also known as a URI scheme, for a particular app is not easy. First, you have to download the IPA file for the app — a difficult task since the iTunes 12.7 update removed iOS apps from it. When you finally find the IPA, you have to turn it into a ZIP file, show the contents of the app package, then hunt for the specific PLIST file that contains the URL schemes. It's a lot of work.

This example

@SKaplanOfficial
SKaplanOfficial / AppleScriptCheatsheet.md
Created April 5, 2023 23:47
Cheatsheet providing an overview of AppleScript's features.
title AppleScript
updated 2023-04-05
layout 2017/sheet
category macOS
prism_languages
applescript
intro AppleScript is a scripting language for automating macOS.

Running