Skip to content

Add Somnia skills#31

Open
emrestay wants to merge 3 commits intozeriontech:mainfrom
emrestay:feat/add-somnia-skills
Open

Add Somnia skills#31
emrestay wants to merge 3 commits intozeriontech:mainfrom
emrestay:feat/add-somnia-skills

Conversation

@emrestay
Copy link
Copy Markdown

No description provided.

@graysonhyc
Copy link
Copy Markdown
Collaborator

Hi @emrestay thanks for submitting the skill! Could you write a brief desciption of what the two skills are useful in any zerion context? (e.g. analysis/trading/wallet management)

Will be nice to use a combination of Zerion CLI and your skills if possible.

@emrestay
Copy link
Copy Markdown
Author

somnia-blockchain
The "how to operate on Somnia" reference: gas model, RPC config, deploy tooling, Session RPCs, Agents.

zerion swap / zerion bridge on Somnia → skill provides chain IDs (50312/5031), correct gas expectations, slippage guidance

zerion wallet create + custom contract deploy → skill enforces --gas-estimate-multiplier 200 for Foundry, Hardhat config snippets

High-frequency zerion swap loops → skill points to Session RPCs (no nonce, no per-tx signing)

zerion analyze output feeding a contract → skill explains Somnia Agents for on-chain LLM follow-up

somnia-reactivity
The "how to make things happen automatically on Somnia" reference, push events, on-chain handlers, scheduled triggers. (SDK)

Watched wallet on Somnia → skill replaces polled zerion portfolio with WSS push reactivity subscriptions

Whale wallet emits Transfer → handler fires → triggers zerion swap to mirror

Schedule system event → fires zerion bridge weekly with no external cron

On-chain price condition met → handler triggers zerion swap instantly, same block latency

@graysonhyc
Copy link
Copy Markdown
Collaborator

somnia-blockchain The "how to operate on Somnia" reference: gas model, RPC config, deploy tooling, Session RPCs, Agents.

zerion swap / zerion bridge on Somnia → skill provides chain IDs (50312/5031), correct gas expectations, slippage guidance

zerion wallet create + custom contract deploy → skill enforces --gas-estimate-multiplier 200 for Foundry, Hardhat config snippets

High-frequency zerion swap loops → skill points to Session RPCs (no nonce, no per-tx signing)

zerion analyze output feeding a contract → skill explains Somnia Agents for on-chain LLM follow-up

somnia-reactivity The "how to make things happen automatically on Somnia" reference, push events, on-chain handlers, scheduled triggers. (SDK)

Watched wallet on Somnia → skill replaces polled zerion portfolio with WSS push reactivity subscriptions

Whale wallet emits Transfer → handler fires → triggers zerion swap to mirror

Schedule system event → fires zerion bridge weekly with no external cron

On-chain price condition met → handler triggers zerion swap instantly, same block latency

thanks! in this case, please update the skill to include these usecases as example

Added detailed usage instructions for the Zerion CLI integration with Somnia, including direct mappings and examples for various actions.
Added usage patterns for Zerion CLI integration with Somnia reactivity, including examples for copy-trading, scheduled DCA, live dashboard updates, and reactive risk policies.
Copy link
Copy Markdown
Author

@emrestay emrestay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added Zerion CLI use cases to skill files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants