pltr-cli for Openclaw

A comprehensive CLI-based skill for managing Palantir Foundry datasets, SQL queries, ontologies, and AI agents.

anjor
v1.0.1
Feb 1, 2026
3
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install pltr-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install pltr-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is pltr-cli?

The pltr-cli skill provides a robust interface for interacting with Palantir Foundry, allowing developers to manage complex data ecosystems directly through command-line operations. By integrating with Openclaw Skills, users can automate the retrieval of datasets, execution of SQL queries, and management of orchestration builds. This tool bridges the gap between manual Foundry UI tasks and automated developer workflows, supporting over 100 commands across the Foundry platform.

Designed for technical users, it simplifies the handling of RID-based resources and provides multi-format outputs like JSON and CSV for easy data manipulation. Whether you are managing filesystem permissions or interacting with Anthropic Claude models via Foundry's infrastructure, this skill ensures that Openclaw Skills users have high-fidelity control over their Palantir environment.

pltr-cli Use Cases

  • Running SQL queries and exporting results to local files for analysis
  • Managing data pipelines and monitoring orchestration build statuses
  • Performing administrative tasks like user role assignments and project permission updates
  • Interacting with Foundry Ontology objects and executing actions
  • Deploying and managing machine learning models within the Foundry registry
  • Handling real-time data streams and publishing records to streaming datasets

How pltr-cli Works

  1. Initialize the environment by configuring the Foundry host and authentication token.
  2. Use the pltr verify command to ensure a successful connection to the instance.
  3. Identify the Resource Identifier (RID) for the specific asset you intend to manipulate.
  4. Execute targeted commands through Openclaw Skills to query, download, or modify Foundry resources.
  5. Capture outputs in the desired format (JSON, CSV, or Table) for further processing or reporting.

pltr-cli Setup

Install the required SDK and configure your credentials to get started with Openclaw Skills integration.

pip install foundry-platform-sdk
# Configure connection interactively
pltr configure configure
# Or set environment variables
export FOUNDRY_TOKEN="your-token"
export FOUNDRY_HOST="foundry.company.com"
# Verify the setup
pltr verify

pltr-cli Data Schema & Taxonomy

The skill interacts with Foundry using a Resource Identifier (RID) taxonomy. Data is structured as follows:

Component RID Prefix Metadata Tracked
Datasets ri.foundry.main.dataset Branches, Transactions, Schema
Folders ri.compass.main.folder Permissions, Parent RIDs, Child Resources
Build Jobs ri.orchestration.main.build Status, Duration, Target RIDs
Ontologies ri.ontology.main.ontology Object Types, Link Types, Action Types

All command outputs can be serialized into JSON for programmatic integration within the Openclaw Skills framework.

pltr-cli Advanced Features

  • Profile management for seamless switching between development and production Foundry environments
  • Support for asynchronous SQL query execution for large-scale data processing
  • Direct integration with AIP Agents for managing AI-driven sessions and versions
  • Comprehensive media set management for handling non-tabular data files
  • Interactive shell mode providing history and tab completion for rapid resource exploration

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*