
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-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 2, 2026 |
|---|---|
| Repository | Talus-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 (rootCargo.tomlwithmembers = ["tools/*"]) and adds a workspace member attools/<tool-name>/, or otherwise scaffolds a fresh standalone crate. Reference templates are read from the latest upstreamTalus-Network/nexus-toolsat invocation time, or from the local clone if you are inside one — no frozen baked-in templates. Pass--autoto 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.