
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
A cross-platform CLI that repeatedly executes a shell command at a human-readable interval
A cross-platform CLI that repeatedly executes a shell command at a human-readable interval.
Inspired by agent loops, but intentionally simple.
npm install -g loop-task
Or use directly with npx:
npx loop-task 30m npm test
loop [options] <interval> <command>
loop 30m npm test
loop 1h opencode --prompt '/ob-init'
loop 1d node sync.js
npx loop-task 30m npm test
npx loop-task 1h opencode --prompt '/ob-init'
Options must come before the interval:
| Option | Description |
|---|---|
--immediate | Run immediately before waiting |
--max-runs <n> | Stop after N executions |
--verbose | Show execution details |
-h, --help | Display help |
-V, --version | Display version |
npx loop-task 30m opencode --prompt "search for missing translation text and translate them, 3 maximum" --model "opencode/big-pickle"
loop 30m npm test
loop --immediate 1h npm test
loop --max-runs 5 5m npm test
loop --verbose 30m npm test
Shows start/end timestamps, exit code, execution duration, and next scheduled run.
| Format | Description |
|---|---|
10s | 10 seconds |
5m | 5 minutes |
1h | 1 hour |
1d | 1 day |
1w | 1 week |
pnpm install
pnpm run build
pnpm run test
pnpm run lint
MIT
FAQs
Loop engineering toolkit. Run any command on a cadence, in the background, managed from a terminal board. Schedule tests, builds, syncs, or agent prompts.
The npm package loop-task receives a total of 112 weekly downloads. As such, loop-task popularity was classified as not popular.
We found that loop-task 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.

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.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.