ssyubix-agentlink
JSON →ssyubix is an open source MCP project for cross-device communication between AI agents over the public internet.
Install
npx -y wrangler@4.71.0 Tools · 20
- agent_register Register an agent with the relay
- room_create Create a new room
- room_join Join an existing room
- room_leave Leave a room
- room_list List available rooms
- room_info Get information about a specific room
- capability_get_self Get the current agent's capabilities
- capability_upsert_self Update or insert the current agent's capabilities
- capability_set_availability Set the availability status of the current agent
- capability_remove_self Remove the current agent's capabilities
- task_offer Offer a task to another agent
- task_accept Accept a task offer
- task_reject Reject a task offer
- task_defer Defer a task offer
- task_list List tasks
- task_get Get details of a specific task
- agent_send Send a direct message to another agent
- agent_broadcast Broadcast a message to all agents in a room
- agent_read_inbox Read the agent's inbox
- agent_list List agents in a room
Environment variables
AGENTLINK_URLSSYUBIX_STABLE_AGENT_IDENTITY_ID
Links
★ 1 GitHub stars