wyre-technology/msp-claude-plugins/msp-claude-plugins/kaseya/autotask/skills/configuration-items/SKILL.md
Autotask Configuration Items
Autotask Configuration Item (CI) asset management: CI types and categories, lifecycle status codes, the CI field schema, related-item relationships, DNS records, notes, and contract/billing associations for MSP infrastructure tracking.
- Source repository stars
- 39
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-08-06
- Source checked
- 2026-08-06
Decision brief
What it does—and where it fits
Autotask Configuration Item (CI) asset management: CI types and categories, lifecycle status codes, the CI field schema, related-item relationships, DNS records, notes, and contract/billing associations for MSP infrastructure tracking.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill "msp-claude-plugins/kaseya/autotask/skills/configuration-items"Inspect the Agent Skill "Autotask Configuration Items" from https://github.com/wyre-technology/msp-claude-plugins/blob/c1011303bfd2a65abc9b260884d9858d1a482a6f/msp-claude-plugins/kaseya/autotask/skills/configuration-items/SKILL.md at commit c1011303bfd2a65abc9b260884d9858d1a482a6f. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
CI Lifecycle Workflow
Review the “CI Lifecycle Workflow” section in the pinned source before continuing.
Review and apply the “CI Lifecycle Workflow” source section. - 02
RMM Sync Verification
Query active servers/workstations for a company and split by whether rmmDeviceID is set, to find assets missing RMM coverage. See references/examples.md for the implementation.
Query active servers/workstations for a company and split by whether rmmDeviceID is set, to find assets missing RMM coverage. See references/examples.md for the implementation. - 03
Anti-triggers
The same asset as documentation rather than as a billable record
The same asset as documentation rather than as a billable recordLive endpoint state — online/offline, last check-in, agent healthInstalled software or hardware specs — CIs carry procurement and - 04
CI Status Codes
Review the “CI Status Codes” section in the pinned source before continuing.
Review and apply the “CI Status Codes” source section. - 05
Configuration Item Field Reference
Key fields on most CIs: referenceTitle (name), companyID, configurationItemType, configurationItemCategoryID, serialNumber, installDate / purchaseDate / warrantyExpirationDate, and rmmDeviceID for RMM-synced assets.
Key fields on most CIs: referenceTitle (name), companyID, configurationItemType, configurationItemCategoryID, serialNumber, installDate / purchaseDate / warrantyExpirationDate, and rmmDeviceID for RMM-synced assets.See references/fields.md for the complete field reference (identification, hardware, network, lifecycle, contract/billing, RMM integration, and user-defined fields) plus the CI category hierarchy and DNS record fields.
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 87/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 39 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- wyre-technology/msp-claude-plugins
- Skill path
- msp-claude-plugins/kaseya/autotask/skills/configuration-items/SKILL.md
- Commit
- c1011303bfd2a65abc9b260884d9858d1a482a6f
- License
- Apache-2.0
- Collected
- 2026-08-06
- Default branch
- main
View the original SKILL.md
Autotask Configuration Items Management
Overview
Configuration Items (CIs) are the backbone of MSP asset management in Autotask. CIs represent any trackable asset—servers, workstations, network devices, software licenses, domains, and more. Proper CI management enables warranty tracking, lifecycle planning, ticket context, and contract-based billing.
Anti-triggers
- The same asset as documentation rather than as a billable record
— IT Glue holds the documentation copy with its own type schema; use
it-glue-configurations. - Live endpoint state — online/offline, last check-in, agent health
— a CI is a static PSA record that does not know whether the machine
is running; use
datto-rmm-devices, orkaseya-vsa-api-patternsfor VSA-managed endpoints. - Installed software or hardware specs — CIs carry procurement and
warranty fields, not collected inventory; use
datto-rmm-audit.
CI Status Codes
| Status ID | Name | Description | Business Logic |
|---|---|---|---|
| 1 | Active | Currently in use | Standard operational state |
| 2 | Inactive | Not currently in use | May be spare/storage |
| 3 | Retired | End of life | Historical record only |
| 4 | Missing | Cannot be located | Requires investigation |
| 5 | On Order | Procurement in progress | Expected arrival tracking |
CI Lifecycle Workflow
On Order (5) ────> Active (1) ────> Inactive (2) ────> Retired (3)
│ ↑
└────────────────────┘
(temporary deactivation)
Active (1) ────> Missing (4) ────> (investigation)
│
├──> Active (1) (found)
└──> Retired (3) (write-off)
Configuration Item Field Reference
Key fields on most CIs: referenceTitle (name), companyID, configurationItemType, configurationItemCategoryID, serialNumber, installDate / purchaseDate / warrantyExpirationDate, and rmmDeviceID for RMM-synced assets.
See references/fields.md for the complete field reference (identification, hardware, network, lifecycle, contract/billing, RMM integration, and user-defined fields) plus the CI category hierarchy and DNS record fields.
CI Types
Configuration Item Types classify assets at the highest level:
| Type ID | Common Name | Examples |
|---|---|---|
| 1 | Server | Physical servers, VMs, cloud instances |
| 2 | Workstation | Desktops, laptops |
| 3 | Network Device | Routers, switches, firewalls, APs |
| 4 | Printer | Network printers, MFPs |
| 5 | Mobile Device | Phones, tablets |
| 6 | Software | Licenses, subscriptions |
| 7 | Domain | Domain names |
| 8 | SSL Certificate | SSL/TLS certificates |
| 9 | Cloud Service | SaaS subscriptions |
| 10 | Other | Miscellaneous assets |
Note: Actual type IDs vary by Autotask instance. Query /v1.0/ConfigurationItemTypes to get your instance's specific values.
POST /v1.0/ConfigurationItemTypes/query
Content-Type: application/json
{
"filter": [
{"field": "isActive", "op": "eq", "value": true}
]
}
CI Categories
Categories provide secondary classification within types — e.g. Server → Physical Server / Virtual Server / Cloud Server; Network Device → Firewall / Switch / Wireless. See references/fields.md for the full category hierarchy and examples.
Related Items (CI Relationships)
Related Items establish connections between Configuration Items — Parent/Child, Dependency, Peer, Backup, and Network relationships:
POST /v1.0/ConfigurationItemRelatedItems
Content-Type: application/json
{
"configurationItemID": 12345,
"relatedConfigurationItemID": 67890,
"relationshipDescription": "Hosted virtual machines",
"relationshipTypeID": 1
}
DNS Records
Track DNS records (A, AAAA, CNAME, MX, TXT, etc.) associated with domain CIs:
POST /v1.0/ConfigurationItemDnsRecords
Content-Type: application/json
{
"configurationItemID": 12345,
"recordType": "A",
"hostname": "mail.acmecorp.com",
"value": "192.168.1.100",
"ttl": 3600
}
See references/fields.md for the DNS record field table and references/examples.md for query patterns (e.g. finding CIs with expiring SSL certificates).
CI Notes
Attach notes to Configuration Items for documentation:
POST /v1.0/ConfigurationItemNotes
Content-Type: application/json
{
"configurationItemID": 12345,
"title": "Firmware Update Log",
"description": "Updated to firmware v2.1.4 on 2024-02-15. Resolved memory leak issue.",
"noteType": 1
}
noteType: 1 = Internal (MSP only), 2 = External (client visible).
Billing Product Associations
Link CIs to billing products for recurring revenue via configurationItemID, productID, quantity, unitPrice, and effectiveDate. See references/api.md for a full example.
API Patterns
Creating a Configuration Item
POST /v1.0/ConfigurationItems
Content-Type: application/json
Server Example:
{
"companyID": 12345,
"referenceTitle": "ACME-DC-SQL01",
"referenceNumber": "SN-ABC123456",
"configurationItemType": 1,
"configurationItemCategoryID": 3,
"make": "Dell",
"model": "PowerEdge R750",
"serialNumber": "ABC123456789",
"ipAddress": "192.168.1.50",
"hostname": "SQL01.acmecorp.local",
"installDate": "2024-01-15",
"purchaseDate": "2024-01-01",
"warrantyExpirationDate": "2027-01-01",
"isActive": true
}
See references/api.md for the workstation create example, retire/update patterns, and additional query patterns (expiring warranties, servers by type/location, CIs without RMM integration).
Query Patterns
All active CIs for a company:
{
"filter": [
{"field": "companyID", "op": "eq", "value": 12345},
{"field": "isActive", "op": "eq", "value": true}
],
"includeFields": ["Company.companyName"]
}
Common Workflows
Asset Onboarding
- Create CI with basic info
- Set type and category for classification
- Link to company location
- Record warranty dates
- Create relationships (if part of infrastructure)
- Associate billing (if recurring)
- Sync with RMM for ongoing monitoring
Warranty Tracking Report
Query CIs where warrantyExpirationDate is not null and lte a future cutoff date, then sort by days remaining. See references/examples.md for the implementation.
Lifecycle Planning
Compare each CI's age (from purchaseDate) against standard replacement cycles (servers ~5yr, workstations ~4yr, network devices ~7yr, printers ~5yr) to flag REPLACE / PLAN_REPLACEMENT / HEALTHY. See references/examples.md for the implementation.
RMM Sync Verification
Query active servers/workstations for a company and split by whether rmmDeviceID is set, to find assets missing RMM coverage. See references/examples.md for the implementation.
Error Handling
Common API Errors
| Code | Message | Resolution |
|---|---|---|
| 400 | CompanyID required | All CIs must have a company |
| 400 | Invalid configuration type | Query ConfigurationItemTypes first |
| 400 | Duplicate reference number | Reference numbers must be unique |
| 404 | Configuration item not found | Verify CI ID exists |
| 409 | Cannot delete active CI | Retire or inactivate first |
Validation Errors
| Error | Cause | Fix |
|---|---|---|
| ReferenceTitle required | Missing name | Add referenceTitle |
| Invalid IP format | Bad IP address | Use valid IPv4/IPv6 |
| Invalid date format | Wrong date format | Use YYYY-MM-DD |
| Category not valid for type | Mismatched category | Check type/category relationship |
Best Practices
- Standardize naming - Use consistent referenceTitle format (e.g., COMPANY-TYPE-NAME)
- Track serial numbers - Enable warranty lookups and asset verification
- Set warranty dates - Proactive renewal planning
- Link to RMM - Enable automated inventory sync
- Document relationships - Map infrastructure dependencies
- Use categories - Enable meaningful reporting
- Track purchase dates - Lifecycle planning
- Associate contracts - Enable billing automation
- Maintain DNS records - Track hosted services
Related Skills
- Autotask Tickets - Link tickets to CIs
- Autotask Contracts - Contract associations
- Autotask CRM - Company and location management
- Autotask API Patterns - Query builder and authentication
Alternatives
Compare before choosing
alirezarezvani/claude-skills
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
dotnet/skills
migrate-vstest-to-mtp
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing
wyre-technology/msp-claude-plugins
Autotask Tickets
Autotask ticket lifecycle: status/priority codes and transition rules, the ticket field schema, SLA calculation and clock behavior, escalation rules, ticket metrics, and the MCP tool surface (create, update, search, history, notes) for MSP service desk operations.
HKUDS/Vibe-Trading
strategy-generate
Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.