🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@open330/agt

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open330/agt

agt — A modular toolkit for extending AI coding agents

latest
Source
npmnpm
Version
2026.7.23
Version published
Weekly downloads
68
-83.5%
Maintainers
1
Weekly downloads
 
Created
Source

@open330/agt

Cross-platform Rust CLI for managing skills, personas, hooks, and agent teams for Claude Code and Codex.

The CLI and npm platform packages are maintained in Open330/agt. Skill content is maintained separately in jiunbae/agent-skills.

Install

npm install --global @open330/agt
agt --version

Supported platforms:

  • macOS Apple Silicon
  • Linux x64
  • Linux ARM64

Install Core Skills

# Claude
agt skill install --profile core \
  --from jiunbae/agent-skills --global

# Codex
agt skill install --profile core \
  --from jiunbae/agent-skills --global --agent codex

Claude skills retain their group layout under ~/.claude/skills. Codex user skills are installed flat under ~/.agents/skills.

Common Commands

agt skill list --installed --agent claude
agt skill list --installed --agent codex
agt skill update
agt skill update --agent codex
agt persona install --global --from jiunbae/agent-skills
agt run "review this change"

Run agt --help or agt <command> --help for the full CLI reference.

License

MIT

Keywords

agent

FAQs

Package last updated on 22 Jul 2026

Did you know?

Socket

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.

Install

Related posts