
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
ai-agent-cli
Advanced tools
AI Agent CLI 是一个由 AI 驱动的智能命令行代理工具。它提供少量核心命令,通过插件系统实现无限扩展。
# 启动交互式 AI 助手
agent chat
# 执行任意指令(自然语言)
agent exec "你的指令"
# 插件管理
agent plugin [install|remove|list|update]
# 查看帮助
agent help
插件可以扩展任何功能,例如:
# 安装 Git 助手插件
agent plugin install git-assistant
# 使用插件功能
agent git commit "feat: add new feature"
{
"ai": {
"provider": "openai",
"model": "gpt-4",
"apiKey": "your-api-key"
},
"plugins": {
"enabled": []
}
}
# 通过自然语言执行任务
agent exec "创建一个新的 React 项目"
agent exec "检查并修复代码中的 TypeScript 错误"
agent exec "部署当前项目到生产环境"
# 交互式对话
agent chat
> 帮我优化这段代码的性能
> 解释一下这个错误信息
参考 插件开发指南 来创建你自己的插件。
MIT License
FAQs
AI-powered CLI agent with plugin system
The npm package ai-agent-cli receives a total of 4 weekly downloads. As such, ai-agent-cli popularity was classified as not popular.
We found that ai-agent-cli 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.