Add ask-crypto skill (Velvet Unicorn /ask)#11
Open
postmachines wants to merge 1 commit intocoinbase:mainfrom
Open
Add ask-crypto skill (Velvet Unicorn /ask)#11postmachines wants to merge 1 commit intocoinbase:mainfrom
postmachines wants to merge 1 commit intocoinbase:mainfrom
Conversation
🟡 Heimdall Review Status
|
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.
Summary
Adds a new
ask-cryptoskill that integrates Velvet Unicorn’s/askendpoint to provide AI-powered crypto intelligence within the agentic wallet ecosystem.What it does
Enables agents to:
txdata) for downstream execution skillsThis skill is informational and read-only. It does not execute, sign, or broadcast transactions.
What is Velvet Unicorn?
Velvet Unicorn is an AI-powered crypto intelligence engine developed by VelvetDAO. It processes natural-language crypto queries and returns structured responses including categorized analysis and optional transaction intent data.
Endpoint used:
https://gentweet.velvetdao.xyz/askResponse structure:
meta_categoryvu_categoryanswertxdata(proposal only)How it works
The skill sends a POST request to the Velvet
/askendpoint with:{ "question": "...", "context": "...", "userid": "0x...", "userid_sol": "", "previous_questions": [] }The agent:
answerdirectly to the usertxdataas proposed transaction data onlySafety Model
txdataExample Use Cases