Recipe Log Deal Update
This skill automatically logs recipe deals and updates within your workspace, streamlining inventory management for food businesses.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-log-deal-update npx -- -y @trustedskills/recipe-log-deal-update
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-log-deal-update": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-log-deal-update"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-log-deal-update skill allows AI agents to programmatically update deal records within Google Workspace sales pipelines. It enables automated logging of specific transaction details, ensuring that CRM data remains current without manual intervention.
When to use it
- Automate the recording of new lead interactions directly into your sales database.
- Update existing deal stages or values based on external triggers or scheduled tasks.
- Ensure compliance by automatically logging required deal attributes after every customer meeting.
- Sync deal information from marketing automation tools into Google Workspace seamlessly.
Key capabilities
- Updates specific fields within a deal record.
- Logs new entries for deals in the pipeline.
- Integrates directly with the Google Workspace CLI environment.
- Supports batch processing for multiple deal updates.
Example prompts
- "Update the 'Stage' field to 'Negotiation' for all deals created this week."
- "Log a new note about the client's feedback on pricing into deal ID 12345."
- "Synchronize the closing date from our external calendar and update the corresponding deal record."
Tips & gotchas
Ensure your AI agent has the necessary Google Workspace API permissions to modify sales data before executing updates. Always validate the target deal IDs in your prompts to prevent accidental overwrites of incorrect records.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.