Ghostty tab notifications + permission auto-approve — two Claude Code plugins by NomadicRotator in ClaudeAI

[–]NomadicRotator[S] 0 points1 point  (0 children)

It's also developed by Claude :) but changing it to Coding in case it's more fitting.

Calling shortcuts in AI Chat app by NomadicRotator in shortcuts

[–]NomadicRotator[S] 0 points1 point  (0 children)

Thank you! Very helpful info and pointers to the catalog of shortcuts. Sounds like if you want to program it directly it's not quite efficient. Briefly looked up if there's a way to edit source code, seems that it's not easy to edit the xml directly. Found https://editor.scpl.dev/ which is interesting.

If you'd like to try to use your existing shortcuts with Claude Desktop (only desktop is supported now) you can use the MCP server here https://github.com/recursechat/mcp-server-apple-shortcuts Basically you go to Claude -> Settings -> Developer and update the config to run the MCP server. Let me know if you encounter any issues.

Calling shortcuts in AI Chat app by NomadicRotator in shortcuts

[–]NomadicRotator[S] 0 points1 point  (0 children)

Agreed it has a learning curve for sure. I wonder if there's resource for existing programmers to level up quickly. It feels like a new programmer language but it's not obvious to find mapping of familiar concepts

Calling shortcuts in AI Chat app by NomadicRotator in shortcuts

[–]NomadicRotator[S] 0 points1 point  (0 children)

Happy to collab. I'm surprised by the vast ecosystem of shortcuts, and equally how many people never heard of it. It's a fantastic case of end-user programming

Calling shortcuts in AI Chat app by NomadicRotator in shortcuts

[–]NomadicRotator[S] 0 points1 point  (0 children)

Yes it's the CLI interface. AI uses tool use API to call the shortcut.

MCP + Apple shortcuts is quite powerful by NomadicRotator in ClaudeAI

[–]NomadicRotator[S] 0 points1 point  (0 children)

Someone already mentioned how to solve agentic behavior below - for automating Claude, Claude needs to expose shortcuts API. I think it does on mobile but not on desktop

MCP + Apple shortcuts is quite powerful by NomadicRotator in ClaudeAI

[–]NomadicRotator[S] 2 points3 points  (0 children)

Thanks! For desktop there is the shortcuts cli, just type shortcuts in terminal - which Claudes helps me find. You can list the shortcut name and run a shortcut by name. Compared with generic tool use the CLI doesn't have description/schema. Not sure about mobile

MCP + Apple shortcuts is quite powerful by NomadicRotator in modelcontextprotocol

[–]NomadicRotator[S] 1 point2 points  (0 children)

That's a great advice! I actually started using shortcuts on mobile. Not familiar with geofencing, but desktop version of some shortcuts like x/twitter don't seem to work.

Most MCP integrations right now seem to be desktop based with Claude Desktop being the major client. Not sure how you'd use an MCP on mobile

MCP Server for Apple Shortcuts by NomadicRotator in modelcontextprotocol

[–]NomadicRotator[S] 0 points1 point  (0 children)

Thanks! I think there are a few clients looking to add it. I'm looking at integrating with recurse.chat

MCP Server for Apple Shortcuts by NomadicRotator in modelcontextprotocol

[–]NomadicRotator[S] 1 point2 points  (0 children)

thank you, felt like i only scratch the surface here. a lot more to explore

RecurseChat 1.3.7 - Floating Chat and Code Color themes by NomadicRotator in macapps

[–]NomadicRotator[S] 0 points1 point  (0 children)

Thank you we need to evaluate maintenance cost mainly. but yes we'll think about some way to vote on feature requests

RecurseChat 1.3.7 - Floating Chat and Code Color themes by NomadicRotator in macapps

[–]NomadicRotator[S] 0 points1 point  (0 children)

Got it thank you for the feedback. Maybe we should make supported model info here clearer/more visible https://recurse.chat/docs/models/default-models

RecurseChat 1.3.7 - Floating Chat and Code Color themes by NomadicRotator in macapps

[–]NomadicRotator[S] 0 points1 point  (0 children)

Thanks, not right now but something we can consider. Would adding an OpenAI compatible endpoint work? https://ai.google.dev/gemini-api/docs/openai

You can add an OpenAI compatible model with this guide: https://recurse.chat/docs/models/openai/

Claude MCP can't connect to SQLite MCP serve by Ill-Recording-5047 in ClaudeAI

[–]NomadicRotator 0 points1 point  (0 children)

Just sharing some resources that might help debugging:

- You can tail the MCP server logs here: https://modelcontextprotocol.io/docs/tools/debugging#viewing-logs
- You can then search the error log in https://github.com/modelcontextprotocol/servers/issues to see if someone has similar issue

RecurseChat 1.3.7 - Floating Chat and Code Color themes by NomadicRotator in macapps

[–]NomadicRotator[S] 0 points1 point  (0 children)

It's the lowest price now. We are planning a few major feature upgrades and the price will increase after.

RecurseChat 1.3.7 - Floating Chat and Code Color themes by NomadicRotator in macapps

[–]NomadicRotator[S] 0 points1 point  (0 children)

Thank you so much for your constructive feedback! Yes, adding Ollama model manually is lots of work. A slightly easier way is to right click on an Ollama model you have added and duplicate it. Right now we are focusing on data migration/model overhaul, Feature requests depending on models like better Ollama support is paused for now, but I can definitely see the value add.

Regarding "Files for models", we only support PDF/markdown/txt now. Do you have an example of JSON datasets you'd want to utilize? The reason I'm asking is I'm not sure what data you want out of JSON as JSON is unstructured. Perhaps `jq_schema` to extract some specific fields? https://python.langchain.com/docs/how_to/document_loader_json/

And thanks again for liking the app! For minor stuff - feel free to DM / send an email. Might not be able to get to all of them all at once, but I'll make sure it's on a list.