Tagging Agent — DevOps skill for Claude Code
AI support-inbox tagging agent: AWS Lambda + Step Functions, Help Scout, Jev/Claude classification.
How to install Tagging Agent
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open amkob868/tagging-agent and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Tagging Agent does
AI support-inbox tagging agent: AWS Lambda + Step Functions, Help Scout, Jev/Claude classification.
Alternatives in DevOps
- Azure Functions Python — Azure Functions development for Python 1.8k ★
- AWS Skills Pack — AWS cloud services skills 1.6k ★
- Proxy — route Claude Code requests through multiple upstream providers (OpenCode Go, OpenCode Zen, and AWS Bedrock) wi 957 ★
README
Support Agent AWS
Automated customer support ticket enrichment system built on AWS serverless infrastructure. When a new Help Scout conversation arrives, the system automatically looks up the customer in Acme, enriches the ticket with organization data, marketplace integrations, tags, and research notes.
Architecture
Help Scout Webhook → API Gateway → webhook-handler → Step Functions
├→ acme-lookup
├→ integration-fetcher
├→ property-updater
├→ conversation-tagger
└→ note-creator
Slack (#ai-training) → API Gateway → slack-orchestrator → DynamoDB
Lambda Functions
Step Functions Pipeline
| Function | Purpose |
|---|---|
| webhook-handler | Receives Help Scout webhooks, validates payload, filters spam/staff emails, starts Step Functions |
| acme-lookup | Searches Acme for customer organizations (DESIGN/ENDUSER) by email |
| integration-fetcher | Fetches Etsy, Shopify, WooCommerce integrations for designer orgs |
| property-updater | Updates Help Scout customer properties (account type, org ID, shop URLs, affiliate status) |
| conversation-tagger | Tags conversations using keyword rules, dynamic DynamoDB rules, and Claude AI classification |
| note-creator | Creates research notes with customer links, order history, translations, and dynamic capabilities |
Standalone
| Function | Purpose |
|---|---|
| slack-orchestrator | Listens to #ai-training Slack channel for messages starting with #, uses Claude to extract tagging rules and research capabilities, stores them in DynamoDB |
Shared Libraries
- @support-agent-aws/shared - Types (
ProcessingContext,Organization,Integration), secrets manageme
Related Skills
Claude Ops
Business operating system for Claude Code — 57 skills, 21 agents, smart daemon. Unified inbox (WhatsApp/Email/
AWS
AWS patterns and best practices. Use when working with S3, Lambda, DynamoDB, IAM, SQS, or other AWS services.
Claude AWS Cost Saver
Claude Code plugin that finds AWS cost savings. 163 checks across EC2, RDS, S3, Lambda, and 30+ services.
AWS Observability Labs
Terraform-driven AWS CloudWatch labs covering governance, dashboards & alarms, CloudWatch Agent, EMF/PutMetric
AWS Streaming Analytics Pipeline
End-to-end AWS data engineering pipeline (Kinesis, Firehose, S3, Glue, Lambda, Redshift, IAM) simulating Fire
Azure
Azure identity (Workload Identity, OIDC, Entra ID), resource tagging, AKS platform patterns, RBAC scoping, and
Related Agents
Flutter AWS
Use this agent when integrating AWS services with Flutter apps. Specializes in AWS Amplify, Cognito authentica
AWS Specialist
AWS infrastructure specialist. Lambda, SQS, S3, RDS, IAM, and serverless patterns. Use when designing AWS arch
Release Safety Reviewer
Focused worker for AWS CDK, Lambda deployment safety, blue-green rollout automation, Jenkins, GitHub Actions,