Skip to content

Commit 03a7eee

Browse files
authored
docs: add hermes-tweet ecosystem entry (#15)
Re-applies the useful content from #10 on top of current main without carrying the stale branch's old ECOSYSTEM.md snapshot. Adds a Native Hermes plugins section with hermes-tweet, a narrow discord.gg markdown-link-check ignore, and a current changelog entry. Supersedes #10. Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent 43e3c8e commit 03a7eee

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/markdown-link-check.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{ "pattern": "^https://langfuse.yourdomain.com" },
66
{ "pattern": "^https://hermes.yourdomain.com" },
77
{ "pattern": "^https://hooks.yourdomain.com" },
8+
{ "pattern": "^https://discord.gg/" },
89
{ "pattern": "^http://localhost" },
910
{ "pattern": "^http://127.0.0.1" }
1011
],

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Dated list of meaningful guide updates. Roughly [Keep a Changelog](https://keepachangelog.com) flavored.
44

5+
## 2026-05-27 — Ecosystem Directory Update
6+
7+
### Added
8+
- Hermes Tweet native plugin entry in `ECOSYSTEM.md`, applied onto current
9+
`main` without reverting newer MCP / coding-agent ecosystem entries.
10+
511
## 2026-05-27 — Part 20 routing schema fixes
612

713
### Fixed

ECOSYSTEM.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ See [Part 17](./part17-mcp-servers.md) for install patterns and trust model guid
3838

3939
---
4040

41+
## Native Hermes plugins
42+
43+
- [`hermes-tweet`](https://github.com/Xquik-dev/hermes-tweet) — X/Twitter search, reads, and gated account actions for Hermes Agent through Xquik
44+
45+
See [Part 22](./part22-latest-power-moves.md#4-use-plugins-for-integrations-not-one-off-scripts) for plugin-first integration guidance.
46+
47+
---
48+
4149
## Coding-agent integrations
4250

4351
- [Claude Code](https://docs.claude.com/en/docs/claude-code)`claude -p` + ACP; best unattended PR lane with Sonnet 5 / Opus 4.7

0 commit comments

Comments
 (0)