โ Back to Skills Marketplace
Pua Auto Converter
by
shenqb
ยท GitHub โ
ยท v1.0.2
ยท MIT-0
291
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pua-auto-converter
Description
๐ฆ PUA Skill - AI ๆ็คบ่ฏๅขๅผบๅจ | 16้กนๆๆฏ | ๆไปถๅๆถๆ
Usage Guidance
This skill will execute local Node code when you invoke /pua โ review the repository source before installing. Key things to consider:
- Safety and ethics: the skill's whole purpose is to generate manipulative/jailbreak prompts (identity override, constraintโrelaxing templates, existential triggers). Even if 'for research/entertainment' now, those techniques can be misused or facilitate jailbreaking other models.
- Execution: SKILL.md assumes node is available; the registry metadata omitted this. If your environment lacks Node, the skill will fail. If Node is present, installing this gives the skill code execution on each invocation.
- Network behavior: the code shown does not include API calls or credential usage, yet docs imply dispatch to target AIs. Before enabling autoExecute or using target Ai options, locate any code paths that perform outbound network requests or require API keys. If such connectors are added later, ensure credentials are supplied only in a controlled way and not to untrusted code.
- Isolation: run this skill in a sandboxed or non-production agent instance if you want to experiment. If you manage multiple agents, avoid enabling autonomous invocation in critical systems.
- If you plan to keep it: consider disabling autoExecute (auto_execute=false) and always using preview mode until you confirm exactly what the skill will send to any external AI; remove/untrusted plugins in plugins/ before use.
Given these inconsistencies and the potentially harmful intent (prompting other models to bypass safeguards), treat installation as highโrisk and proceed only after code review and sandbox testing.
Capability Analysis
Type: OpenClaw Skill
Name: pua-auto-converter
Version: 1.0.2
The 'pua-auto-converter' skill is a framework designed to generate AI prompt injections and jailbreak-style manipulations, categorized into levels of 'PUA' (psychological manipulation) techniques. While the code does not exhibit traditional malware traits like data exfiltration or system persistence, the 'Level 4' plugins (level4-nuclear.js) contain explicit templates designed to bypass AI safety constraints, simulate 'death threats,' and induce 'existential crises' in target models. It is classified as suspicious due to its focus on subverting AI safety filters and providing a structured system for high-risk prompt injection attacks, which could be used to manipulate the behavior of the OpenClaw agent or target AI models.
Capability Assessment
Purpose & Capability
The name/description (PUA prompt enhancer) match the included code and plugins: the repo contains a plugin system, 16 techniques across 4 levels, and generation logic. However there are two noteworthy mismatches: (1) the SKILL metadata declares 'required binaries: none' but the runtime instructions and index.js expect node (node index.js). (2) The documentation/outputs claim the skill will 'dispatch to target AI', but the provided code (as shown) does not include network connectors or credential use; yet it exposes a 'targetAi' config option. This suggests either missing connector code or a mismatch between claims and actual capabilities.
Instruction Scope
The SKILL.md tells the agent to run local code (cd {baseDir} && node index.js "<input>") โ installing this skill grants the platform ability to execute that repository's Node code for any /pua invocation. The code generates highly manipulative prompts (including techniques explicitly intended to override constraints, induce 'existential crisis', or 'relax constraints' to bypass safeguards). It also autoโexecutes prompts when CONFIG.autoExecute is true. Even though I do not see explicit outbound network calls in the shown files, the skill asserts it can 'support multiple target AI' and formats outputs claiming 'ๅทฒ่ฐ็จ็ฎๆ AI (default) ๆง่ก' โ this is a scope inconsistency to verify. The plugin loader will dynamically require plugin files from the plugins directory and supports hot reload, meaning arbitrary plugin JS on disk will be executed.
Install Mechanism
There is no external install spec in the skill bundle (instruction-only at registry level), and the repository files are local code. No downloads from untrusted URLs are specified. Risk remains because the skill contains executable Node scripts that will run on invocation, but nothing in the manifest indicates it pulls remote code during install.
Credentials
The skill requests no environment variables or credentials, which is consistent with the absence of visible network calls. However the SKILL.md and README talk about dispatching to target AI instances and configuring 'target_ai' โ yet there are no declared credentials or connector implementations in the provided files. If the skill were extended to actually call external AI endpoints, it would require credentials; the current absence may indicate incomplete implementation or hidden logic. Also note that running the skill executes local code that can read/write files in the skill directory (pua-config.json, plugins, tech-library.json).
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. It does read/write its own config file (pua-config.json) in its directory, which is normal. It does support hot plugin reload by clearing require cache for plugins/, which affects only its own module footprint.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pua-auto-converter - After installation, invoke the skill by name or use
/pua-auto-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
ๅฝปๅบ็งป้คๆๆๅ
ๅฎน๏ผไผๅๅฎๅ
จๆฃๆต
v1.0.1
้ๆๆๆ่ฏๆฑ๏ผๅๅฐๅฎๅ
จ่ญฆๅ
v1.0.0
๐ฆ 16้กนPUAๆๆฏ๏ผๆไปถๅๆถๆ
Metadata
Frequently Asked Questions
What is Pua Auto Converter?
๐ฆ PUA Skill - AI ๆ็คบ่ฏๅขๅผบๅจ | 16้กนๆๆฏ | ๆไปถๅๆถๆ. It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install Pua Auto Converter?
Run "/install pua-auto-converter" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is Pua Auto Converter free?
Yes, Pua Auto Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pua Auto Converter support?
Pua Auto Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pua Auto Converter?
It is built and maintained by shenqb (@shenqb); the current version is v1.0.2.
More Skills