
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
playground-export
Advanced tools
Download your playground project.
$ npm install -g playground-export
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
playground-export/1.0.0 darwin-x64 node-v12.18.1
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
...
sfdx playground:export -i <string> [-n <string>] [-p] [--internal] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]print a greeting and your org IDs
USAGE
$ sfdx playground:export -i <string> [-n <string>] [-p] [--internal] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
OPTIONS
-i, --id=id (required) the id of the project to
download. The url is like
https://developer.salesforce.com/doc
s/component-library/tools/playground
/<id>/1/edit
-n, --name=name The name of your project
-p, --project Use an SFDX project type
--internal Use the internal version of
playground
--json format output as json
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
this command invocation
EXAMPLES
$ sfdx playground:export --id 7yD2PkxT7
$ sfdx playground:export --id 7yD2PkxT7 --name MyProject
$ sfdx playground:export --id 7yD2PkxT7 --project
See code: lib/commands/playground/export.js
We recommend using the Visual Studio Code (VS Code) IDE for your plugin development. Included in the .vscode directory of this plugin is a launch.json config file, which allows you to attach a debugger to the node process when running your commands.
To debug the hello:org command:
If you linked your plugin to the sfdx cli, call your command with the dev-suspend switch:
$ sfdx hello:org -u myOrg@example.com --dev-suspend
Alternatively, to call your command using the bin/run script, set the NODE_OPTIONS environment variable to --inspect-brk when starting the debugger:
$ NODE_OPTIONS=--inspect-brk bin/run hello:org -u myOrg@example.com

FAQs
Download your playground project.
The npm package playground-export receives a total of 7 weekly downloads. As such, playground-export popularity was classified as not popular.
We found that playground-export demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.