AI
AI in your terminal — powered by agents and MCP
Install / Use
claude mcp add tryAGI -- npx -y github:tryAGI/AIIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubAI CLI
AI in your terminal — powered by agents and MCP
This is a console utility that will help you use AI for such tasks:
- Summarize text
- Generate release notes
- Generate changelog
- Generate code documentation
- Do actions using mcp servers
Usage:
dotnet tool install --global tryagi.ai --prerelease
set OPENAI_API_KEY = <your_api_key>
# Actions in filesystem and git usage
ai --tools filesystem git
--directories "/Users/havendv/GitHub/tryAGI/"
--provider openrouter
--model free-fast
--input "Please create new repo with name `Do` in `/Users/havendv/GitHub/tryAGI/` dir and git init it."
# Auto-labeling GitHub issues
set GITHUB_TOKEN = <your_github_token>
{
echo "You work in the ${{ github.repository }} repository on the issue #${{ inputs.issue-number }}"
echo "Your goal is to update the issue with suitable labels."
echo "Always retrieve the issue body/comments and the available labels for the repository first."
echo "Then, select appropriate labels based on the issue content and update the issue accordingly."
echo "Do not change the issue body or other data."
} > .prompt.md
ai --tools github[issues,labels]
--input-file .prompt.md
Support
Priority place for bugs: https://github.com/tryAGI/AI/issues
Priority place for ideas and general questions: https://github.com/tryAGI/AI/discussions
Discord: https://discord.gg/Ca2xhfBf3v
Acknowledgments

This project is supported by JetBrains through the Open Source Support Program.
Related Skills
Agent-Reach
80.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
72.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
headroom
71.9kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
CowAgent
47.0kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)
