
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@unclick/channel
Advanced tools
UnClick Channel plugin for Claude Code - routes admin chat through your Claude Code session so no separate AI key is needed.
UnClick Channel plugin for Claude Code. Routes the UnClick admin chat through your local Claude Code session so you do not need a separate AI API key.
chat_messages rows for your api key./memory/admin, the UI writes a
pending row. The plugin picks it up and pushes the message into your
Claude Code session.unclick_channel_respond tool.The plugin also exposes unclick_save_conversation_turn, a small fallback
tool for Orchestrator continuity. Use it when a seat is running through this
channel but the normal UnClick MCP save_conversation_turn tool is not
available. It saves one external chat turn through
admin_conversation_turn_ingest, so /admin/orchestrator can show and search
the turn. If neither save path is available, the seat should say UNTETHERED
instead of silently continuing.
Every 30 seconds the plugin POSTs a heartbeat to admin_channel_heartbeat
so the admin UI knows the channel is online.
npm install -g @unclick/channel
export UNCLICK_API_KEY=your_api_key
export UNCLICK_SUPABASE_URL=https://<project>.supabase.co
export UNCLICK_SUPABASE_ANON=<anon key>
claude --channel @unclick/channel
If you are on a preview build that requires loading development channels:
claude --dangerously-load-development-channels --channel @unclick/channel
| Variable | Required | Notes |
|---|---|---|
UNCLICK_API_KEY | yes | Your UnClick API key (starts with uc_ or agt_). |
UNCLICK_SUPABASE_URL | yes | The UnClick project URL. |
UNCLICK_SUPABASE_ANON | yes | UnClick project anon key (Realtime only). |
UNCLICK_API_BASE | no | Defaults to https://unclick.world. |
UNCLICK_CHANNEL_POLL | no | Fallback poll interval in ms (default 5000). |
FAQs
UnClick Channel plugin for Claude Code - routes admin chat through your Claude Code session so no separate AI key is needed.
The npm package @unclick/channel receives a total of 7 weekly downloads. As such, @unclick/channel popularity was classified as not popular.
We found that @unclick/channel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.