One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-globe-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-globe-cli
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-globe-cli
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-globe-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually maintain or source accurate global reference data for countries, states, cities, currencies, languages, timezones, calling codes, and top-level domains, removing errors from outdated or incomplete datasets.

Core Features & Use Cases

  • Read-only public reference access: Query the Alliance Business Suite's public GlobeService for verified global reference data with no tenant scoping required.
  • Flexible lookup operations: Supports list, count, get, and search commands for all reference entities, including nested lookups for country states, cities, and associated currency/timezone data.
  • Use Case: A developer building a multi-region e-commerce platform can use this Skill to quickly retrieve valid country IDs, associated state lists, and local currency codes to configure regional checkout settings without maintaining a separate reference database.

Quick Start

Use the absuite-globe-cli skill to search for all states in Colombia and retrieve their associated timezone information.

Frequently Asked Questions about absuite-globe-cli

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

FAQPage Schema
How do I retrieve a list of valid countries and their associated currencies for multi-region application configuration?

You can retrieve global reference data by using the absuite CLI to list, count, get, or search verified countries and their associated currency codes, eliminating the need to manually maintain a separate reference database for multi-region application configuration.

What is the best way to look up states, cities, and timezones for address validation workflows?

The best way to look up states, cities, and timezones for address validation is querying the GlobeService endpoint via the absuite CLI, which supports nested lookups to retrieve verified geographic data directly from a public read-only dataset.

Do I need a pre-authenticated absuite CLI session to query global reference data?

Yes, you need a pre-authenticated absuite CLI session to query global reference data, as the Skill requires authenticated access to the non-tenant-scoped GlobeService endpoint to retrieve public, read-only geographic and cultural datasets.

Can I use this CLI to search for calling codes and top-level domains for localization workflows?

Yes, you can use the CLI to search for calling codes and top-level domains for localization workflows, as it supports flexible list, count, get, and search operations across all public reference entities including languages and geographic data.

What are the limitations of the absuite-globe-cli for retrieving geographic data?

The primary limitation is that the CLI only accepts read-only list, count, get, and search operations against the non-tenant-scoped GlobeService endpoint, meaning it cannot modify records or access tenant-specific geographic datasets.