tokscale_device_profile
Profiles your machine's AI tool setup and activity, showing installed tools, session histories, and usage patterns without leaking local usernames.
Instructions
Device fingerprinting: profiles this machine's AI tool footprint — which AI tools are installed, where their session logs live (paths redacted to ~), how many sessions and messages each has, when the machine was active (daily activity + day-of-week distribution), session concurrency, and longest continuous session. Combines tokscale clients + graph data. All filesystem paths are redacted so no local username leaks. Use this to audit your own machine's AI tool installation and activity pattern. This is local-only — it profiles the current machine, not remote devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present if tokscale is unavailable | |
| summary | No | Cost summary from graph: total_tokens, total_cost, avg_per_day, max_single_day | |
| activity | No | Daily activity + day-of-week token distribution | |
| sessions | No | Session metrics: count, total/longest active time, max concurrent | |
| date_range | No | { start, end } of the activity data | |
| installed_tools | No | Detected AI tools with redacted session paths and message counts | |
| active_tool_count | No | Tools whose session path exists on disk | |
| installed_tool_count | No |