
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
mdedit-cli
Advanced tools
mdedit-cliOfficial command-line interface for MD Editor.
Links:
npm install -g mdedit-cli
All APIs require authentication. Create an API key here:
mdedit config login --api-key <YOUR_KEY>
Config is stored at ~/.mdedit-cli/config.json.
MDEDIT_API_URL (default: https://apiv2.mdedit.ai)MDEDIT_API_KEYMDEDIT_WORKSPACE_IDMDEDIT_CONFIG_DIR (override config directory)mdedit --help
mdedit info
mdedit health
The CLI is designed to be used by AI agents without modification.
--format json for machine-readable output (human messages go to stderr)--yes on destructive commands to skip confirmation--file - (stdin) or --content-only (stdout)A comprehensive agent skill document is included with the CLI. It covers all commands, flags, workflows, and error handling in a format optimised for AI agents (Claude Code, Cursor, GitHub Copilot, etc.).
# View the skill
mdedit skill show
# Install the skill into all detected agent config files
mdedit skill install
# Install into a specific tool only
mdedit skill install --target claude # → CLAUDE.md
mdedit skill install --target cursor # → .cursor/rules/mdedit.mdc
mdedit skill install --target codex # → .github/copilot-instructions.md
# Install to home-directory (global) targets
mdedit skill install --global
An openclaw.json plugin manifest is included in the package. It defines every CLI tool as a structured, machine-readable entry that OpenClaw-compatible agents can load directly.
# Find the plugin manifest
node -e "console.log(require.resolve('mdedit-cli/openclaw.json'))"
FAQs
Command-line interface for mdedit.ai.
The npm package mdedit-cli receives a total of 52 weekly downloads. As such, mdedit-cli popularity was classified as not popular.
We found that mdedit-cli 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.
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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.