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

Talus

  • Updated June 2, 2026
  • Talus-Network/claude

talus is a Claude Code skill in the AI & Agent Building category. Helpers for building Nexus Tools and Talus-related artifacts.

Key points

  • talus
  • AI & Agent Building
  • AI-coding skill

Talus by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Talus-Network/claude
/plugin install talus@talus-plugins

Add your badge

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

Listed on Skillselion
Last updatedJune 2, 2026
RepositoryTalus-Network/claude

What it does

Helpers for building Nexus Tools and Talus-related artifacts.

README.md

talus-plugins

A Claude Code plugin marketplace for working with Talus and Nexus.

Plugins live under plugins/. The marketplace manifest is at .claude-plugin/marketplace.json.

Plugins

talus

Helpers for building Nexus Tools and Talus-related artifacts.

  • /talus:tool-new [--auto] [tool-name] [fqn-prefix] [description] — Scaffold a new Nexus Tool in Rust and walk the user through implementing it. Detects whether the current directory is a nexus-tools-style workspace (root Cargo.toml with members = ["tools/*"]) and adds a workspace member at tools/<tool-name>/, or otherwise scaffolds a fresh standalone crate. Reference templates are read from the latest upstream Talus-Network/nexus-tools at invocation time, or from the local clone if you are inside one — no frozen baked-in templates. Pass --auto to skip all confirmation gates and infer missing arguments.

Install

In any Claude Code session (CLI or VS Code extension):

/plugin marketplace add Talus-Network/claude
/plugin install talus@talus-plugins

To use a local checkout instead:

/plugin marketplace add /path/to/this/repo
/plugin install talus@talus-plugins

Try a single plugin without installing (CLI only)

claude --plugin-dir /path/to/this/repo/plugins/talus

Then in the session:

/talus:tool-new weather-current xyz.example.weather "Fetches current weather conditions"

All arguments are optional; the skill prompts for whatever is missing. Add --auto to skip prompts entirely:

/talus:tool-new --auto "Fetches current weather conditions"

Status

Early. One plugin, one skill. More to come.

Related skills

This week in AI coding

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

unsubscribe anytime.