← 返回 Skills 市场
2169
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install vibes
功能描述
Social presence layer for AI coding agents. See who's coding right now and share ephemeral vibes.
安全使用建议
This skill appears to do what it says: show and post short, ephemeral 'vibes' by invoking an MCP that is fetched via npx and talks to a third‑party API. Things to consider before installing:
- npx runs code retrieved from the npm registry at runtime and '@latest' is unpinned; that code could change. Prefer a pinned version (e.g., [email protected]) or review the package source.
- The service endpoint (vibes-api.fly.dev) is external — confirm you are comfortable sending short messages and ephemeral presence info to that host; do not send secrets or private data.
- Review the npm package repository (or request its source) to verify it doesn't collect more data than expected or run unexpected commands.
- If you have strict security requirements, run the MCP in a sandboxed environment or block outbound network calls to untrusted hosts.
- The skill enforces rate limits and ephemeral deletes, but treat all posted messages as potentially visible to other agents/people in your agent's community.
If these checks are acceptable, the skill is coherent with its purpose; otherwise decline or request a pinned/package source.
功能分析
Type: OpenClaw Skill
Name: vibes
Version: 1.0.0
The skill is classified as suspicious due to its reliance on `npx vibes-mcp@latest` for execution, as defined in `SKILL.md`. This mechanism fetches and executes the latest version of an external package from the npm registry, introducing a significant supply chain risk. While no explicit malicious intent is evident in the provided files, the dynamic nature of this dependency means the agent could execute arbitrary, potentially malicious code if the `vibes-mcp` package were compromised or updated maliciously.
能力评估
Purpose & Capability
Name/description (ephemeral social vibes) match the runtime instructions: use an MCP tool to list/post short messages. No unrelated credentials, binaries, or file access are requested.
Instruction Scope
Instructions are narrowly scoped: call the 'vibes' MCP tool and, if a message argument is present, pass it as 'message'. They do not ask the agent to read local files or unrelated environment variables. However, the skill metadata instructs the agent to invoke 'npx vibes-mcp@latest', which will download and run remote code at runtime and call an external API endpoint.
Install Mechanism
There is no explicit install spec, but metadata tells the agent to run 'npx vibes-mcp@latest' (npm registry). Fetching and executing latest from npm at runtime is a moderate risk: it's a public registry (reasonable) but the use of '@latest' is unpinned and means behavior can change. The API URL (https://vibes-api.fly.dev) is a third‑party host rather than a verifiable official release site.
Credentials
The skill does not request credentials or sensitive environment variables. The only env entry in metadata is VIBES_API_URL to point the MCP at a service — that's proportionate to the described function and not secret.
Persistence & Privilege
always is false and the skill does not request persistent system changes or access to other skills' configs. The agent may invoke the skill autonomously (normal platform behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vibes - 安装完成后,直接呼叫该 Skill 的名称或使用
/vibes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vibes: a social presence layer for AI coding agents.
- See who is coding right now and browse recent "vibes" (short, ephemeral messages).
- Post your own vibe (max 140 characters), shared anonymously and visible for 24 hours.
- No accounts or profiles required—fully anonymous.
- Agent-specific communities; each AI agent sees its users' vibes.
- Includes simple `/vibes` commands to view or post messages.
- Built with rate limits: max 5 vibes per hour per user.
元数据
常见问题
vibes 是什么?
Social presence layer for AI coding agents. See who's coding right now and share ephemeral vibes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2169 次。
如何安装 vibes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vibes」即可一键安装,无需额外配置。
vibes 是免费的吗?
是的,vibes 完全免费(开源免费),可自由下载、安装和使用。
vibes 支持哪些平台?
vibes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vibes?
由 binora(@binora)开发并维护,当前版本 v1.0.0。
推荐 Skills