
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
boostmyagent
Advanced tools
Public installer for Boost OS.
npx boostmyagent@latest install
That single command:
./AGENTS.md so any agent that respects the AGENTS.md convention can pick up the kernel../.agents/skills/<skill>/SKILL.md by default, or ./.claude/skills/<skill>/SKILL.md when Claude project signals are detected or --target claude is provided../.agents/memory/project.md so future sessions start with project context../.agents/references/<subsystem>.md files when subsystems are detected, ready for /remember to fill in.After install, type /os in your agent chat to see the menu.
npx boostmyagent@latest install --target auto # default
npx boostmyagent@latest install --target claude # force .claude/skills
npx boostmyagent@latest install --target agents # force .agents/skills
npx boostmyagent@latest update # re-install the latest release
npx boostmyagent@latest pause # turn off the always-on pieces; nothing is removed
npx boostmyagent@latest resume # turn the always-on pieces back on
npx boostmyagent@latest uninstall # remove Boost OS from this project
npx boostmyagent@latest uninstall --logout # also clear saved license session
npx boostmyagent@latest status # show installed version and target
npx boostmyagent@latest logout # clear local CLI state
The CLI also exposes two power-user subcommands that back the slash skills. Invoke them via npx -y boostmyagent ... because the binary is not on $PATH:
npx -y boostmyagent reference <slug> # stub or read .agents/references/<slug>.md
npx -y boostmyagent reference append <slug> "<note>" # append a dated note (powers /remember)
npx -y boostmyagent reference forget <slug> # delete a reference (powers /forget)
npx -y boostmyagent reference list # list saved references (powers /recall)
npx -y boostmyagent memory set <field> <value> [--source <where>]
# update one field in .agents/memory/project.md
--target auto uses .agents/skills/ as the portable default and chooses .claude/skills/ only when Claude project signals exist without existing .agents signals..claude/skills/. If /os does not appear
in Claude after a default install, rerun npx boostmyagent@latest install --target claude from that project and start a new Claude Code session.AGENTS.md or a skill folder already exists and was not previously installed by this CLI, it is left alone with a warning.--keep-memory to preserve memory and references, or --logout to clear the saved license session too.BOOSTMYAGENT_API_URL — override the API base URL for staging/dev.BOOSTMYAGENT_EMAIL — purchase email for unattended install/update.BOOSTMYAGENT_LICENSE_KEY — license key for unattended install/update.FAQs
Installer and updater for Boost OS.
The npm package boostmyagent receives a total of 30 weekly downloads. As such, boostmyagent popularity was classified as not popular.
We found that boostmyagent 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 can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.