@10xmylife: If you use Hermes in Feishu, you absolutely must install this plugin. It can convert Hermes' replies into Feishu cards, and they look great. Without it, Feishu's built-in Markdown support is not very good—it can't render tables. In short, it's a very useful plugin. Just give it to Hermes to install and...
Summary
Introducing a Feishu Hermes plugin that can convert Hermes' replies into beautiful Feishu streaming cards, solving problems like poor Markdown support and disordered content in Feishu.
View Cached Full Text
Cached at: 06/12/26, 09:02 PM
If you use Hermes in Feishu, you definitely need to install this plugin. It converts Hermes responses into beautiful Feishu cards. Without it, Feishu’s own markdown support isn’t great—it can’t render tables, for example. In short, it’s a very useful plugin; just hand it to Hermes for installation. https://github.com/baileyh8/hermes-feishu-streaming-card…
baileyh8/hermes-feishu-streaming-card Source: https://github.com/baileyh8/hermes-feishu-streaming-card
Hermes Feishu Streaming Card Plugin 中文 | English
Hermes Feishu Streaming Card cover
The Hermes Feishu Streaming Card Plugin turns Hermes Agent Gateway’s Feishu/Lark replies into a continuously updated interactive card: thinking process, tool calls, final answer, authorization confirmation, option selection, and runtime statistics all converge in a single Feishu card, rather than being split into spamming gray native messages.
It specifically addresses the most common pain points when connecting Feishu with Hermes: missing/out-of-order streaming content, long tables and code blocks rendered as raw markdown, invisible tool call process, approval/clarify requiring manual replies, difficult sidecar troubleshooting, complex multi-bot/multi-profile operations, and uncertain hook compatibility after Hermes upgrades.
Feishu streaming card real effect screenshot
Project Highlights
- Streaming card experience:
thinking.delta,answer.delta,tool.updated,message.completedare aggregated into a single Feishu card, reducing spam and context fragmentation. - In-card interaction: Hermes approval / clarify choices are rendered as Feishu buttons. After clicking, the original task continues and the original card keeps updating.
- Better long content handling: Long Markdown tables and fenced code blocks are split along structural boundaries, reducing issues with Feishu raw markdown and truncated code fences.
- Multi-bot / multi-profile: Supports multiple Feishu bots, multiple Hermes profiles, group chat binding, bot/profile titles, and route diagnostics.
- Sidecar-only architecture: Hermes hook fail-open; Feishu sending/updating, state machine, retry, and health checks all run independently in the sidecar.
- Installation and release friendly: Supports one-line installation, release packages,
doctordiagnostics,start/status/stopprocess management, and safe restore/uninstall.
Real Pain Points Solved
| Pain Point | Project Capability |
|---|---|
| Feishu only shows a final block of text; no view of agent thinking or tool progress | Thinking, answer, tool status, and footer statistics continuously update on the same card |
| Model tool call content out of order, missing text, gray native messages popping up after completion | Per-message ordering, PATCH merging, terminal priority, and native resend suppression |
| When Hermes requests authorization or lets the user choose options, manual number input is required | In-card button selection; clicking continues the original task |
| Long tables/long code blocks rendered as raw markdown by Feishu | Markdown-aware split, repeated table headers, and complete code fences |
| Multiple bots, group chats, and profiles make routing difficult to confirm | bindings.chats, profile-aware session key, /health.routing diagnostics |
| Sidecar or hook issues hard to locate | doctor, /health metrics, fail-closed installer, restore/uninstall |
V3.6.1 Compatibility Patch
V3.6.1 fixes issue #47: When the Hermes VERSION file is written with a semver without a v prefix (e.g., 0.15.1), doctor --explain will no longer falsely report “unsupported”. 0.15.x / v0.15.x will continue to follow the new Hermes gateway_run_013_plus path, provided the necessary anchor in gateway/run.py still exists.
Full release notes at V3.6.1 release notes.
V3.6.0 Operations Enhancement
V3.6.0 addresses real-world troubleshooting and maintenance scenarios after online use: when Hermes upgrades, hook state anomalies, media/file messages enter a conversation, or one sidecar serves multiple profiles/bots, users can quickly determine “what’s broken, can it auto-repair, which route to verify”.
- Diagnostics readable and machine-parseable:
doctor --explaingives a human-readable troubleshooting summary;doctor --jsonoutputs config, sidecar, Hermes, streaming, install_state, and recommendations. - Install state self-recovery: Added
repair --hermes-dir ... --yesandsetup --repairto fix only verifiable manifest/backup states; refuses to overwrite user changes. - Media/files safer: Recognizes Hermes structured
attachments/files/media_files/ image/audio/video objects; card retains summary while not suppressing Hermes native media/file delivery path. - Multi-Profile better troubleshooting:
smoke-feishu-card --profile-id,bots test --profile-id, CLIstatus, and/health.routing.profilesall display routing state per profile. - Compatibility matrix clearer: Automated coverage of Hermes
v2026.4.23,v2026.5.7,v2026.5.16+,v2026.5.29,0.13.x,0.14.x,0.15.xand versions with/withoutvprefix hook strategy.
Full release notes at V3.6.0 release notes; historical roadmap at docs/roadmap-v3.6.0.md.
What V3.6.0 Solves
| Scenario | V3.6.0 Change |
|---|---|
| User only knows “card didn’t return” but not whether hook, sidecar, or Hermes anchor failed | doctor --explain gives segmented diagnosis and next steps |
| Manifest/backup loss causes restore/install to reject, but current patch is actually verifiable | repair automatically rebuilds missing state files; remains reject if unverifiable |
| Images, files, audio, video enter Hermes locals but card has no context | Card shows attachment summary; native media/file delivery path preserved |
| Multi-profile/multi-bot: user doesn’t know which bot handled the message | status and /health.routing.profiles show bot count, group bindings, last_route, last_route_error |
| After Hermes upgrade, unsure whether to use new or old hook strategy | Tests and docs clarify gateway_run_013_plus / legacy_gateway_run for each Hermes key release, covering 0.15.x |
V3.5.x Feature Baseline
Interaction Capabilities
- Added Feishu button interaction loop:
interaction.requestedrenders buttons,/card/actionsrecords selection, Hermes hook polls/interactions/{interaction_id}then continues execution. - Authorization/option buttons use Feishu JSON 2.0
button + behaviors.callbackto avoid old-style action container update failures. - approval / clarify hook transparently passes through Hermes event loop; interaction requests and streaming deltas share the same message send lock, reducing event out-of-order.
Streaming Stability
- Fixed issue #41: multiple replies and new Hermes streaming flow continue card updates; final answer no longer falls back to native text from the second message.
- Fixed issue #39: when
message.completed.answeris empty, no longer clears content already shown viaanswer.delta; cards after DeepSeek V4 Pro tool calls no longer end up empty. - Fixed issue #31: PATCH serialization for the same Feishu card prevents old snapshots overwriting new content.
- Fixed issue #25: Hermes v2026.5.7’s
event_message_idused as explicitmessage_idensuresmessage.startedandmessage.completedland on the same fallback card. - HTTP event sending for the same message is locked by message id; sequences from multi-threaded Hermes callbacks do not step on each other.
answer.delta/thinking.deltapreserve original boundary spaces, avoiding broken Chinese, English, and code fragments.thinking.delta(mode=append_block)appends complete thinking fragments, fixing missing words, truncation, and concatenation in the thinking process.- Sidecar quickly ACKs non-terminal events; card PATCH merge updates with refresh interval reduced to
0.2s; terminal events get priority card landing. - Suppress native resend after queued follow-up completion to avoid “card done but gray native message appears below”.
Long Content & Rendering
- Long Markdown tables exceeding
MAIN_CONTENT_CHUNK_CHARSare split with repeated table headers, maintaining valid table structure. - Fenced code blocks that are too long are split into multiple complete fenced blocks, avoiding half-code fences in Feishu.
- Retains V3.3.0’s Feishu 5-table limit protection: automatically truncates and prompts when exceeded.
Compatibility & Installation
- Hermes 0.13.0+/0.14.0/0.15.x,
v2026.5.16+usegateway_run_013_plus. - Older Hermes (
v2026.4.23tov2026.4.x/0.12.x) continue usinglegacy_gateway_run. doctoroutputsversion_source,version,hook_strategy,compatibility, anchor/anchors, andreasonfor pre-install confirmation.- After upgrading the plugin, hooks must be reinstalled: run
install --hermes-dir ... --yesso Hermes uses the hook matching the current version. - Handles PR #42: cron card routing prioritizes
job['deliver']and scheduler-parsed Feishu target. - Multi-profile/multi-bot experience completed: issue #23, per-bot/profile title, cron final cards, attachment summaries + native media delivery, reply card context.
- V3.6.0 further added profile-specific smoke, routing profile diagnostics, structured attachment summaries, and safe repair.
Configuration & Operational Safety
- When a
.envfile exists in the same directory as the--configconfiguration file, it is automatically read forFEISHU_APP_ID,FEISHU_APP_SECRET,HERMES_FEISHU_CARD_HOST,HERMES_FEISHU_CARD_PORT. - Real process environment variables take precedence over
.envin the same directory. - Multi-profile mode requires each profile to explicitly configure Feishu credentials; top-level environment variables do not override profile credentials.
- Without credentials, sidecar uses a no-op client that only maintains local state and does not send real Feishu cards;
/health.routing.bot_countcan confirm whether real bots are loaded.
One-Line Installation
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/baileyh8/hermes-feishu-streaming-card/main/install.sh | bash
Windows PowerShell:
irm https://raw.githubusercontent.com/baileyh8/hermes-feishu-streaming-card/main/install.ps1 | iex
The install script will automatically install/upgrade the plugin, read or prompt for Feishu credentials, write ~/.hermes/.env, and call the integrated installer:
python3 -m hermes_feishu_card.cli setup --hermes-dir ~/.hermes/hermes-agent --config ~/.hermes/config.yaml --yes
After installation, you can check the sidecar status:
python3 -m hermes_feishu_card.cli status --config ~/.hermes/config.yaml
Common environment variables:
| Variable | Default | Description |
|---|---|---|
HFC_VERSION | latest | Specify installation version, e.g., v3.6.1 or main |
HERMES_DIR | ~/.hermes/hermes-agent | Hermes Agent Gateway directory |
HFC_CONFIG | ~/.hermes/config.yaml | Sidecar config path |
HFC_ENV_FILE | Same directory as HFC_CONFIG .env | Location for Feishu credentials |
HFC_SKIP_START | 0 | Set to 1 to only install hook, not start sidecar |
HFC_NO_PROMPT | 0 | Set to 1 to disable interactive input, suitable for automated installation |
You can also download hermes-feishu-card--macos.tar.gz, hermes-feishu-card--linux.tar.gz, or hermes-feishu-card--windows.zip from Release, extract, and run the included install.sh / install.ps1. Full installation package instructions at README-install.md.
Manual Installation
git clone https://github.com/baileyh8/hermes-feishu-streaming-card.git
cd hermes-feishu-streaming-card
pip install -e ".[test]"
export FEISHU_APP_ID=cli_xxx
export FEISHU_APP_SECRET=xxx
python3 -m hermes_feishu_card.cli setup --hermes-dir ~/.hermes/hermes-agent --yes
setup is an integrated installer: auto-generates config, checks Hermes version and code anchors, installs hook, starts sidecar, and performs health checks. It supports older Hermes from v2026.4.23, as well as Hermes 0.13.0+/0.14.0/0.15.x and v2026.5.16+ new anchors; Hermes VERSION can include or omit the v prefix.
If you use Hermes default directory, you can also put credentials in ~/.hermes/.env:
FEISHU_APP_ID=cli_xxx
FEISHU_APP_SECRET=xxx
FEISHU_CONNECTION_MODE=websocket
FEISHU_HOME_CHANNEL=oc_xxx
Then use:
python3 -m hermes_feishu_card.cli start --config ~/.hermes/config.yaml
V3.6.1 will continue to automatically read ~/.hermes/.env from the same directory as ~/.hermes/config.yaml.
Upgrade
Upgrading from V3.2.x/V3.3.0/V3.4.x/V3.5.x/V3.6.0 to V3.6.1 is backward compatible; single-profile configuration requires no changes. If upgrading from V3.6.0 to V3.6.1, typically just update the plugin and re-run doctor; only reinstall hook if the hook strategy changes.
# 1. Stop sidecar
python3 -m hermes_feishu_card.cli stop --config ~/.hermes_feishu_card/config.yaml
# 2. Update code
cd /path/to/hermes-feishu-streaming-card
git checkout v3.6.1
pip install -e ".[test]" --upgrade
# 3. Diagnose Hermes hook strategy and anchors
python3 -m hermes_feishu_card.cli doctor \
--config ~/.hermes_feishu_card/config.yaml \
--hermes-dir ~/.hermes/hermes-agent
# 4. Reinstall hook
python3 -m hermes_feishu_card.cli install --hermes-dir ~/.hermes/hermes-agent --yes
# 5. Start sidecar
python3 -m hermes_feishu_card.cli start --config ~/.hermes_feishu_card/config.yaml
doctor determines Hermes support from VERSION or Git tag v2026.4.23+. Hermes 0.13.0+/0.14.0/0.15.x and v2026.5.16+ should hit gateway_run_013_plus; older Hermes should hit legacy_gateway_run. If doctor --explain indicates auto-repair possible, run repair --hermes-dir ... --yes first, then reinstall hook.
Core Features
- Feishu streaming card:
message.started,thinking.delta,answer.delta,tool.updated,message.completed,message.failedconverge in a single card. - Authorization/option buttons: Hermes approval and clarify choices displayed as buttons within the same card; clicking continues the original task.
- Multi-bot and group chat binding:
bots.itemsregisters multiple Feishu bots;bindings.chatsroutes bychat_id;group_rulesreserves group chat strategy. - Multi-profile in-process isolation: One sidecar serves multiple Hermes profiles, using
profile_id:message_idto isolate sessions. - Profile / Bot card title: Titles can be set globally, per profile, or per bot; bot level takes precedence.
- Cron final cards and reply context: Cron tasks can send final cards; reply card context retains necessary context.
- Attachment summaries and native media delivery: Card shows attachment summaries; hook does not suppress Hermes native media/file delivery path.
- DeepSeek reasoning chain compatibility: Filters ``` / ` `` and
/tags. - Tool call tracking: Accumulates tool call count and current status of each tool.
- Runtime statistics footer: Shows duration, model, token, context ratio; non-terminal cards show rotating “generating” state.
- Fault isolation: When sidecar is unavailable, hook fails open; Hermes native text continues to run.
- Safe install/restore: Installer fails closed;
restore/uninstalldetects file changes and refuses to overwrite.
Configuration
Copy config.yaml.example to local use; do not commit real credentials.
Single Profile Minimal Configuration
server:
host: 127.0.0.1
port: 8765
feishu:
app_id: ""
app_secret: ""
card:
title: Hermes Agent
footer_fields: [duration, model, input_tokens, output_tokens, context]
Single Profile + Multi-Bot / Group Chat
server:
host: 127.0.0.1
port: 8765
feishu:
app_id: ""
app_secret: "" # fallback
bots:
default: default
items:
sales:
app_id: "cli_sales_xxx"
app_secret: "xxx"
support:
app_id: "cli_support_yyy"
app_secret: "yyy"
bindings:
fallback_bot: default
chats:
oc_5cc6a25d8815790fa890dd0226005e83: sales
group_rules:
enabled: false
card:
title: Hermes Agent
footer_fields: [duration, model, input_tokens, output_tokens, context]
Multi-Profile
server:
host: 127.0.0.1
port: 8765
profiles:
engineering:
feishu:
app_id: "cli_eng_xxx"
app_secret: "xxx"
bots:
default: default
items:
default:
app_id: "cli_eng_xxx"
app_secret: "xxx"
bindings:
fallback_bot: default
chats: {}
sales:
feishu:
app_id: "cli_sales_xxx"
app_secret: "xxx"
bots:
default: default
items:
default:
app_id: "cli_sales_xxx"
app_secret: "xxx"
bindings:
fallback_bot: default
chats: {}
card:
title: Hermes Agent
footer_fields: [duration, model, input_tokens, output_tokens, context]
In multi-profile mode, FEISHU_APP_ID / FEISHU_APP_SECRET do not override feishu configuration within profiles. footer_fields supports duration, model, input_tokens, output_tokens, context.
Feishu App Configuration
export FEISHU_APP_ID=cli_xxx
export FEISHU_APP_SECRET=xxx
# Real Feishu smoke test
python3 -m hermes_feishu_card.cli smoke-feishu-card \
--config config.yaml.example \
--chat-id oc_xxx
If credentials are not configured, the sidecar uses a no-op client; suitable for local unit tests, but will not send real Feishu cards. Before actual integration testing, check:
python3 -m hermes_feishu_card.cli status --config ~/.hermes/config.yaml
Confirm /health.routing.bot_count is greater than 0 and last_route_error is empty.
Hermes Gateway Streaming Configuration
Ensure streaming is enabled in Hermes config.yaml:
streaming:
enabled: true
transport: edit
Do not set display.platforms.feishu.streaming: false. Also, do not treat display.show_reasoning as a required switch for this plugin; it may append reasoning code blocks in the final reply, interfering with the card streaming experience. If the model only returns a final answer without thinking deltas, the card will directly show the final answer.
CLI Commands
| Command | Description |
|---|---|
setup --hermes-dir ... --yes | One-click install: configuration, detection, hook, sidecar, health check |
doctor --config ... --hermes-dir ... | Diagnose Hermes version, hook_strategy, compatibility, anchors, and reason; supports --explain / --json |
install --hermes-dir ... --yes | Install hook into Hermes |
repair --hermes-dir ... --yes | Repair verifiable hook manifest/backup state; does not overwrite user changes |
restore --hermes-dir ... --yes | Restore original Hermes files |
uninstall --hermes-dir ... --yes | Uninstall and restore |
start --config ... | Start sidecar |
stop --config ... | Stop sidecar; verifies PID/token matches /health’s process_pid/process_token before stopping |
status --config ... | View sidecar status, routing, profile diagnostics, and metrics |
smoke-feishu-card --profile-id ... --chat-id ... | Send a real Feishu smoke card for the specified profile |
| `bots list | show |
bots test --profile-id ... --chat-id ... | Real Feishu bot smoke test for specified profile/bot |
| `bots bind-chat | unbind-chat –config …` |
Architecture
Hermes Gateway
└─ minimal hook in gateway/run.py
└─ hermes_feishu_card.hook_runtime
└─ HTTP POST /events ——→ sidecar server
├─ CardSession state machine
├─ render_card() card rendering
├─ Feishu CardKit HTTP client (implemented)
├─ tenant token / send / update
├─ throttling, merging, retry, lock, diagnostics
└─ /health metrics
Hermes hook forwards events to sidecar with fail-open behavior. The sidecar holds the full session state and Feishu boundaries, allowing independent testing, restart, and diagnostics. Historical implementations are archived in legacy/ (installer_v2.py, gateway_run_patch.py, patch_feishu.py, etc.) and are not active runtime; the current main line is hermes_feishu_card/. Migration notes at docs/migration.md.
FAQ
- Card has no thinking / not streaming: Check
streaming.enabled: trueandstreaming.transport: edit; confirm the model actually outputsthinking.delta. - No card in real Feishu: Check if credentials are loaded into sidecar; without credentials, it’s a no-op client. V3.6.1 reads
.envfrom config’s directory; real environment variables still take precedence. - Card stuck on “thinking…”: Look at
/health.diagnostics.last_terminal_eventandfeishu_update_failuresto see if terminal event arrived and Feishu PATCH succeeded. - Gray native text appearing: Usually indicates sidecar did not successfully receive or update terminal state; V3.5.x added queued follow-up suppression and terminal priority update.
- Missing words/truncation in thinking process: V3.5.x fixed with ordered send, append_block, PATCH merge, and terminal priority; if still occurring, first check
/health.metrics.feishu_update_failures. - Long tables/code showing as raw markdown: V3.5.x structurally splits them; if still abnormal, reduce single table column width or code block length.
- Duplicate cards: Check
/healthmetrics (events_received,events_applied,feishu_send_successes). In multi-profile, session key isprofile_id:message_id. - Multi-profile routing uncertain: Run
status --config ...and checkrouting.last_route,profile..events,profile..last_profile_source; then usesmoke-feishu-card --profile-id ...orbots test --profile-id ...for targeted verification. - No cards after Hermes 0.13.0+/0.14.0/0.15.x upgrade: First run
doctor --config ... --hermes-dir ...to confirmhook_strategyisgateway_run_013_plus; then reinstall hook as needed. - Restore fails:
restore/uninstallwill refuse to overwrite if file changes are detected. First rundoctor --explainto see manifest/backup/run.py state; if auto-repair is indicated, runrepair --hermes-dir ... --yes; otherwise, back up first then manually confirm differences. - Just want to test local sidecar: Can use no-op client for tests; real Feishu smoke requires real App ID/Secret and chat id.
Version History
| Version | Date | Major Changes |
|---|---|---|
| v3.6.1 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.6.1) | 2026-06 | Issue #47, support Hermes 0.15.x and VERSION without v prefix, avoid doctor --explain false positive “unsupported” |
| v3.6.0 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.6.0) | 2026-06 | doctor --json/--explain, safe repair, structured media/file summaries, multi-profile targeted smoke, routing profile diagnostics, Hermes compatibility matrix |
| v3.5.2 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.5.2) | 2026-06 | Cross-platform one-line install, release packages, macOS .env safe parsing, uv/PEP 668 Python install adaptation, Windows installer CI parsing verification |
| v3.5.1 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.5.1) | 2026-06 | Streaming update ordering and merging, Feishu JSON 2.0 button fix, queued follow-up native message suppression, .env credential fallback, README front page reorganization |
| v3.5.0 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.5.0) | 2026-06 | Feishu button interaction loop, issue #41, PR #42, long table/code block structural splitting, thinking missing words fix |
| v3.4.3 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.4.3) | 2026-05 | Issue #39, Markdown structural splitting, Hermes v0.14.0 / v2026.5.16+ verification |
| v3.4.2 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.4.2) | 2026-05 | Issue #31, avoid concurrent PATCH and sequence race causing content rollback/missing words |
| v3.4.1 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.4.1) | 2026-05 | Issue #25, Hermes v2026.5.7 fallback message id lifecycle consistency |
| v3.4.0 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.4.0) | 2026-05 | Hermes 0.13.0+ compatibility, old version strategy, issue #23, multi-profile/multi-bot, attachment and reply context |
| v3.3.0 (https://github.com/baileyh8/hermes-feishu-streaming-card/releases/tag/v3.3.0) | 2026-05 | Multi-profile, DeepSeek compatibility, table protection, foot… |
Similar Articles
@GitTrend0x: Hermes Aesthetics + Planning + Fantasy Triple Threat Plugins! Hermes Skins custom themes, Planning-with-Files persistent planning, Draw.io automatic flowchart skill, Litprog literate programming, Wizards-of-th…
Introducing multiple Hermes plugins: theme skins, persistent planning, Draw.io automatic flowcharts, literate programming skill pack, fantasy skill lab, etc., turning Hermes into a versatile terminal and intelligent planning tool.
@GitTrend0x: Must-have plugins for Hermes before takeoff: Orange Book Chinese Practical Guide, Optimization Guide Full Process Manual, Hermes HUD Visual Brain, Scarf Native macOS GUI, Open Design Local Design Skill Pack… Programmers across the internet have turned Hermes into the next-generation Agent …
Summarizes multiple community plugins and resources around the Hermes Agent framework, including Chinese practical guides, optimization manuals, visual monitoring tools, native macOS GUI, and design skill packs, helping users from beginner to advanced optimization.
@kiwiflysky: Highly recommend @xicilion's Markdown plugin (https://docu.md). Finally found one that renders PlantUML diagrams without overlapping lines, making them human-readable. Figure 1 is the plugin-rendered version, Figure 2 is the original.
Recommend a Markdown plugin docu.md that perfectly renders PlantUML and other diagrams, and supports exporting to DOCX, PDF, HTML, etc. Suitable for beautifying and publishing AI-generated Markdown documents.
@GitTrend0x: These Hermes plugins are incredible — outsourc-e/hermes-workspace (https://github.com/outsourc-e/hermes-workspace…) Native web workspace: chat, terminal, memory, skill management, I…
This tweet introduces several Hermes Agent plugins, including native web workspace, skill evolution, multi-agent management, skill factory, and literate programming, showcasing the expansion of the Hermes ecosystem.
@AmberTreelet: The 8 plugins shared by Teacher Sac are super useful!!! Let me add two more: Presentation (+Image Gen): It can directly turn document notes into PPT using natural language, support various templates, and it also checks itself. Use Image Gen in the prompt to call GPT's image2...
User recommends two additional Codex plugins: Presentation (with Image Gen) can convert documents into PPT, and Superpowers helps coding beginners build professional habits through guided steps.