A comprehensive CLI-based skill for managing Palantir Foundry datasets, SQL queries, ontologies, and AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pltr-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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.
Loading
A comprehensive testing framework for Zod schemas using Jest and Vitest to ensure data integrity and schema correctness.

A specialized skill for implementing Zod v4 schema validation, providing best practices for runtime type safety and error handling in TypeScript.

A specialized skill for writing robust Redux-Saga tests using modern patterns like expectSaga and redux-saga-test-plan.

A professional-grade skill for AI agents to build, debug, and optimize complex asynchronous workflows using Redux-Saga generator-based middleware.

A specialized CLI integration for rapid OpenAI Codex account switching and authentication management without full re-onboarding.

An advanced equity analysis agent for screening, backtesting, and managing FTSE 350 stock positions with integrated sentiment and risk logic.








































