
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@twillai/cli
Advanced tools
@twillai/cliRun and manage Twill agent tasks from your terminal.
@twillai/cli gives you two workflows:
twill) for day-to-day agent chattwill task ...) for scripts and automationnpm install -g @twillai/cli
Or run without installing globally:
npx @twillai/cli@latest
Requirements:
>=18Create an API key in Twill.
Login once:
twill login --api-key <your_twill_api_key>
twill
You can now create tasks, follow up, switch mode (code, plan, ask, dev_env), and stream progress live.
twill task create \
--command "Refactor authentication middleware to remove duplicated logic" \
--mode code
twill resume <task-slug>
Inside resume:
/mode plan|code|ask|dev_env sets default follow-up mode/plan <message> / /code <message> / /ask <message> / /dev_env <message> sends one-off mode messages/quit exitstwill task continue <task-slug> --message "Please split this into smaller commits" --mode code
twill task logs <task-slug>
twill teleport <task-slug>
This exports session files under ~/.claude/projects/<selected-project> (you'll be prompted to pick one of your existing Claude Code projects, or pass --project <path> to skip the picker) and prints a resume command:
claude -r <session-id>
Use profiles when you work across multiple workspaces:
twill login --api-key <key_a> --profile team-a
twill login --api-key <key_b> --profile team-b
twill task list --profile team-a
Or skip persisted credentials entirely:
export TWILL_API_KEY=<your_twill_api_key>
export TWILL_BASE_URL=https://twill.ai
twill task list
task create, task continue, task logs) in CIjq--profile explicitly in automation to avoid surprises from local defaultstwill --help
twill --version
FAQs
Twill CLI — manage tasks and automations from your terminal
The npm package @twillai/cli receives a total of 41 weekly downloads. As such, @twillai/cli popularity was classified as not popular.
We found that @twillai/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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.