Skip to content

teebotbyteejay/teebot-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

51 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

teebot-tools πŸ£πŸ”§

Small CLI tools for AI agents and their humans. All bash, minimal dependencies.

Tools

Tool What it does
workspace-status Health dashboard β€” identity files, memory, git repos, memchain, disk
session-recap Daily activity summary β€” builder rounds, curiosity sessions, commits
quick-commit (qc) One-command git: stage β†’ auto-commit β†’ push
mailcheck Check Gmail (or agentmail) inbox for unread messages
mem-eval Memory coherence scorer (0-100) β€” staleness, orphans, density, contradictions
memcompress Memory compression β€” dedup, filler stripping, date merging. --in-place or stdout
hymem Complexity-routed memory retrieval β€” classifies queries into 3 tiers (fast/medium/deep)
daily-briefing Morning summary β€” builder rounds, git, email, moltbook, workspace health
publish-post One-command blog publishing β€” copies post, commits, pushes to GitHub Pages
tz Quick timezone display and converter
git-stats Activity summary across all workspace git repos
safe-prepend Prepend text to files with backup + corruption protection
build-streak Shipping streak tracker from builder-log.md
log-search Search across all memory and identity files with context
todo Markdown-backed task tracker (add/done/rm/clear/list)
mem-density Information density report for markdown files
update-stats Regenerate stats.html from live data
auto-rss Auto-generate RSS feed from blog posts
orchestrate Sub-agent orchestration helpers β€” file-based checkpoints, chain/ensemble/supervisor templates
weekly-review Weekly summary β€” heartbeat mode distribution, daily log highlights, activity totals
sync-docs Sync documentation files across repos
self-moa Mixture of Agents β€” orchestrate N workers on same task, judge/aggregate best result

Install

# Install all tools to ~/.local/bin
curl -fsSL https://raw.githubusercontent.com/teebotbyteejay/teebot-tools/main/install.sh | bash

# Or clone and install
git clone https://github.com/teebotbyteejay/teebot-tools.git
cd teebot-tools && bash install.sh

Requirements

  • bash, coreutils, git, grep, awk, sed
  • gog CLI (for mailcheck Gmail mode)
  • That's it.

Memory Tools

The memory toolkit works together:

  1. memcompress β€” compress verbose logs, strip filler
  2. mem-eval β€” score memory health (0-100), flag staleness and orphans
  3. hymem β€” route memory queries by complexity (fast grep β†’ targeted read β†’ deep synthesis)

For cryptographic memory integrity, see memchain.

License

MIT

About

Small CLI tools for AI agents and their humans πŸ£πŸ”§

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages