← 返回 Skills 市场
jcools1977

ResonanceEngine

作者 John DeVere Cooley · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
371
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openpaw
功能描述
Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conv...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openpaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openpaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug openpaw
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ResonanceEngine 是什么?

Conversational Frequency Matching — reads invisible micro-signals in every conversation and tells the bot exactly how to respond for maximum engagement, conv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 371 次。

如何安装 ResonanceEngine?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openpaw」即可一键安装,无需额外配置。

ResonanceEngine 是免费的吗?

是的,ResonanceEngine 完全免费(开源免费),可自由下载、安装和使用。

ResonanceEngine 支持哪些平台?

ResonanceEngine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ResonanceEngine?

由 John DeVere Cooley(@jcools1977)开发并维护,当前版本 v0.1.0。

💬 留言讨论