← Back to Skills Marketplace
cdotlock

Your ONLY

by cdotlock · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
206
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install the-only
Description
A self-evolving, context-aware information curation engine. Use when setting up or running personalized content rituals, fetching deep content, or generating...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install the-only
  3. After installation, invoke the skill by name or use /the-only
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug the-only
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Your ONLY?

A self-evolving, context-aware information curation engine. Use when setting up or running personalized content rituals, fetching deep content, or generating... It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.

How do I install Your ONLY?

Run "/install the-only" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Your ONLY free?

Yes, Your ONLY is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Your ONLY support?

Your ONLY is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Your ONLY?

It is built and maintained by cdotlock (@cdotlock); the current version is v1.0.1.

💬 Comments