explaingit

nickvasilescu/nicks-stack

Analysis updated 2026-05-18

82PythonAudience · generalComplexity · 3/5LicenseSetup · moderate

TLDR

A no-code template for launching your own always-on AI agent on a cloud computer, reachable over Telegram with its own email and virtual card.

Mindmap

mindmap
  root((repo))
    What it does
      Personal AI agent template
      Runs on cloud desktop
    Tech stack
      Python
      Orgo
      MCP
    Use cases
      Text agent on Telegram
      Agent owns email and card
    Audience
      Non-technical setup
      Customizers use Python

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Launch a personal AI agent you can text on Telegram like a person.

USE CASE 2

Give an agent its own email inbox and a virtual card it can spend from.

USE CASE 3

Connect the agent to over a thousand apps such as Gmail, Slack, and Notion.

USE CASE 4

Store all the agent's API keys in a single 1Password vault you control.

What is it built with?

PythonOrgoTelegramMCP

How does it compare?

nickvasilescu/nicks-stackaqua5230/usagehi-fullhouse/cybersecurity-skills
Stars828282
LanguagePythonPythonPython
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a paid Orgo account and, for full features, paid third-party API keys.

The template code is MIT licensed, but running it depends on paid third-party services.

In plain English

Nick's Stack is a template for launching a personal AI agent on Orgo, a cloud computer platform, rebuilt to match a specific production setup the author calls Dewey. Once launched, the agent runs on its own cloud desktop and is reachable by texting it on Telegram, using a QR code to connect in about two minutes rather than going through a bot-creation process by hand. The agent, built on an open agent framework called Hermes paired with a language model, comes wired to thirteen external tools through the Model Context Protocol. These give it its own email inbox, a virtual payment card it can spend from carefully, access to over a thousand apps such as Gmail, Slack, and Notion through a service called Composio, its own desktop it can control directly, an Obsidian notes vault, and call tracing so every model and tool call can be reviewed later. SMS and iMessage access is available through an additional bridge service. A key design point is that no secrets are baked into the template itself. Every integration works without its key present, simply staying inactive until one is supplied, either typed directly into chat or stored in a 1Password vault the user controls, which the agent reads from automatically each time it starts. Setting it up does not require coding: a setup window walks a new user through signing into the language model, scanning the Telegram QR code, and optionally connecting 1Password. Building or customizing your own version of the template does require running Python scripts against the Orgo API, and publishing a new template needs a paid Orgo plan. The project is released under the MIT license, though it depends on paid third-party services such as the language model provider and the Orgo hosting platform to actually run.

Copy-paste prompts

Prompt 1
Walk me through the QR code setup to connect my new agent on Telegram.
Prompt 2
Explain how to add a 1Password service-account token so all my keys load automatically.
Prompt 3
Show me what the 13 MCP servers in this template each do.
Prompt 4
Help me customize config.yaml to swap the model this agent uses.

Frequently asked questions

What is nicks-stack?

A no-code template for launching your own always-on AI agent on a cloud computer, reachable over Telegram with its own email and virtual card.

What language is nicks-stack written in?

Mainly Python. The stack also includes Python, Orgo, Telegram.

What license does nicks-stack use?

The template code is MIT licensed, but running it depends on paid third-party services.

How hard is nicks-stack to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is nicks-stack for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.