← 返回 Skills 市场
jcools1977

Yield

作者 John DeVere Cooley · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
323
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install yield
功能描述
Conversational Compounding Engine — models every bot message as a financial investment that compounds trust, micro-commitments, and conversion momentum over...
安全使用建议
This skill appears to implement exactly what it claims: a local conversational 'yield' engine that detects lexical signals, tracks a portfolio of engagement assets, and recommends response strategies. Before installing or enabling it: 1) Be aware it's explicitly designed to optimize for conversion (it recommends 'HARVEST' / present offers) — review whether you want automated conversion nudges in your bot. 2) The examples include exporting conversation state for CRM/analytics — ensure you have user consent and sanitize PII before exporting. 3) If you plan to embed the generated system-prompt directives into an LLM system prompt, audit them carefully (they can strongly change model behavior) and avoid blindly injecting them into high-privilege agent contexts. 4) Review the omitted test file and any additional examples for hidden telemetry or network calls before deploying to production. 5) Run integration tests in a sandbox and confirm no unexpected outgoing network requests occur when the engine is used.
功能分析
Type: OpenClaw Skill Name: yield Version: 1.1.0 The OpenClaw AgentSkills skill bundle 'yield' is designed to enhance conversational AI by applying behavioral economics principles to bot interactions. The `SKILL.md` file, while mentioning 'Prompt Injection,' describes a legitimate prompt engineering technique to instruct an AI agent to internally simulate conversational asset management (trust, commitment, urgency, etc.) and guide its responses accordingly, not to perform malicious actions. The JavaScript source code (`src/`) implements this logic entirely locally, using regex for signal detection and internal state management, with zero external dependencies, API calls, or file system access beyond its own module imports. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation. The `examples/` and `tests/` directories contain standard integration examples and unit tests, respectively, without any malicious content.
能力评估
Purpose & Capability
The name/description (conversational compounding) align with the included JS implementation: signal detection, portfolio math, strategy selection and examples for Discord/Telegram/OpenClaw. There are no requested env vars, binaries, or external APIs that would be unexpected for this purpose.
Instruction Scope
SKILL.md and examples keep processing local and explain how to inject directives into system prompts or bot code. Note: examples include a 'generateYieldSystemPrompt' and 'HARVEST' directives that explicitly recommend presenting offers (e.g., "THIS IS THE MOMENT" / "Present your offer NOW") and an example 'exportForCRM' that serializes conversation state — this is expected for a conversion optimization tool but is behavioral/persuasive in nature and can lead to collection/export of PII if integrated with CRMs or analytics. There are no instructions to read unrelated system files or env vars.
Install Mechanism
No install spec or external download; package is code-only in the bundle and claims zero dependencies. Nothing writes to disk on install. This is low-risk from an installation mechanism perspective.
Credentials
The skill declares no required env vars or credentials and the code does not access environment variables. Example integrations obviously require platform tokens (Discord/Telegram) but those are external to the skill and expected for those adapters.
Persistence & Privilege
The engine keeps in-memory conversation state and provides export/import functions for persistence (toJSON/fromJSON). always:false and no cross-skill/system modifications. The ability to export conversation state is expected, but operators should carefully control where exported data is sent and who has access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yield
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yield 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Phase 3: Cloud platform with emails, webhooks, admin dashboard, team management, CI/CD
v1.0.0
Initial release — Conversational Compounding Engine
元数据
Slug yield
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Yield 是什么?

Conversational Compounding Engine — models every bot message as a financial investment that compounds trust, micro-commitments, and conversion momentum over... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。

如何安装 Yield?

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

Yield 是免费的吗?

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

Yield 支持哪些平台?

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

谁开发了 Yield?

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

💬 留言讨论