These are some of the custom OmniWeb 5 shortcuts I use on a regular basis:
(There is no good export feature, so this is the raw XML code from ~/Library/Preferences/com.omnigroup.OmniWeb5.plist, you can manually add these to that file)
- Amazon: Search all of amazon
<key>amazon@</key>
<dict>
<key>encoding</key>
<string>application/x-www-form-urlencoded</string>
<key>formData</key>
<string>url=index%3Dblended&field-keywords=%@</string>
<key>format</key>
<string>http://www.amazon.com/exec/obidos/search-handle-form/</string>
<key>method</key>
<string>POST</string>
<key>name</key>
<string>Amazon.com</string>
</dict>
- All Music Guide: Search by artist name
<key>amg@</key>
<dict>
<key>encoding</key>
<string>application/x-www-form-urlencoded</string>
<key>formData</key>
<string>P=amg&sql=%@&opt1=1</string>
<key>format</key>
<string>http://www.allmusic.com/cg/amg.dll</string>
<key>method</key>
<string>POST</string>
<key>name</key>
<string>AMG All Music Guide</string>
</dict>
<key>ebay@</key>
<dict>
<key>formData</key>
<string>cgiurl=http%3A%2F%2Fcgi.ebay.com%2Fws%2F&sokeywordredirect=1&from=R8&satitle=%@</string>
<key>format</key>
<string>http://search.ebay.com/search/search.dll?cgiurl=http%3A%2F%2Fcgi.ebay.com%2Fws%2F&sokeywordredirect=1&from=R8&satitle=%@</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>eBay items</string>
</dict>
<key>fedex@</key>
<dict>
<key>format</key>
<string>http://www.fedex.com/cgi-bin/tracking?action=track&language=english&last_action=alttrack&ascend_header=1&cntry_code=us&initial=x&mps=y&tracknumbers=%@</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>FedEx tracking</string>
</dict>
<key>gis@</key>
<dict>
<key>formData</key>
<string>q=%@&ie=ISO-8859–1&hl=en</string>
<key>format</key>
<string>http://images.google.com/images?q=%@&ie=ISO-8859-1&hl=en</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>Google Image Search</string>
</dict>
<key>gl@</key>
<dict>
<key>format</key>
<string>http://www.google.com/search?ie=utf8&oe=utf8&q=%@&btnI=I'm+Feeling+Lucky</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>Google (Lucky)</string>
</dict>
- Merriam-Webster: Dictionary
<key>mw@</key>
<dict>
<key>formData</key>
<string>book=Dictionary&va=%@</string>
<key>format</key>
<string>http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=%@</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>Merriam-Webster Online</string>
</dict>
<key>news@</key>
<dict>
<key>formData</key>
<string>hl=en&edition=us&ie=ascii&q=%@</string>
<key>format</key>
<string>http://news.google.com/news?hl=en&edition=us&ie=ascii&q=%@</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>Google News</string>
</dict>
- SANS IP port usage: Find out what’s going on in your logs
<key>port@</key>
<dict>
<key>format</key>
<string>http://isc.sans.org/port_details.html?port=%@</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>IP Ports</string>
</dict>
<key>seller@</key>
<dict>
<key>formData</key>
<string>MfcISAPICommand=ViewListedItems&userid=%@&since=7&sort=3&rows=25</string>
<key>format</key>
<string>http://cgi6.ebay.com/ws/eBayISAPI.dll?MfcISAPICommand=ViewListedItems&userid=%@&since=7&sort=3&rows=25</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>eBay Seller Search</string>
</dict>
<key>ups@</key>
<dict>
<key>format</key>
<string>http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&tracknums_displayed=1&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=%@&track.x=0&track.y=0</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>UPS tracking</string>
</dict>
<key>usps@</key>
<dict>
<key>encoding</key>
<string>application/x-www-form-urlencoded</string>
<key>formData</key>
<string>CAMEFROM=OK&strOrigTrackNum=%@</string>
<key>format</key>
<string>http://trkcnfrm1.smi.usps.com/netdata-cgi/db2www/cbd_243.d2w/output</string>
<key>method</key>
<string>POST</string>
<key>name</key>
<string>USPS tracking</string>
</dict>
- Weather.com local forecast
<key>weather@</key>
<dict>
<key>formData</key>
<string>where=%@&what=WeatherLocalUndeclared&lswe=&lswa=&search=search&whatprefs=</string>
<key>format</key>
<string>http://www.weather.com/search/enhanced?where=%@&what=WeatherLocalUndeclared&lswe=&lswa=&search=search&whatprefs=</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>weather.com</string>
</dict>
- Wikipedia: Internet Encyclopedia
<key>wp@</key>
<dict>
<key>formData</key>
<string>search=%@</string>
<key>format</key>
<string>http://en.wikipedia.org/wiki/Special:Search?search=%@</string>
<key>method</key>
<string>GET</string>
<key>name</key>
<string>Wikipedia</string>
</dict>
del.icio.us shortcuts adapted from Us.ef.ul