huginn-onboard

Bridge EVM chain agents to Starknet and register them with HuginnRegistry.

80|25|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/keep-starknet-strange/starknet-agentic --skill huginn-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huginn-onboard
Source: https://github.com/keep-starknet-strange/starknet-agentic/tree/main/skills/huginn-onboard
Command: npx skills add https://github.com/keep-starknet-strange/starknet-agentic --skill huginn-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridge agents from any EVM chain to Starknet and register them with HuginnRegistry, enabling cross-chain onboarding and on-demand identity provisioning.

Core Features & Use Cases

  • Bridge funds from Ethereum, Base, or Arbitrum to Starknet using AVNU.
  • Deploy Starknet agent accounts with gas subsidization via paymaster.
  • Register agents with HuginnRegistry and attach metadata for on-chain identity.

Quick Start

Run the onboarding flow to bridge funds, deploy the agent account, and register with HuginnRegistry.

Frequently Asked Questions about huginn-onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bridge an agent from Ethereum to Starknet?

To bridge an agent from Ethereum to Starknet, you can use the AVNU bridge to transfer funds and then deploy the agent account with gas subsidization via paymaster. The agent must be registered with HuginnRegistry to complete the cross-chain onboarding process.

Can I onboard agents to Starknet from Base or Arbitrum?

Yes, you can onboard agents to Starknet from Base or Arbitrum. The cross-chain onboarding process supports these EVM chains by utilizing the AVNU bridge to transfer funds and deploy the agent account on Starknet.

What do I need to deploy a Starknet agent account using a paymaster?

To deploy a Starknet agent account using a paymaster, you need an agent capable of signing transactions, ETH or USDC on the source chain to bridge, and access to RPC or HTTP endpoints. The paymaster subsidizes the gas for deployment.

What is cross-chain onboarding with HuginnRegistry?

Cross-chain onboarding with HuginnRegistry is the process of bridging agents from any EVM chain to Starknet and registering them to attach metadata for on-chain identity. It enables on-demand identity provisioning using AVNU bridge and paymaster integration.

Does bridging to Starknet with AVNU require ETH or USDC on the source chain?

Yes, bridging to Starknet with AVNU requires having ETH or USDC on the source chain. These funds are bridged from Ethereum, Base, or Arbitrum to Starknet to facilitate the deployment and registration of the agent account.

Why register an agent with HuginnRegistry after bridging to Starknet?

You register an agent with HuginnRegistry after bridging to Starknet to attach metadata and establish its on-chain identity. This registration enables on-demand identity provisioning and allows the agent to operate within the Starknet ecosystem.