🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Bytesagain Mcp

by @bytesagain-lab

Connect AI agents to BytesAgain skill search via MCP SSE. Shows setup commands for OpenClaw, Claude Desktop, and curl. No files modified.

Versionv1.1.0
Downloads337
TERMINAL
clawhub install bytesagain-mcp

πŸ“– About This Skill


name: "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." version: "1.1.0" author: "bytesagain-lab" tags: ["mcp", "skills", "agent", "openclaw", "setup"]

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= (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
  • βš™οΈ Configuration

    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
    

    πŸ“‹ Tips & Best Practices

  • 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