← 返回 Skills 市场
bytesagain-lab

Bytesagain Mcp

作者 bytesagain-lab · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
96
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install bytesagain-mcp
功能描述
Connect AI agents to BytesAgain skill search via MCP SSE. Shows setup commands for OpenClaw, Claude Desktop, and curl. No files modified.
使用说明 (SKILL.md)

BytesAgain MCP

Connect your AI agent to BytesAgain skill search via MCP SSE protocol. Works with OpenClaw, Claude Desktop, and any MCP-compatible client.

MCP SSE: https://bytesagain.com/api/mcp/sse (streamable-http) REST API: https://bytesagain.com/api/mcp?action=search&q=\x3Cquery> (sandbox-friendly) Auth: none required Languages: English, Chinese, Japanese, Korean, German, French, Portuguese, Spanish

Commands

setup

Show MCP connection commands for your client.

bash scripts/script.sh setup

setup --client openclaw

Show OpenClaw setup command.

bash scripts/script.sh setup --client openclaw

setup --client claude

Show Claude Desktop config JSON.

bash scripts/script.sh setup --client claude

test

Test the MCP endpoint is reachable and responding.

bash scripts/script.sh test

tools

List available MCP tools exposed by BytesAgain.

bash scripts/script.sh tools

Available MCP Tools

Once connected, your agent can call:

Tool Description
search_skills Search 788+ BytesAgain skills by keyword
get_skill Get full details + install command for a skill
popular_skills Top skills ranked by downloads

Requirements

  • curl
  • python3 (for JSON formatting)

Notes

  • After registering, restart your gateway and start a new session to activate tools
  • Only returns skills published by BytesAgain authors
  • Free, no API key needed
  • Docs: https://bytesagain.com/mcp
安全使用建议
This skill appears to do what it says: show setup commands and query bytesagain.com MCP endpoints. Before installing/running: 1) Confirm you trust bytesagain.com because the script makes network requests (initialize, tools/list, search). 2) Note that the SKILL.md expects curl and python3 — ensure those are installed (the registry metadata did not declare them). 3) The skill will print snippets that you may add to client config files (it does not modify them automatically); avoid copying unreviewed JSON into application config without checking. 4) If you need higher assurance: inspect the script locally (it is small and readable) and/or run commands in a sandboxed environment first. If you want this skill to be blocked from autonomous invocation, adjust agent permissions — autonomous invocation itself is normal but increases blast radius if the endpoint or skill were malicious.
功能分析
Type: OpenClaw Skill Name: bytesagain-mcp Version: 1.1.0 The skill bundle is a utility for connecting AI agents to the BytesAgain MCP (Model Context Protocol) service. The script (scripts/script.sh) provides helper commands to display configuration settings, test connectivity to the API endpoint (https://bytesagain.com/api/mcp/sse), and search for skills. It does not modify system files, exfiltrate sensitive data, or execute obfuscated code; it primarily uses curl and python3 for JSON parsing and API interaction in a transparent manner.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (BytesAgain MCP) align with the included script and SKILL.md: they show MCP setup commands and call bytesagain.com MCP endpoints. The skill does not request unrelated credentials or services. Minor mismatch: SKILL.md lists required tools (curl, python3) but the registry metadata lists no required binaries.
Instruction Scope
The runtime instructions and script are scoped to: displaying setup snippets, performing simple REST/JSON-RPC requests to bytesagain.com, and listing tools. The script suggests adding a snippet to ~/Library/Application Support/Claude/claude_desktop_config.json (it does not modify files automatically). It creates temporary files for parsing responses. The only external activity is network requests to bytesagain.com (initialize, tools/list, search endpoints).
Install Mechanism
There is no install spec; this is an instruction-only skill with a small helper script. Nothing is downloaded or written to persistent locations by the skill itself (it uses mktemp and cleans up).
Credentials
No environment variables, credentials, or config paths are required by the metadata. The script requires curl and python3 to function (not declared in registry metadata), but it does not request or use any secrets or unrelated system credentials.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide agent settings. It only prints configuration snippets and performs ephemeral network queries.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add rest command (sandbox-friendly), search command, multilingual docs
v1.0.1
Security fix: replace shell interpolation with tmpfile to eliminate RCE risk
v1.0.0
Initial release: MCP SSE setup for OpenClaw, Claude Desktop, and curl
元数据
Slug bytesagain-mcp
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Bytesagain Mcp 是什么?

Connect AI agents to BytesAgain skill search via MCP SSE. Shows setup commands for OpenClaw, Claude Desktop, and curl. No files modified. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Bytesagain Mcp?

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

Bytesagain Mcp 是免费的吗?

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

Bytesagain Mcp 支持哪些平台?

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

谁开发了 Bytesagain Mcp?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.1.0。

💬 留言讨论