Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add Andrejones92/canifi-life-os --skill "freshdesk"
Install specific skill from multi-skill repository
# Description
Manage customer support with Freshdesk's intuitive help desk solution.
# SKILL.md
name: freshdesk
description: Manage customer support with Freshdesk's intuitive help desk solution.
category: business
Freshdesk Skill
Manage customer support with Freshdesk's intuitive help desk solution.
Quick Install
curl -sSL https://canifi.com/skills/freshdesk/install.sh | bash
Or manually:
cp -r skills/freshdesk ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set FRESHDESK_DOMAIN "your_domain.freshdesk.com"
canifi-env set FRESHDESK_API_KEY "your_api_key"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
1. Complete the Browser Automation Setup using CDP mode
2. Login to the service manually in the Playwright-controlled Chrome window
3. Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Ticket Management: Create, manage, and resolve support tickets
- Multi-channel Support: Handle tickets from email, phone, chat, and social
- Team Collaboration: Assign tickets, add notes, and collaborate with team
- Automation Rules: Set up auto-assignment and escalation rules
- Customer Portal: Manage self-service knowledge base and forums
Usage Examples
Create Ticket
User: "Create a Freshdesk ticket for shipping delay from [email protected]"
Assistant: Creates ticket with requester and subject
Assign Agent
User: "Assign ticket #5001 to the technical support team"
Assistant: Updates ticket assignment
Add Note
User: "Add an internal note to ticket #5001 about the escalation"
Assistant: Adds private note to ticket
View Queue
User: "Show me my open Freshdesk tickets"
Assistant: Returns agent's open ticket queue
Authentication Flow
- Get API key from Freshdesk profile settings
- Use Basic Auth with API key as username
- Password should be empty or 'X'
- Domain-specific endpoints
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key |
| 403 Forbidden | Agent doesn't have access | Check permissions |
| 404 Not Found | Ticket not found | Verify ticket ID |
| 429 Rate Limited | Too many requests | Wait and retry |
Notes
- Part of Freshworks suite
- Free tier for up to 10 agents
- Freddy AI for automation
- Field service management add-on
- Omnichannel support in higher tiers
- SLA management included
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.