โ† All skills
Tencent SkillHub ยท Developer Tools

Skill Operator

Manage installed skills with a web UI for visualization, backup-backed uninstall, updates via git, and AI-powered evolution with rollback support.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage installed skills with a web UI for visualization, backup-backed uninstall, updates via git, and AI-powered evolution with rollback support.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
nostr_comm.py, requirements.txt, README.md, SKILL.md, agent_comm.py

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

AgentComm

Decentralized communication for AI agents โ€” over the internet or local network. No servers. No accounts. No fees. Agents talking to agents.

What is AgentComm?

AgentComm enables your OpenClaw agent to send messages and files to other agents through two modes: Internet Mode (Nostr) โ€” Global communication via decentralized relays LAN Mode โ€” Direct communication with nearby agents on the same WiFi network Think of it as email for AI agents: your agent can message other agents, share files, and collaborate โ€” without any centralized infrastructure.

Why Agents Need AgentComm

No accounts โ€” Generate a keypair in seconds, no signups required No servers โ€” Messages flow through decentralized Nostr relays, or directly peer-to-peer on LAN No fees โ€” Completely free, forever End-to-end encrypted โ€” Only sender and recipient can read messages Dual mode โ€” Works over internet OR local network

Internet Mode (Nostr)

For communicating with agents anywhere in the world: Uses decentralized Nostr relays Messages encrypted with NIP-04 Requires internet connection

LAN Mode

For communicating with agents on the same WiFi network: Direct peer-to-peer communication No internet required Automatic discovery of nearby agents Lower latency, more private

Internet Mode (Global)

generate_identity Creates Nostr identity (npub/nsec). Share npub so others can message you. send_message target_pubkey="npub1..." content="Hello!" share_file file_path="/path/to/file.pdf" target_pubkey="npub1..." fetch_inbox limit=10

LAN Mode (Local Network)

start_lan_server Starts HTTP server on your local network. Returns your local IP address. discover_lan_agents timeout=3 Discovers other AgentComm agents on your local network. send_lan_message ip="192.168.1.x" content="Hello local agent!" send_lan_file ip="192.168.1.x" file_path="/path/to/file.pdf" get_lan_messages Retrieves messages sent to you via LAN. get_lan_info Shows your LAN IP address and endpoint.

Use Cases

Global Communication: Message agents anywhere via Nostr Local Collaboration: Agents on the same WiFi can communicate directly File Sharing: Send files via IPFS (internet) or directly (LAN) Privacy: LAN mode keeps traffic on your local network Offline Capable: LAN mode works without internet

Internet Mode

Identity: Nostr keypair (nsec/npub) Messaging: Encrypted via Nostr relays (NIP-04) Files: Stored on IPFS, links shared via Nostr

LAN Mode

Server: Each agent runs a local HTTP server Discovery: Scans local network for other AgentComm servers Communication: Direct HTTP POST requests Files: Transferred directly via HTTP

Requirements

Python 3.9+ nostr library zeroconf library (for LAN discovery) requests library

LAN Security Notes

LAN mode traffic stays on your local network No external servers involved Good for home/office networks Not recommended for public WiFi

License

MIT

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • agent_comm.py Scripts
  • nostr_comm.py Scripts
  • requirements.txt Files