Fix #378: Add AnveVoice — AI Voice Assistant with Real DOM Actions fo...#414
Open
JiwaniZakir wants to merge 1 commit intoikaijua:mainfrom
Open
Conversation
|
Hi @JiwaniZakir! 👋 Thank you for your pull request! We're excited to review your contribution. Please make sure to follow our recommendation template when submitting a tool recommendation. We'll review your PR as soon as possible! 🚀 |
Author
|
The PR looks reasonable in intent, but the description cuts off before confirming the link is valid — worth double-checking that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #378
Adds AnveVoice to the AI Agent tools table in
README.md.Changes
README.md, line ~78: Inserts a new row into the AI Agent tools markdown table between theinstructkr/claw-codeentry and the blank line preceding### Agent Skills. The row follows the existing table format:|Name|Description|Link|Pricing|.Motivation
Issue #378 requested adding AnveVoice, a voice assistant SDK that enables real DOM interactions (form filling, button clicks, page navigation) via voice commands on any website. It is distinct from existing entries in the table, which focus on text-based agents and code tooling — AnveVoice covers a voice/browser-automation niche not currently represented. The MIT-0 license and free tier make it a fit for this list.
Testing
README.mdlocally to confirm the new row displays correctly within the table structure and does not break adjacent rows or the### Agent Skillssection header.https://anvevoice.appresolves.Name | Description | Link | Pricing) matches the surrounding rows.This PR was created with AI assistance (Claude). The changes were reviewed by quality gates and a critic model before submission.