Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Odradev avatar

Odra Plugin

  • Updated August 4, 2026
  • odradev/odradev-plugins

odra-plugin is a Claude Code skill in the AI & Agent Building category. Adds set of skills for agentic smart contracts development

Key points

  • odra-plugin
  • AI & Agent Building
  • AI-coding skill

Odra Plugin by the numbers

  • Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add odradev/odradev-plugins
/plugin install odra-plugin@odradev-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedAugust 4, 2026
Repositoryodradev/odradev-plugins

What it does

Adds set of skills for agentic smart contracts development

README.md

Odra Plugin Marketplace

A Claude Code plugin marketplace for distributing plugins related to Odra — a Rust-based smart contract framework for Casper Network.

Available Plugins

odra-plugin

Streamlines smart contract development with the Odra framework. Gives Claude Code deep knowledge of Odra's APIs, patterns, and tooling so it can help you scaffold, build, and test Odra contracts more effectively.

Installation

Add the marketplace and install the plugin:

/plugin marketplace add odradev/odradev-plugins
/plugin install odra-plugin@odradev-plugins

To verify it's active:

/plugin list

Updating

Pull the latest version of the marketplace and its plugins:

/plugin marketplace update

MCP Configuration

The plugin ships with a .mcp.json that enables the Context7 MCP server for up-to-date library documentation lookups. The API key is read from an environment variable — set it before starting Claude Code:

export CONTEXT7_API_KEY=<your-key>

Add this to your shell profile (e.g. ~/.zshrc) to make it permanent.

Project-level setup

To make the plugin available automatically for everyone working on your Odra project, add this to .claude/settings.json in your repository:

{
  "extraKnownMarketplaces": {
    "odradev-plugins": {
      "source": {
        "source": "github",
        "repo": "odradev/odradev-plugins"
      }
    }
  }
  "enabledPlugins": {
    "odra-plugin@odradev-plugins": true
  }
}

Anyone who clones the repo and trusts the project folder will be prompted to install the plugin.

Repository Structure

.claude-plugin/
  marketplace.json       # Marketplace catalog
plugins/
  odra-plugin/           # The Odra development plugin
README.md

Links

License

MIT

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.