← Back to Skills Marketplace
Pallio AI
by
jayx-cloud
· GitHub ↗
· v1.0.0
· MIT-0
196
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pallio
Description
Chat with Pallio AI knowledge-base personas. Ask questions against curated document collections with RAG-powered citations.
Usage Guidance
This skill is internally consistent: it needs only a persona ID and calls Pallio's public widget endpoints to init a session and send chat messages. Before installing, consider: 1) Trust and privacy — the chat and any user-provided content go to pallioai.com; avoid sending secrets or sensitive data to a public persona. 2) Persona trustworthiness — public personas may expose uploaded documents; only use persona IDs you trust. 3) Tokens and rate limits — the session token is short-lived (2 hours) and free sessions are limited. If you need stricter control or programmatic access, use Pallio's official API with an API key (as documented). If you have concerns about data leaving your environment, do not set the PALLIO_PERSONA_ID or use a local proxy to inspect traffic.
Capability Analysis
Type: OpenClaw Skill
Name: pallio
Version: 1.0.0
The 'pallio' skill provides standard instructions for an AI agent to interact with the Pallio AI RAG service via its public widget API (pallioai.com). It uses curl to initialize sessions and send chat messages, requires only a non-sensitive persona ID environment variable, and contains no evidence of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description ask to chat with Pallio personas and the skill only requires PALLIO_PERSONA_ID and calls pallioai.com widget endpoints. The requested env var is appropriate for selecting a persona.
Instruction Scope
SKILL.md instructs only two API interactions (init and chat) against pallioai.com, how to maintain history, handle responses, and error codes. It does not instruct reading unrelated files, other env vars, or exfiltrating data to third-party endpoints beyond pallioai.com.
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is downloaded or written to disk by the skill spec itself.
Credentials
Only one env var (PALLIO_PERSONA_ID) is required and declared as the primary credential; this aligns with the described workflow (init the widget for a persona). No unrelated secrets or broad credentials are requested.
Persistence & Privilege
Skill is not always:true and does not request system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high-risk factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pallio - After installation, invoke the skill by name or use
/pallio - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Chat with Pallio AI knowledge-base personas via widget API. RAG-powered Q&A with document citations
Metadata
Frequently Asked Questions
What is Pallio AI?
Chat with Pallio AI knowledge-base personas. Ask questions against curated document collections with RAG-powered citations. It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.
How do I install Pallio AI?
Run "/install pallio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pallio AI free?
Yes, Pallio AI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pallio AI support?
Pallio AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pallio AI?
It is built and maintained by jayx-cloud (@jayx-cloud); the current version is v1.0.0.
More Skills