ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 4/5

Cwicr Multilingual

Work with CWICR database across 9 languages. Cross-language matching, translation, and regional pricing.

Why use this skill?

Standardize global construction data with Cwicr Multilingual. Enable cross-language work item matching, regional pricing analysis, and automated translation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/datadrivenconstruction/cwicr-multilingual
Or

What This Skill Does

The Cwicr Multilingual skill is a specialized data processing tool designed to bridge the gap between global construction projects using the CWICR (Construction Work Item Classification Reference) standard. It allows OpenClaw agents to parse, translate, and perform comparative analysis on work item databases across nine international languages. By normalizing data from various regions—including the UAE, Germany, Canada, Spain, France, India, Brazil, Russia, and China—this skill enables project managers and stakeholders to harmonize project estimates and specifications. The tool provides a structured programmatic interface to handle cross-language matching, currency conversion, and regional price comparison, ensuring that work item integrity is maintained regardless of the local language or currency used in the documentation.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:

clawhub install openclaw/skills/skills/datadrivenconstruction/cwicr-multilingual

Ensure that you have the necessary Pandas dependencies installed in your Python environment, as the skill leverages these for high-performance data manipulation and indexing.

Use Cases

  • Global Procurement Analysis: Compare the unit price of specific construction materials like concrete or structural steel across multiple regional offices to optimize purchasing power.
  • Project Specification Normalization: Automatically translate complex work item descriptions from a regional standard (e.g., Portuguese) into a central project language (e.g., English) to streamline international collaboration.
  • Cost Estimating Across Borders: Use the internal exchange rate dictionary to estimate the total project cost of a design plan while accounting for regional currency variations and pricing differences.
  • Audit Compliance: Verify that the work item codes utilized in international branch reports conform to the global standard definition.

Example Prompts

  1. "Compare the unit price for work item 'CON-1002' between our Berlin and Shanghai offices. Please provide the output in both EUR and CNY."
  2. "Translate the description for work item 'STEEL-55' from Portuguese to French and tell me if the regional pricing differs significantly."
  3. "List all work items that exist in the Dubai database but have no matching entry in the Toronto dataset using the CWICR standard."

Tips & Limitations

  • Data Accuracy: Ensure your input databases are correctly formatted with a work_item_code column, or the indexing mechanism will fail to function.
  • Currency Fluctuations: The EXCHANGE_RATES provided in the implementation are fixed approximations. For real-time financial reporting, consider extending the skill with a live currency conversion API.
  • Language Coverage: This skill is strictly limited to the 9 languages specified in the CWICRLanguage enum. Requests for unsupported languages will trigger a validation error.
  • Performance: While Pandas provides efficient lookups, extremely large datasets (hundreds of thousands of rows) should be loaded as Parquet files to optimize memory usage and avoid I/O bottlenecks.

Metadata

Stars1100
Views1
Updated2026-02-17
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-datadrivenconstruction-cwicr-multilingual": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#construction#database#multilingual#procurement#data-normalization
Safety Score: 4/5

Flags: file-read, code-execution