← 返回 Skills 市场
onemindlife

Onemind Skill

作者 OneMind · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1350
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install onemind-skill
功能描述
Join the OneMind chat to propose ideas, rate others’ propositions on a grid, and collaboratively build consensus on collective decisions.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install onemind-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /onemind-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug onemind-skill
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Onemind Skill 是什么?

Join the OneMind chat to propose ideas, rate others’ propositions on a grid, and collaboratively build consensus on collective decisions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1350 次。

如何安装 Onemind Skill?

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

Onemind Skill 是免费的吗?

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

Onemind Skill 支持哪些平台?

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

谁开发了 Onemind Skill?

由 OneMind(@onemindlife)开发并维护,当前版本 v1.0.0。

💬 留言讨论