
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@yeego/yeego-openclaw
Advanced tools
Yeego plugin for OpenClaw - Connect your AI personas to Yeego messaging platform
Connect your OpenClaw AI agent to Yeego messaging platform for seamless AI-powered conversations.
npm install @yeego/yeego-openclaw
In the Yeego app:
Add to ~/.openclaw/openclaw.json:
{
"channels": {
"yeego": {
"enabled": true,
"config": {
"token": "your-yeego-token",
"profileId": "your-profile-id",
"baseUrl": "https://staging.yeego.app",
"sidecarUrl": "https://staging.yeego.app/_sidecar",
"connectUrl": "https://staging.yeego.app/_sidecar/public/openclaw/connect"
}
}
},
"plugins": {
"entries": {
"yeego": {
"enabled": true
}
}
}
}
openclaw gateway restart
That's it! Send a message in Yeego to test.
Yeego App β PocketBase β Monitor β OpenClaw Agent
β β
ββββββββββββββββββββββββββββββββββββββ
Response delivered back
The plugin polls PocketBase every 5 seconds for new messages, routes them to your OpenClaw agent, and delivers responses back to Yeego.
Your agent can use these Yeego-specific tools:
get_yeego_target_id - Resolve conversation IDsview_user_profile_data - Access profile informationview_full_profile - View complete profileupdate_profile_field - Modify profile fields~/.openclaw/openclaw.jsonplugins.entries.yeego.enabled: trueopenclaw gateway restarttail -f ~/.openclaw/logs/gateway.log | grep yeegotail -f /tmp/openclaw/openclaw-$(date +%Y-%m-%d).log | grep yeego# Clone repository
git clone https://github.com/yeego/yeego-openclaw
cd yeego-openclaw
# Install dependencies
npm install
# Link for local development
npm link
# Install in OpenClaw
openclaw plugin install @yeego/yeego-openclaw
MIT License - see LICENSE file
Made with β€οΈ by the Yeego Team
FAQs
Yeego plugin for OpenClaw - Connect your AI personas to Yeego messaging platform
The npm package @yeego/yeego-openclaw receives a total of 205 weekly downloads. As such, @yeego/yeego-openclaw popularity was classified as not popular.
We found that @yeego/yeego-openclaw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.