From Cross-Border Wealth & Tax
Execute actions beyond analysis — send reports via Gmail, post to Slack, save to Google Drive, run web searches, fetch documents, create GitHub issues. The "do it" skill that turns analysis into action. Always confirms before executing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cross-border-wealth:action-executor [action description | "send report to X" | "save to Drive" | "post to Slack"][action description | "send report to X" | "save to Drive" | "post to Slack"]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Executes actions using connected MCP tools and integrations. Turns analysis into action — send, save, post, search, fetch.
Executes actions using connected MCP tools and integrations. Turns analysis into action — send, save, post, search, fetch.
Load practice profile. Read ~/.claude/plugins/config/legal-engineering/cross-border-wealth/CLAUDE.md for integration status and preferences.
Determine the action. From $ARGUMENTS:
| Action | Tool | Requirements |
|---|---|---|
| Send report via email | Gmail MCP | Recipient, subject, body, attachment |
| Post update to Slack | Slack MCP | Channel, message |
| Save to Google Drive | Google Drive MCP | Folder, filename, content |
| Search for legal authority | Westlaw MCP / web search | Query |
| Fetch a document | Web fetch | URL |
| Create a research task | GitHub MCP | Repo, issue title, body |
Confirm before executing. Always show the user exactly what will happen:
I'll [action description]:
- To: [recipient/destination]
- Content: [summary of what will be sent/saved/posted]
- Attachments: [if any]
Proceed? (yes / no / edit)
Destination check. Before sending any output:
Execute the action. Use the appropriate MCP tool. Report the result.
Log the action. Record what was sent, where, when, and by whom in the matter workspace (if active).
npx claudepluginhub zereo0317/legal-engineering-system --plugin cross-border-wealthCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.