Armory
Source
Browse
Skills

blockrun

Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install blockrun --cli claude

writes the skill into.claude/skills/blockrun/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/blockrun/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")

When to use it

Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/web-development/blockrun/SKILL.md -o .claude/skills/blockrun/SKILL.md

Notes

Extracted from davila7/claude-code-templates, blockrun category.