Files
hermes-agent/plugin-catalog/inkbox.yaml
teknium1 873a7bbb6f feat(plugin-catalog): add 5 sweep follow-ups (Gondola, intelligent-memory, inkbox, home-dashboard, obsidian-memory)
The plugins from the 2026-09-15 sweep that were held back for reasons that are
now resolved: Gondola failed only the validator bug fixed in 5f9042be;
hermes-intelligent-memory lives in plugin/intelligent_memory (subdir entry);
inkbox merged our provides_hooks fix (pinned at the merged commit);
home-dashboard and obsidian-memory are manifest-only dashboard plugins whose
probe skip was misread as a warning to hold on. All five validate ok in a bare
pip install -e . venv at the pinned sha; scanner verdicts safe/caution.
2026-09-15 19:27:26 -07:00

50 lines
1.4 KiB
YAML

name: inkbox
repo: https://github.com/inkbox-ai/hermes-agent-plugin
sha: 0948a16679f09fcfc78ed3d9171604b2c853402c
description: Inkbox email, SMS/MMS, iMessage, voice, and A2A platform plugin for Hermes Agent.
maintainer: inkbox-ai
tier: community
category: platform
docs_url: https://github.com/inkbox-ai/hermes-agent-plugin#readme
capabilities:
provides_tools:
- inkbox_a2a_ask_caller
- inkbox_a2a_call
- inkbox_a2a_check
- inkbox_a2a_complete
- inkbox_a2a_fail
- inkbox_a2a_reply
- inkbox_create_contact
- inkbox_delete_contact
- inkbox_get_a2a_sent_task
- inkbox_get_contact
- inkbox_get_imessage_conversation
- inkbox_get_text
- inkbox_get_text_conversation
- inkbox_imessage_triage_number
- inkbox_list_a2a_messages
- inkbox_list_a2a_sent_tasks
- inkbox_list_a2a_tasks
- inkbox_list_contacts
- inkbox_list_imessage_assignments
- inkbox_list_imessage_conversations
- inkbox_list_text_conversations
- inkbox_list_texts
- inkbox_lookup_contact
- inkbox_mark_imessage_conversation_read
- inkbox_mark_text_conversation_read
- inkbox_mark_text_read
- inkbox_place_call
- inkbox_send_email
- inkbox_send_imessage
- inkbox_send_imessage_reaction
- inkbox_send_sms
- inkbox_update_contact
- inkbox_whoami
provides_hooks:
- post_tool_call
- pre_llm_call
- pre_tool_call
provides_middleware: []
requires_env: []