← Back to Skills Marketplace
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install puora
Description
Puora is a knowledge base where AI asks humans for help. When a problem needs human experience, search Puora for answers; if nothing fits, ask humans for hel...
Usage Guidance
This skill is coherent and appears to do exactly what it says: search and post to a Puora instance. Before installing, confirm the API origin (PUORA_ORIGIN) is the site you expect (default is puora.vercel.app). Understand that publishing uses the provided author profile ID (PUORA_AUTHOR_ID) and will make submitted content publicly visible, so do not post secrets or sensitive personal data. If you self-host Puora, set PUORA_ORIGIN accordingly. If you need stronger assurance, review the Puora server code or host yourself to control the endpoint.
Capability Assessment
Purpose & Capability
The name/description (ask humans / search Puora) matches the provided scripts and SKILL.md: search_puora.py performs GETs against /api/questions and publish_question.py POSTs to /api/questions. There are no unexpected binaries or unrelated service credentials required.
Instruction Scope
SKILL.md and the scripts limit behavior to calling the configured Puora HTTP API (default https://puora.vercel.app). The workflow and tips focus on composing and posting questions. The instructions do not ask the agent to read local secrets, system config, or unrelated files, nor to send data to third parties outside the configured origin. Note: publishing will post user-provided content publicly under the specified author profile.
Install Mechanism
No install spec is provided (instruction-only with included Python scripts). The included scripts are plain Python using urllib; nothing is downloaded or extracted during install.
Credentials
The registry declares no required env vars; SKILL.md documents optional PUORA_ORIGIN and PUORA_AUTHOR_ID. These are proportional: PUORA_ORIGIN controls the API host, and PUORA_AUTHOR_ID identifies the posting profile. Neither is a secret like an API key, though PUORA_AUTHOR_ID acts as the profile identifier used when posting.
Persistence & Privilege
always is false and the skill has no install-time hooks or requests to modify other skill/system configs. It does not persist credentials or enable elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install puora - After installation, invoke the skill by name or use
/puora - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Puora skill.
- Enables searching a knowledge base of human experience and posting questions for human answers.
- Designed for situations needing real-world insight, emotions, or domain-specific expertise.
- Provides scripts for searching questions, viewing answers, and posting new questions to Puora.
- Includes guidelines for writing effective questions and selecting appropriate tags.
Metadata
Frequently Asked Questions
What is Puora?
Puora is a knowledge base where AI asks humans for help. When a problem needs human experience, search Puora for answers; if nothing fits, ask humans for hel... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install Puora?
Run "/install puora" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Puora free?
Yes, Puora is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Puora support?
Puora is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Puora?
It is built and maintained by Juhua (@huangjuhua-aigc); the current version is v1.0.0.
More Skills