Analysis updated 2026-06-24
Search your X bookmarks locally for past posts on a topic like x402 or pricing
Turn launch-related bookmarks into a 30-day content plan from chat
Draft new posts in the voice of growth posts you previously saved
Keep a private, local index of saved posts with no cloud sync
| 1lystore/awaek | actashui/sjtu-ppt-template-skill | alyunzhangu/supervideogenaratefactory | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | vibe coder | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Needs Hermes Agent installed plus xurl authenticated against an X account that can read its own bookmarks.
Awaek is a small skill for a chat assistant called Hermes Agent that lets you talk to your own saved X (formerly Twitter) bookmarks. The pitch in the README is that most people save good posts and then never use them again, so Awaek pulls those saves into a local searchable library that the chat agent can answer questions from, draft posts with, or use to put together plans. The sample interactions show the kind of thing you can ask. Examples include asking what your saved posts say about AI agents, finding a specific old bookmark about x402 payments, turning launch-related bookmarks into a 30-day plan, or drafting twenty new posts in the style of your saved growth posts. The README is direct that everything stays on your machine: there is no hosted backend, no cloud database, no pasted X secrets, and authentication to X is delegated to a separate tool called xurl. Installation is one line. Inside any Hermes chat (terminal, Telegram, Slack, Discord, or the Open Web client) you can say install Awaek from 1lystore/awaek/skills/awaek, or run hermes skills install with the same path from a terminal. Awaek needs Hermes Agent, Python 3, and xurl authenticated against an account that can read its own bookmarks. The README links to the official X Developers post that explains setting up xurl, and gives a one-line curl install for it. Once installed, Awaek sync pulls bookmarks down (up to 100 recent saved posts in the current version), stores them in a local SQLite database at ~/.hermes/awaek/data/awaek.db, categorizes them, and builds a local search index. After that you can ask things like Awaek, show my bookmark topics or Awaek, find my saved posts about pricing. Under the hood the README says it syncs via xurl, stores in SQLite, categorizes, and builds evidence packs that the Hermes Agent can cite when answering. The roadmap mentions improvements like smarter topic learning, better packing of evidence for large bookmark libraries, a sample mode that works without a real X setup, connectors to saved-content sources beyond X, and richer writing workflows. The repository topics list it under ai-agent and hermes-skill tags.
A Hermes Agent skill that pulls your X bookmarks into a local SQLite library so the chat agent can search them, draft posts, and build plans from them.
Mainly Python. The stack also includes Python, SQLite, Hermes.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.