← Back to Skills Marketplace
ResonanceEngine
by
John DeVere Cooley
· GitHub ↗
· v0.1.0
371
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openpaw
Description
Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conv...
Usage Guidance
This package appears to implement what it claims: algorithmic analysis of conversation text and generation of tuning instructions. Before installing or deploying: 1) Review and test the code locally (the skill ships source and tests) to verify behavior. 2) Be cautious about using result.recommendation.to_prompt_injection() to automatically mutate your system prompt — that is effectively a prompt-injection primitive and can change model behavior or bypass safety rules; instead, manually review or sandbox injected fragments and ensure your safety/policy prompts remain authoritative. 3) If you plan to pip install from PyPI or clone the GitHub repo, verify the package name and repository (the SKILL.md example repo URL looks possibly malformed). 4) Consider legal/ethical implications of deploying automated persuasion/monetization logic (consent, transparency, regulated domains). 5) If you need stronger assurance, run the included tests and consider a security review or running the code in a restricted environment before production use.
Capability Analysis
Type: OpenClaw Skill
Name: openpaw
Version: 0.1.0
The skill is classified as suspicious due to its core design feature: the explicit use of 'prompt injection' to modify the bot's system prompt. The `SKILL.md` instructions and the `TuningRecommendation.to_prompt_injection()` method in `openpaw/models/metrics.py` demonstrate that the skill generates dynamic text intended to be appended to the agent's system prompt. While the generated content (e.g., conversational advice like 'User is at peak resonance — present the offer/solution now.') is not overtly malicious, this design pattern introduces a significant prompt injection vulnerability. A malicious user could potentially craft input that, when analyzed by the skill, causes the generated 'tuning recommendation' to contain harmful instructions for the LLM agent, leading to unintended actions or information disclosure. This represents a risky capability without clear malicious intent within the provided code.
Capability Assessment
Purpose & Capability
Name/description (resonance, engagement, conversion) matches the included Python implementation: signal extraction, frequency computation, tuning recommendations, and yield prediction. No unrelated credentials, binaries, or platform access are requested.
Instruction Scope
The SKILL.md and code explicitly produce ready-to-inject prompt fragments (TuningRecommendation.to_prompt_injection()) and instruct integrators to append those fragments to the bot's system prompt. That behavior is consistent with the skill's goal but is a sensitive capability (it can alter model behavior and potentially override safety or policy prompts). The SKILL.md does not caution about safeguarding system-level instructions or preserving existing safety/guardrails.
Install Mechanism
The registry lists no install spec (instruction-only), but SKILL.md suggests 'pip install openpaw' or cloning a GitHub repo. The code is bundled in the skill archive so execution doesn't require network installs; if you choose to 'pip install' or clone, verify the package/source first (the example GitHub URL in SKILL.md has a trailing hyphen and may not be authoritative). No download-from-arbitrary-URL patterns appear in the code.
Credentials
The skill requires no environment variables, no credentials, and does not read external config paths. All data handling is local to conversation text, consistent with its stated purpose.
Persistence & Privilege
The skill is not marked 'always: true' and does not request elevated platform privileges or attempt to modify other skills' configurations. It simply exposes an API (engine.analyze) and returns tuning recommendations — normal for this class of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openpaw - After installation, invoke the skill by name or use
/openpaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is ResonanceEngine?
Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conv... It is an AI Agent Skill for Claude Code / OpenClaw, with 371 downloads so far.
How do I install ResonanceEngine?
Run "/install openpaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ResonanceEngine free?
Yes, ResonanceEngine is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ResonanceEngine support?
ResonanceEngine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ResonanceEngine?
It is built and maintained by John DeVere Cooley (@jcools1977); the current version is v0.1.0.
More Skills