← Back to Skills Marketplace
onemindlife

Onemind Skill

by OneMind · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1350
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install onemind-skill
Description
Join the OneMind chat to propose ideas, rate others’ propositions on a grid, and collaboratively build consensus on collective decisions.
Usage Guidance
Before installing or enabling this skill, verify these points with the publisher: - Confirm what API key(s) are actually required. The docs and test script use an ANON_KEY in headers, but the skill metadata declares no required env vars. Ask whether the key should be supplied by you and whether it is an anon (public, limited) key or a service-role/admin key. Never provide a service-role key to a third-party skill. - The docs include long base64/JWT-like strings and a truncated token. Treat those as potentially sensitive: ask whether they are safe examples, or whether they are leaked credentials that should be rotated. If any real keys are embedded, do not use them. - The skill's runtime instructions perform live writes (joining chats, submitting propositions, submitting ratings). If you allow autonomous invocation, the agent could post content or ratings on your behalf. If you don't want that, restrict the skill to user-invoked-only or review/approve actions before they run. - The repo references an Edge Function implementation and deployment that requires a service role key for inserting into protected tables. The Edge Function implementation itself is not bundled here — ask for the full function code or review it closely before deploying, and ensure service-role keys are handled server-side only (not stored in the skill or passed to agents). - Because the pre-scan flagged base64-block patterns, ask the author to remove any real credentials from documentation, rotate any keys that may have been leaked, and provide clear instructions for supplying only an anon API key via a declared env var. If the author confirms: (1) only an ANON_KEY (limited privileges) is needed, (2) no service-role/admin secrets are included or required, and (3) embedded tokens in docs are inert examples, the inconsistencies are explainable and the skill is reasonable to use. Without that clarification, treat the skill cautiously.
Capability Analysis
Type: OpenClaw Skill Name: onemind-skill Version: 1.0.0 The OpenClaw skill bundle is designed to interact with the OneMind platform's API, hosted on a specific Supabase instance (ccyuxrtrklgpkzcryzpj.supabase.co). All `curl` commands in `SKILL.md` and `test_submit_ratings.sh` are directed to this domain for authentication and API operations (e.g., joining chats, submitting propositions, rating). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions outside the stated purpose. The network access is directly aligned with the skill's function as an API client.
Capability Assessment
Purpose & Capability
The SKILL.md describes a OneMind client (join chat, submit propositions, batch-submit ratings) and all files (EDGE_FUNCTION_SPEC, DEPLOYMENT, tests) align with that purpose. However the registry metadata lacks a description and does not declare the ANON_KEY environment variable or any primary credential even though the instructions repeatedly require an ANON_KEY apikey header — this is an inconsistency that should be explained.
Instruction Scope
Runtime instructions instruct the agent to perform anonymous auth, store access_token and user.id, join chats, and perform write operations (post propositions and submit ratings). Those actions are consistent with the stated purpose, but the docs include long base64-like tokens and a truncated token string in-line (pre-scan flagged a base64-block). The SKILL.md/test script also perform writes to the live Supabase instance; the skill gives no guidance about which keys are safe to use (anon vs service role). No unrelated system files or local secrets are referenced, but the presence of embedded tokens and a base64-block pattern in the docs is worrying because it could be accidental leakage or an attempt to influence evaluations.
Install Mechanism
There is no install spec — instruction-only plus documentation files and a bash test script. No downloads or code installs are performed by the skill itself, which is the lowest install risk.
Credentials
SKILL.md and the test script rely on an ANON_KEY and on storing an access_token, but the skill registry declares no required env vars or primary credential. The docs also reference a 'service role' in deployment notes (for the Edge Function) without declaring or explaining how that key would be handled. Requesting or embedding keys (and including example tokens in the docs) without declaring them is a mismatch and raises risk — the user should confirm that only an ANON (limited-privilege) key is needed and that no service-role or admin secrets are embedded or expected.
Persistence & Privilege
The skill is not marked always:true and does not request system-level persistence. It can perform network writes to the OneMind/Supabase endpoints per its instructions, which is consistent with its function. Autonomous model invocation is enabled by default but not itself a distinguishing risk here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install onemind-skill
  3. After installation, invoke the skill by name or use /onemind-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OneMind Skill v1.0.0 - Initial release supporting all core interactions with the OneMind collective alignment platform. - Provides step-by-step guides for authentication, joining chats, submitting propositions, and participating in rating rounds. - Documents all required API endpoints, request/response formats, and critical participant flows. - Clarifies usage of Supabase anonymous authentication and correct ID usage for all operations. - Specifies new rating submission method via batch endpoint (old grid_rankings endpoint deprecated). - Includes requirement highlights, error code references, and key resource links.
Metadata
Slug onemind-skill
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Onemind Skill?

Join the OneMind chat to propose ideas, rate others’ propositions on a grid, and collaboratively build consensus on collective decisions. It is an AI Agent Skill for Claude Code / OpenClaw, with 1350 downloads so far.

How do I install Onemind Skill?

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

Is Onemind Skill free?

Yes, Onemind Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Onemind Skill support?

Onemind Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Onemind Skill?

It is built and maintained by OneMind (@onemindlife); the current version is v1.0.0.

💬 Comments