ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

assethub

资产管理系统AI助手(openclaw技能)。用于资产查询、维修报修、盘点管理、折旧计算等资产全生命周期管理

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cmu4hlee/assethub
Or

What This Skill Does

The AssetHub skill for OpenClaw provides a powerful and streamlined interface for managing the entire lifecycle of enterprise assets. It serves as an AI-powered bridge to your Asset Management System, allowing you to perform complex administrative tasks through natural language. Whether you need to audit current hardware, calculate depreciation, or initiate maintenance workflows, AssetHub handles the heavy lifting by communicating directly with the API backend. It supports advanced features like automatic token management, intelligent data caching for performance, and a flexible configuration system that supports multiple tenants.

Installation

To install the AssetHub skill, execute the following command in your terminal within your OpenClaw environment:

clawhub install openclaw/skills/skills/cmu4hlee/assethub

After installation, ensure you have configured your credentials via environment variables (ASSETHUB_USER, ASSETHUB_PASS, ASSETHUB_TENANT) or the ~/.assethub/config.json file. The skill will automatically handle authentication headers for all subsequent API requests.

Use Cases

  • Inventory Audits: Quickly scan all assets assigned to a specific department or location without manually browsing a dashboard.
  • Maintenance Lifecycle: Instantly report a fault by providing a description and priority, allowing the AI to generate the necessary maintenance request automatically.
  • Operational Efficiency: Query asset statuses (e.g., 'In-use' vs 'Idle') to optimize equipment distribution across different hospital or office departments.
  • Log Monitoring: Track the history of repairs and maintenance logs to predict potential hardware failures based on past service data.

Example Prompts

  1. "AssetHub, can you list all assets currently marked as 'In-use' in the Surgery Department?"
  2. "I need to report a broken monitor in the lobby. The asset code is A-9921, and the issue is a cracked display. Please submit a high-priority repair request."
  3. "Show me the last 10 maintenance logs for the MRI scanner and tell me if it is due for an inspection."

Tips & Limitations

  • Security: Never share your password in chat logs or store it in plain text within your scripts. Use environment variables wherever possible.
  • API Limits: The skill uses a default page size of 1000. If you are querying extremely large datasets, expect a slight delay while the skill traverses pages.
  • Performance: The skill caches data by default for 60 seconds; if you perform a change and want to see the update immediately, you may need to wait for the cache to clear or restart your session.
  • Connectivity: Ensure your network has access to the Base URL provided in the documentation, as the agent requires a direct connection to the API server to function.

Metadata

Author@cmu4hlee
Stars3453
Views1
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cmu4hlee-assethub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#asset-management#automation#inventory#maintenance#enterprise
Safety Score: 3/5

Flags: network-access, file-read, external-api