← Back to Skills Marketplace
bytesagain-lab

Bytesagain Mcp

by bytesagain-lab · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install bytesagain-mcp
Description
Connect AI agents to BytesAgain skill search via MCP SSE. Shows setup commands for OpenClaw, Claude Desktop, and curl. No files modified.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-mcp
  3. After installation, invoke the skill by name or use /bytesagain-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug bytesagain-mcp
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Bytesagain Mcp?

Connect AI agents to BytesAgain skill search via MCP SSE. Shows setup commands for OpenClaw, Claude Desktop, and curl. No files modified. It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install Bytesagain Mcp?

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

Is Bytesagain Mcp free?

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

Which platforms does Bytesagain Mcp support?

Bytesagain Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Mcp?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v1.1.0.

💬 Comments