AgentSkillsCN

Services

服务

SKILL.md

SpockAI Services Skill

Name: spockai-services Version: 0.1.0 Description: External service integrations for Samanage and Monday.com

Commands

CommandDescriptionUsage
/servicesList all connected services/services
/services syncForce sync all services/services sync
/samanageList Samanage incidents/samanage [--status <status>]
/samanage connectConnect Samanage account/samanage connect
/mondayList Monday.com items/monday [--board <id>]
/monday connectConnect Monday.com account/monday connect

Supported Services

ServiceAPIFeatures
SamanageREST APIIncidents, requests, assets
Monday.comGraphQLBoards, items, updates

Examples

code
# View connected services
/services

# Force sync all services
/services sync

# View Samanage incidents
/samanage

# Filter by status
/samanage --status open

# Connect Samanage
/samanage connect

# View Monday.com items
/monday

# Filter by board
/monday --board 1234567890

# Connect Monday.com
/monday connect

Configuration

json
{
  "spockai": {
    "services": {
      "syncInterval": 15,
      "samanage": {
        "apiToken": "YOUR_API_TOKEN",
        "subdomain": "your-company"
      },
      "monday": {
        "apiToken": "YOUR_API_TOKEN",
        "boardIds": ["1234567890"]
      }
    }
  }
}

Request Statuses

StatusDescription
newNewly created request
openAssigned and waiting
in_progressCurrently being worked
pendingWaiting for input
on_holdTemporarily paused
resolvedSolution provided
closedCompleted

Events Emitted

EventPayloadTrigger
services:samanageRequest detailsNew/updated Samanage incident
services:mondayItem detailsNew/updated Monday.com item
services:syncSync resultSync completed

Priority Mapping

Samanage

Samanage PrioritySpockAI Priority
Critical, Highhigh
Mediummedium
Low, Nonelow

Monday.com

Monday.com StatusSpockAI Priority
Contains "critical" or "high"high
Contains "low"low
Defaultmedium