Google PageRank for AI agents. 25,000+ tools indexed.

THU Agent by CyberCraze by cybercrazetech

#734 of 1682 by cybercrazetech
36 score

An interactive coding agent and MCP server that provides access to various AI models via the Tsinghua University lab proxy API. It enables users to inspect files and execute shell commands within their local directory using models like DeepSeek, GLM, and Qwen.

Ranked #734 out of 1682 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 0
Freshness today
Issue Health 50%
Stars 6
Platform Breadth 1 platform
Contributors 1
Description Detailed

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for THU Agent by CyberCraze by cybercrazetech
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-cybercrazetech--THU-deepseek-glm-api-mcp-server)](https://agentrank-ai.com/skill/glama-cybercrazetech--THU-deepseek-glm-api-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-cybercrazetech--THU-deepseek-glm-api-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-cybercrazetech--THU-deepseek-glm-api-mcp-server" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# NO RATE LIMIT FOR THU STUDENT!! THU Agent by CyberCraze

Interactive terminal coding agent powered by the THU lab proxy OpenAI-compatible API.

The agent runs in your current terminal, works in your current directory, can inspect files, propose shell commands, and wait for your approval before running them.

## Platform Use

### Linux

Use the built executable:

```bash
./dist/thu-agent
```

Linux executable path:

```text
dist/thu-agent
```

To run it globally, copy or symlink it into a directory on your `PATH`, for example:

```bash
sudo install -m 755 dist/thu-agent /usr/local/bin/thu-agent
```

Then run:

```bash
thu-agent
```

### Windows

Use the Windows executable after building it on Windows:

```powershell
.\dist\thu-agent.exe
```

Windows executable path:

```text
dist\thu-agent.exe
```

To run it globally on Windows, add the repo `dist` directory to your `PATH`, or copy the executable into a directory already on `PATH`.

Example PowerShell command to add the current repo `
Read full README on GitHub →