freshservice-automation
Automate Freshservice ITSM Ticket Operations
Streamline IT service management by automating Freshservice ticket workflows through AI. Reduce manual ticket handling with predefined patterns for creating, updating, and managing tickets at scale.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "freshservice-automation". List tickets updated since yesterday with high priority
Resultado esperado:
Found 5 high priority tickets updated since 2024-01-15: Ticket #1234 (Database connectivity issues), Ticket #1256 (API rate limit errors), Ticket #1289 (Login page timeout), Ticket #1301 (Mobile app crash on iOS), Ticket #1312 (Email delivery delays)
A utilizar "freshservice-automation". Create a ticket for network outage in Building A
Resultado esperado:
Ticket #1345 created successfully. Subject: 'Network Outage - Building A'. Status: Open. Priority: High. Requester: facilities@company.com. Assigned to Network Operations team.
Auditoria de Segurança
SeguroAll static analysis findings are false positives. The SKILL.md file is documentation only (no executable code). Backtick patterns are markdown formatting for tool names, not Ruby shell execution. The hardcoded URL is the legitimate Rube MCP server endpoint. Numeric codes are ITSM status/priority values, not cryptographic operations. No security threats identified.
Problemas de Baixo Risco (1)
Fatores de risco
🌐 Acesso à rede (1)
⚙️ Comandos externos
Pontuação de qualidade
O Que Você Pode Construir
IT Support Team Lead
Automate daily ticket triage by listing unassigned tickets, bulk updating priorities based on keywords, and creating incident tickets from monitoring alerts
Service Desk Analyst
Quickly create tickets from email requests, search for related tickets before responding, and update ticket status as work progresses through resolution
DevOps Engineer
Integrate infrastructure monitoring with Freshservice by creating automated tickets for alerts and linking service requests to parent incident tickets
Tente Estes Prompts
List all Freshservice tickets with high or urgent priority that were updated in the last 7 days. Include requester information and sort by most recently updated first.
Create a new Freshservice ticket for a server outage. Subject: 'Production Server Down'. Description: 'Web server prod-web-03 is unresponsive since 14:30 UTC'. Set priority to Urgent, status to Open, and assign to requester email ops-team@company.com
Find all tickets assigned to user ID 5001 that have status Open. Update all of them to status Pending with a note that the assigned technician is out of office until next week.
Create a service request for catalog item 'new-laptop-request' for employee john.doe@company.com. Set quantity to 1 and include custom fields: department='Engineering', laptop_model='MacBook Pro', justification='New hire onboarding'
Melhores Práticas
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing any Freshservice operations
- Use updated_since parameter with ISO 8601 format when retrieving historical tickets beyond the default 30-day window
- Include only necessary fields in ticket listing requests to minimize API credit consumption
Evitar
- Do not use string names for status or priority - always use numeric codes (2=Open, 3=Pending, 4=Resolved, 5=Closed)
- Avoid bulk updating large ticket sets without confirming the scope first - test with a small batch
- Do not hardcode ticket IDs or user IDs across different Freshservice instances - reference them dynamically
Perguntas Frequentes
What is Rube MCP and how do I set it up?
Why are only tickets from the last 30 days returned?
What do the numeric status and priority codes mean?
Can I create a ticket for a user who does not exist in Freshservice?
How do I find the item display ID for service catalog requests?
What happens if a bulk update partially fails?
Detalhes do Desenvolvedor
Autor
sickn33Licença
MIT
Repositório
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/freshservice-automationReferência
main
Estrutura de arquivos
📄 SKILL.md