Update wiki/app-automation.md
9c56cc31213e harrisonqian 2026-04-12 1 file
index e2992a2..48e61ed 100644
@@ -1,5 +1,5 @@
---
-visibility: public
+visibility: public-edit
---
# app automation (via Composio)
@@ -8,6 +8,8 @@ visibility: public
**what this is:** Composio provides a `connect-apps` plugin that lets Claude take real actions in external apps — send emails, create issues, post to Slack, etc. the skills below are pre-built workflow guides for specific apps.
+**what actually works well:** the code & DevOps integrations (GitHub, Linear, Jira, Sentry) and email integrations (Gmail, SendGrid) tend to be the most reliable — they map cleanly to API actions. CRM and project management integrations are decent for reads but flakier for complex writes. social media integrations are the most hit-or-miss — API rate limits and auth flows make them fragile. calendar integrations work but watch for timezone bugs.
+
**how to set up:**
```bash
claude --plugin-dir ./connect-apps-plugin