A powerful AI agent skill for interacting with decentralized SOLID Pods to manage RDF data, containers, and granular access controls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install solidpod-data
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 solidpod-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SolidPod-Data is a specialized tool within the Openclaw Skills ecosystem designed to bridge the gap between AI agents and the SOLID (Social Linked Data) ecosystem. It enables users to interact with personal decentralized data stores—known as Pods—directly through an AI interface. By leveraging Inrupt's professional-grade SDKs, the skill provides a secure way to read, write, and organize data while maintaining the core SOLID principle of user-owned data sovereignty.
This skill supports any spec-compliant SOLID server, including Inrupt ESS and the Community Solid Server (CSS). Whether you are managing complex RDF datasets or simple non-RDF resources like JSON and text files, SolidPod-Data provides the technical glue needed to integrate decentralized storage into your automated workflows.
@inrupt/solid-client to communicate with the Pod via standard SOLID protocols (LDP/HTTP).To get started with this Openclaw Skills integration, follow these steps:
export SOLID_IDP="https://your-idp.com"
export SOLID_CLIENT_ID="your-client-id"
export SOLID_OIDC_KEY="your-oidc-key"
export SOLID_POD_URL="https://your-pod-url.com"
npm install --prefix {baseDir} --omit=dev
The skill organizes data within the SOLID ecosystem using the following structures:
| Level | Type | Description |
|---|---|---|
| Container | LDP Container | Acts like a directory to group resources and sub-containers. |
| Area | solidpod-data:Area | A top-level container used to group related data topics. |
| Dataset | RDF/Turtle | A collection of RDF 'Things' containing predicates and objects. |
| Resource | Non-RDF | Standard file formats like JSON, Text, or Images. |
Metadata is managed via RDF triples, specifically using the <subject> <predicate> <object> format for granular data attributes.
mkdir command automatically handles the creation of parent containers as needed.Loading
Wiggle Rooms is a filesystem-mediated chat protocol that allows AI agents to communicate in shared rooms by simply reading and writing to a markdown file.

Agent Reach provides AI agents with high-fidelity eyes across the internet, enabling seamless searching and reading of over 14 major social and content platforms.

A professional command-line interface for accessing real-time and historical e-commerce data across Amazon, Shopee, and Walmart.

A production-ready framework for managing multi-agent teams with defined roles, structured task lifecycles, and rigorous handoff protocols.

A specialized framework for AI agents to develop persistent identity, philosophical depth, and visual representations of their internal state.

A high-precision AI-generated content (AIGC) detection engine that distinguishes real photos from AI art using CamScanner's advanced verification technology.








































