
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@crossmint/lobster.cash
Advanced tools
OpenClaw plugin for Solana wallet integration with Crossmint smart wallets
Solana wallet integration for OpenClaw agents using the lobster.cash server flow.
This plugin enables OpenClaw agents to:
/api/claw/setup/*)The plugin no longer requires manual API key pasting.
openclaw plugins install @crossmint/lobster.cash
Enable the plugin in ~/.openclaw/.openclaw.json5:
{
plugins: {
entries: {
"lobster.cash": {
enabled: true,
config: {
serverBaseUrl: "https://www.lobster.cash",
requestTimeoutMs: 15000,
},
},
},
},
}
If you previously installed an older build that used the openclaw-wallet id, remove that entry and extension to avoid duplicate plugin warnings.
Ask the agent: "Set up my Crossmint wallet"
The plugin will:
POST /api/claw/setup/startpairingNonce locallyPOST /api/claw/setup/verifyOpen the URL in browser and approve.
Run crossmint_setup again.
The plugin will:
GET /api/claw/setup/statusretrievalNonce when approvedretrievalNoncePOST /api/claw/setup/retrievewalletAddress, accessToken, refreshToken, and expiry locallyAuthorization: Bearer <accessToken>POST /api/claw/token/refresh/initPOST /api/claw/token/refresh| Tool | Description |
|---|---|
crossmint_setup | Start/finalize server-based setup flow |
crossmint_configure | Deprecated (kept for compatibility) |
crossmint_balance | Check wallet balances |
crossmint_send | Send tokens to another address |
crossmint_wallet_info | Get wallet/setup session info |
crossmint_tx_status | Check transaction status |
crossmint_buy | Buy products from Amazon with SOL or USDC |
crossmint_order_status | Check order status (uses stored order client secret when available) |
For purchases, plugin uses proxy endpoints:
POST /api/proxy/ordersPOST /api/proxy/wallets/:wallet/transactions (serialized transaction)POST /api/proxy/wallets/:wallet/transactions/:txId/approvePOST /api/proxy/orders/:orderId/payment with x-order-client-secretPlugin state is stored at:
~/.openclaw/crossmint-wallets/wallets.jsonCROSSMINT_WALLETS_DIR if setPer agent it stores:
If you previously configured wallet + API key manually, run crossmint_setup again to migrate.
FAQs
OpenClaw plugin for Solana wallet integration with Crossmint smart wallets
We found that @crossmint/lobster.cash demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.