tdx-assets

Resolve user identifiers and retrieve associated assets from the TeamDynamix API.

166|4|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/gebruder/wirken --skill tdx-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdx-assets
Source: https://github.com/gebruder/wirken/tree/main/skills/connectors/tdx-assets
Command: npx skills add https://github.com/gebruder/wirken --skill tdx-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the lookup of staff devices, assets, and locations in TeamDynamix (TDX), saving time and reducing manual effort.

Core Features & Use Cases

  • Asset Lookup: Given a list of names, emails, or partial identifiers, resolve each person and return the assets assigned to them with location, model, ownership type, and status.
  • Read-Only Access: Ensures that the skill operates in a read-only mode, never performing any write operations.
  • Token Refresh: Manages the refresh of the TDX bearer token to maintain continuous access to the TeamDynamix API.

Quick Start

Use the tdx-assets skill to look up the devices assigned to Jane Doe and [email protected] in TeamDynamix.

Frequently Asked Questions about tdx-assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up assets assigned to users in TeamDynamix?

You can look up TeamDynamix assets by providing a list of names, emails, or partial identifiers to this skill. It resolves each person via the TDX API and returns assigned assets with location, model, ownership type, and status.

Can I use the TeamDynamix API to retrieve staff devices without write access?

Yes, you can retrieve staff devices from TeamDynamix without write access because this skill operates strictly in read-only mode. It resolves user identifiers and fetches associated assets without performing any write operations on the TDX API.

Do I need a bearer token to retrieve assets from the TeamDynamix API?

Yes, you need a valid bearer token to access the TeamDynamix API for asset retrieval. The skill requires this token and handles token refresh to maintain continuous API access during lookup operations.

What's the best way to automate TeamDynamix asset lookup for multiple users?

The best way to automate TeamDynamix asset lookup for multiple users is to provide a list of names, emails, or partial identifiers to this skill. It resolves each person via the TDX API and returns all associated assets in one pass.

What are the limitations of using a read-only TeamDynamix API integration for asset retrieval?

The main limitation of this read-only TeamDynamix API integration is that it cannot perform write operations or modify assets. Additionally, it requires manual token refresh, meaning you must handle bearer token renewal yourself.