absuite-globe

Retrieve canonical global reference data via the ABS REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually maintain or search for static global reference data (countries, states, cities, currencies, languages, timezones, calling codes, and top-level domains) when working with the Alliance Business Suite, ensuring you always use the platform's canonical, up-to-date reference values for entity population.

Core Features & Use Cases

  • Public Read-Only Reference Data Access: Retrieve canonical global reference data via the ABS REST API, with no tenant scoping required for these public endpoints.
  • Geographic Hierarchy Lookup: Navigate nested geographic data from countries down to states and cities, plus access standalone catalogs for currencies, languages, timezones, calling codes, and top-level domains.
  • Use Case: When creating a new customer address record in ABS, use this Skill to look up the internal IDs for the correct country, state, and city, as well as the matching currency for the customer's location, to populate the address and related invoice fields accurately.

Quick Start

Use the absuite-globe skill to look up the internal ID and ISO code for the currency used in Japan.

Frequently Asked Questions about absuite-globe

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

FAQPage Schema
How do I look up country, state, and city reference data for ABS entity population?

You can look up global reference data by calling the ABS REST API through this Skill, which provides read-only access to canonical countries, states, and cities for entity population without needing tenant scoping for these public endpoints.

How do I find the internal currency ID for a specific country when creating ABS records?

To find the internal currency ID for a specific country in ABS, use this Skill to query the standalone currencies catalog via the ABS REST API. It retrieves canonical reference values needed to populate invoice and address fields accurately.

What global reference catalogs are available through the Alliance Business Suite REST API?

Available global reference catalogs include geographic hierarchies for countries, states, and cities, plus standalone catalogs for currencies, languages, timezones, calling codes, and top-level domains accessible via the ABS REST API.

Do I need tenant scoping to access public reference data in the Alliance Business Suite?

No, tenant scoping is not required to access public reference data in the Alliance Business Suite. This Skill enables tenant-agnostic access to canonical global data via the ABS REST API using standard bearer token authentication.

How do I resolve foreign keys for languages and timezones when working with ABS entities?

To resolve foreign keys for languages and timezones in ABS entities, use this Skill to retrieve the canonical internal IDs from the standalone reference catalogs via the ABS REST API, ensuring accurate entity population.

What authentication is required to access global reference data via the ABS API?

Standard bearer token authentication is required to access global reference data via the ABS REST API. This Skill uses it to provide read-only, tenant-agnostic access to canonical reference values for entity population.