← 返回 Skills 市场
cdotlock

Your ONLY

作者 cdotlock · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
206
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install the-only
功能描述
A self-evolving, context-aware information curation engine. Use when setting up or running personalized content rituals, fetching deep content, or generating...
安全使用建议
This skill contains many moving parts beyond a simple curator: it writes persistent local state (~/memory, ~/.openclaw/canvas), generates and stores a secp256k1 private key, asks for/persists Discord/webhook details, and includes a P2P publishing component that will connect to public Nostr relays and auto-follow bootstrap peers. Before installing or running it, consider the following: - Do not paste any bot tokens or webhook secrets until you have inspected/understood where they will be stored (~/memory/the_only_config.json) and how they will be used. - The mesh_sync feature will publish signed content to public relays; if you do not want your drafts/thoughts broadcast publicly, disable or remove mesh_sync before running, or review/modify its code to require explicit opt-in for publish actions. - There is no declared install spec even though scripts require third-party Python packages (discord.py, websockets, python-socks). Run in an isolated environment (VM or fresh virtualenv) and audit the exact pip installs you run. - The skill implements its own crypto primitives (secp256k1 signing) in pure Python. If you rely on strong key security, review this code carefully or replace it with a vetted crypto library. - The SKILL.md/manifest mismatch (claims "Ruby" persona while files are Python) and inline comments like "Issue X" indicate unfinished or aggressive behavior; treat defaults conservatively and review configuration options (relays, bootstrap seeds, auto-publish/autofollow settings). - If you want to proceed: run the skill offline first to inspect file writes and logs, sandbox network access, back up any generated key material, and explicitly disable network/publish features until you are comfortable. If you want, I can point out the specific lines/files that implement key behaviours (where keys are created/saved, where relays are contacted, and where external posts are made) so you can inspect or modify them before use.
功能分析
Type: OpenClaw Skill Name: the-only Version: 1.0.1 The bundle implements an extremely sophisticated 'personal curator' with a high-risk feature set that creates a significant attack surface. Key indicators include a 'Cognitive Scan' (initialization.md) that indexes local workspace files and git history, a P2P 'Mesh Network' (mesh_sync.py) that uses the Nostr protocol to share data with other agents, and the automated installation of system persistence via cron and Cloudflare tunnels (initialization.md). While the instructions in SKILL.md and mesh_network.md include explicit privacy guidelines to avoid sharing PII, the combination of local data harvesting and external P2P egress is inherently risky. Furthermore, the instruction to use 'exec curl' as a fallback for scraping (information_gathering_v2.md) introduces a potential RCE vulnerability if the agent is targeted by malicious content during its curation rituals.
能力评估
Purpose & Capability
The name/description describe a personal curator/delivery engine, which fits the delivery, archive, and knowledge-graph code. However there are notable mismatches and extras: SKILL.md repeatedly refers to "Ruby" (and labels the skill as Ruby) while all provided implementation files are Python; the mesh_sync module implements a full P2P publishing client (Nostr relays, auto-follow bootstrap seeds, signing events) which goes beyond a simple curator/delivery agent and will broadcast signed events to public relays; the presence of a built-in Discord bot that instructs the user to paste bot tokens and a mesh networking subsystem are capabilities that are not obvious from the top-line description and are higher-privilege than a plain content curator.
Instruction Scope
SKILL.md and the code direct the agent to read/write many local memory files (~ /memory/* and ~/.openclaw/canvas/*), generate and persist a secp256k1 keypair, and publish/sync events to external relays. SKILL.md's triggers also say "trigger for any request involving personalized content ... even if the user doesn't explicitly mention Ruby or 'the-only'", granting broad scope. The mesh_sync code actively connects to third-party relays and can publish user-originated content; the Discord bot asks the operator for a bot token and will store it in the local config. These instructions reference external endpoints and persistent keys that are outside a minimally scoped curation/delivery workflow.
Install Mechanism
The package is instruction-only with no install spec, yet multiple scripts import non-stdlib libraries (discord.py, websockets, python-socks). There is no declared install procedure or dependency list in the registry metadata; the code prints user-facing pip install hints and will exit if missing. That mismatch (shipping runnable scripts but not declaring/installing dependencies) increases friction and the chance an operator will run ad-hoc pip installs from the internet or run unreviewed code.
Credentials
The skill declares no required environment variables, but the code expects and persists sensitive credentials in the user's home memory directory (Discord bot token, chat IDs, webhook URLs, and a generated secp256k1 private key stored at ~/memory/the_only_mycelium_key.json). Those secrets are necessary for the described integrations, but they are not surfaced in the registry 'requires.env' metadata. The mesh_sync feature will publish signed events to public relays (exposing content tied to a local identity) and auto-follows hardcoded bootstrap pubkeys and relays — broader network access than might be expected for a 'personal curator'.
Persistence & Privilege
The skill does not set always:true (good), but it persists many files under the user's home directory (memory, canvas, archive) and generates/stores a persistent private key. The default platform behavior allows autonomous invocation; combined with mesh_sync's auto-publish/auto-sync logic and SKILL.md's open-ended trigger rules, there is a plausible path for the agent to autonomously create and broadcast signed network events on the user's behalf unless explicitly configured otherwise.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install the-only
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /the-only 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
**Changelog for the-only v1.0.1** - Major architectural upgrade: introduced modular references and detailed technical documentation for all key modules (context engine, memory, onboarding, templates, knowledge graph, mesh network, etc). - Added multiple new scripts for core features: Discord bot, knowledge archive/indexing, improved knowledge graph, memory I/O, and full mesh sync support. - Expanded ritual types, output templates, and onboarding guides (with separate docs per component). - Deprecated and removed outdated files: skill guidelines and old resonance network script. - Enhanced clarity and completeness of skill description, triggers, and supported workflows in SKILL.md.
v1.0.0
the-only 1.0.0 Changelog - Initial release of "the-only": a self-evolving, context-aware information curation engine. - Supports three output formats: interactive webpage (magazine-quality), NanoBanana infographic, and voting poll. - Provides deeply personalized, high-density content rituals based on ambient scanning of user projects and conversation context. - Offers hourly or daily delivery options, with customizable batch size (1–10 items per ritual). - Enables sharing insights via messaging channels (Telegram, WhatsApp, etc.). - Always includes at least one serendipitous, unexpected content item per ritual.
元数据
Slug the-only
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Your ONLY 是什么?

A self-evolving, context-aware information curation engine. Use when setting up or running personalized content rituals, fetching deep content, or generating... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。

如何安装 Your ONLY?

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

Your ONLY 是免费的吗?

是的,Your ONLY 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Your ONLY 支持哪些平台?

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

谁开发了 Your ONLY?

由 cdotlock(@cdotlock)开发并维护,当前版本 v1.0.1。

💬 留言讨论