Agent skill
contact-center-skills
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/contact-center-skills
SKILL.md
Create a skill
POST {{baseUrl}}/contact_center/skills
Request Body
{"skill_category_id"=>"<string>", "skill_name"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type | string | | |
| Accept | string | | |
RESPONSES
status: Created
{"skill_id":"\u003cstring\u003e","skill_name":"\u003cstring\u003e","skill_type":"proficiency","max_proficiency_level":3,"skill_category_name":"\u003cstring\u003e","skill_category_id":"\u003cstring\u003e","modified_by":"\u003cstring\u003e","last_modified_time":"\u003cdateTime\u003e"}
Didn't find tool you were looking for?