Skip to content
BlackNode App
Sign in Start workspace

Skills

The eight pre-installed skills in every BlackNode workspace. Each ships at /opt/skills/{name}/ with a SKILL.md, scripts and examples Claude can read.

Every BlackNode workspace ships with eight skills pre-installed at /opt/skills/. Claude Code auto-discovers them. Three skills (stealth, reelmaker, etsy-scrape) are battle-tested across hundreds of runs. Five are new in v3 and stabilising fast.

How they get picked. When you write a prompt like "make a reel", Claude reads each SKILL.md header in /opt/skills/*, scores relevance and chooses the best match. You can also force one with: --skill reelmaker.

All skills

stealth stable

Stealth v2.1 — 14-layer Chrome init script that hides puppeteer/playwright/cdp fingerprints. Auto-injected on every navigation when you use the wrapper.

"navigate to https://www.etsy.com/search?q=3d+print using the stealth skill"

env: STEALTH_VERSION=v2.1.0

reelmaker stable

HyperFrames-driven 9:16 reel generator. PNG hero shots + Seedance 2 morph + ElevenLabs TTS + Whisper word-sync + brand endcard, rendered at 1080×1920.

"make a 9:16 reel about Printara, 5 segments, save to /workspace/reel-1.mp4"

env: KIE_API_KEY, OPENAI_API_KEY (Whisper), XSKILL_API_KEY

etsy-scrape stable

Etsy 3D-print shop discovery + domain-guess email harvest. Same-origin fetch through stealth v2.1 + IPRoyal CZ to bypass Datadome.

"scrape personalized 3d print gift Etsy shops, target 50 emails"

env: IPROYAL_USER, IPROYAL_PASS, IPROYAL_HOST

linkedin-outreach new in v3

Sales Navigator search → ICP-filter → personalized InMail (Claude Haiku) → Unipile send → follow-up cadence. 3-consecutive-error rule before disabling Premium.

"find 30 SaaS founders in Berlin, draft InMails about our AI agent platform"

env: UNIPILE_API_KEY, UNIPILE_ACCOUNT_ID, CLAUDE_API_KEY (BYOK)

reddit-autopilot new in v3

Helpful-comment loop using snoowrap. Respects 8-10 min spacing, skips new-account self-post filter, enforces 90/10 rule (90% value, 10% product mention).

"comment on 5 r/3dprinting questions about Mighty Revo 16K, helpful tone"

env: REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, REDDIT_USERNAME, REDDIT_PASSWORD

email-outreach new in v3

Brevo-backed cold email sender with template variables, automatic suppression list, EU footer (company + IČO), bounce handling and unsubscribe links.

"send the printara-v3 template to the 50 leads in /workspace/leads.json"

env: BREVO_API_KEY, COMPANY_NAME, COMPANY_ADDRESS, COMPANY_REGISTRATION

r2-upload new in v3

Push a file or directory to a Cloudflare R2 bucket via the S3-compatible API. Handles multipart, content-type guessing and public-URL stamping.

"upload /workspace/reel-1.mp4 to the public bucket, return the URL"

env: R2_ACCOUNT_ID, R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_BUCKET, R2_PUBLIC_BASE

claude-skills new in v3

Meta-skill: scaffolds a new skill folder under /workspace/skills with a working SKILL.md, scripts/, examples/ and tests/. Use it to build your own.

"create a new skill called tiktok-poster using the claude-skills scaffolder"

env: (none — local generator)

Last updated 2026-05-21 Edit on GitHub soon