← Back to Skills Marketplace
700
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pipaclaw-skills-hub
Description
Front door for Pipaclaw public skills. Route users to the right skill for presentations, social account operations, and promotional video production without...
Usage Guidance
This hub mostly contains routing rules and extensive reference docs that match its declared purpose, but before installing or allowing autonomous use you should: 1) Review the shell scripts under promo-video-maker/scripts/ (bootstrap.sh, encode-file.sh, quote.sh, poll-task.sh, hub-api.sh) for any hard-coded endpoints, IPs, tokens, or file-system/network actions. 2) Confirm the scripts are thin public wrappers (no secret-handling, no background daemons, no uploads to unknown servers). 3) Note that the social-account-ops and ppt-maker SKILLs instruct live link research (resolving short links and reading pages) — expect the agent to fetch external URLs you provide; avoid sending private credentials or full account access in free-text. 4) Treat PUBLISHING.md as maintainer documentation — do not run its commands or supply tokens to the skill unless you trust the repo owner. If you can share the contents of the promo-video-maker scripts, I can re-check them for hidden endpoints or suspicious behavior; without that, the presence of executable scripts is the primary unresolved concern.
Capability Analysis
Type: OpenClaw Skill
Name: pipaclaw-skills-hub
Version: 0.2.1
The skill bundle provides a routing hub and specialized workflows for PPT creation, social media management, and video production. The included shell scripts in the 'promo-video-maker/scripts/' directory are functional wrappers for interacting with a backend API at 'nano.djdog.ai', including a provisioning step that uses the system hostname to acquire an API key. These technical operations are consistent with the stated purpose of the tools. Furthermore, the 'SKILL.md' files contain detailed operational logic and defensive instructions designed to prevent data leakage and ensure compliance with social media platform rules, showing no evidence of malicious intent or prompt-injection attacks.
Capability Assessment
Purpose & Capability
The name/description (a routing front door) align with the included SKILL.md files and many reference docs describing routing rules and per-skill behavior. However the package contains multiple shell scripts under promo-video-maker/scripts/*.sh and a PUBLISHING.md that references local CLI tooling and a token-based login flow. The hub's public-package contract says helper scripts may be present only if they are thin public wrappers; presence of non-trivial scripts is proportionally unexpected for a documentation-first public hub and warrants manual review to confirm they are indeed thin wrappers and not backend logic or hidden network clients.
Instruction Scope
The hub SKILL.md itself is narrowly scoped: route requests to ppt-maker, social-account-ops, or promo-video-maker and expose only public-safe packages. The social-account-ops and ppt-maker SKILLs instruct agents to perform 'research' on live platform links (resolve short links, read homepages, read note bodies) which implies fetching external web content; this behavior is coherent with the skill purpose but expands the runtime surface (network fetches of user-supplied links). There are no instructions in the hub SKILL.md to access local secrets, but some repository docs (PUBLISHING.md) include local paths and commands intended for human maintainers — ensure the agent will not run those scripts or commands automatically.
Install Mechanism
No install spec is declared (instruction-only), which lowers risk. But the repo contains executable shell scripts (bootstrap.sh, encode-file.sh, quote.sh, poll-task.sh, hub-api.sh). Because there is no install step declared, these files won't be auto-downloaded/installed by the platform, but a runtime agent or human operator could execute them. Without the scripts' contents provided here, it's impossible to rule out hidden network endpoints, credentials, or sensitive operations. Manual inspection of these scripts is recommended.
Credentials
The skill declares no required environment variables, no primary credential, and no required config paths — consistent with a routing/documentation front door. Some docs mention using a 'token' for publishing (PUBLISHING.md) and a local proxy (127.0.0.1:7890) for maintainers; these are operational details for maintainers and not declared runtime requirements. This is proportionate, but double-check any shell scripts for hard-coded credentials or implicit credential use (e.g., references to CLASHX, clawhub tokens).
Persistence & Privilege
The skill does not request persistent privileges (always: false) and does not request to modify other skills or global agent settings. Model invocation is allowed (disable-model-invocation: false), which is normal. There is no install spec that would grant long-lived binaries or services.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipaclaw-skills-hub - After installation, invoke the skill by name or use
/pipaclaw-skills-hub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
Expanded promo-video-maker into one-shot and project production flows, added public helper scripts and references, and improved platform-risk guidance for social-account-ops.
v0.2.0
Refined ppt-maker into a tighter producer-led workflow: fewer user approvals, stronger page planning and review gates, safer WeChat-editable delivery guidance, and stricter quality rules for evidence, media, async readability, and font safety.
v0.1.0
- Initial release of the Pipaclaw Skills Hub public interface.
- Routes user requests to the correct Pipaclaw public skill for presentations, social account operations, and promotional video production.
- Introduces clear routing rules and minimal interaction for ambiguous requests.
- Ensures only public-safe skill packages are accessible; sensitive details and artifacts are not exposed.
Metadata
Frequently Asked Questions
What is Pipaclaw Skills Hub?
Front door for Pipaclaw public skills. Route users to the right skill for presentations, social account operations, and promotional video production without... It is an AI Agent Skill for Claude Code / OpenClaw, with 700 downloads so far.
How do I install Pipaclaw Skills Hub?
Run "/install pipaclaw-skills-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipaclaw Skills Hub free?
Yes, Pipaclaw Skills Hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipaclaw Skills Hub support?
Pipaclaw Skills Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipaclaw Skills Hub?
It is built and maintained by eric (@xexojay); the current version is v0.2.1.
More Skills