ワンクリックで
fast-run
// Delegate simple sub-tasks to a fast model (GLM-5). Use for fetch, extract, query, and tool-heavy work that needs minimal reasoning.
// Delegate simple sub-tasks to a fast model (GLM-5). Use for fetch, extract, query, and tool-heavy work that needs minimal reasoning.
Fill opportunity forms (jobs, scholarships, grants, fellowships) with strategically crafted, research-backed, human-sounding answers that maximize the chance of getting the opportunity. Trigger when Enrique says "Fill this: [LINK]", "Apply to [LINK]", or "Llena esta postulacion: [LINK]".
Social media content lifecycle — draft, schedule, publish, and analyze posts across X, LinkedIn, Instagram, TikTok with voice matching.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Email across all accounts (Gmail, SpaceMail) — send, search, read, reply, forward, label, delete.
Escalate complex tasks to Opus. Use when a task needs deep reasoning, multi-step execution, scoring, creative drafting, or coordination across multiple tools.
Full Google Calendar control across all accounts. Use for viewing agenda, creating events, updating, deleting, checking availability, finding conflicts, and managing RSVPs.
| name | fast-run |
| description | Delegate simple sub-tasks to a fast model (GLM-5). Use for fetch, extract, query, and tool-heavy work that needs minimal reasoning. |
Delegate simple, self-contained sub-tasks to GLM-5. The fast model has access to all tools (browser, email, calendar, sqlite, shell) but runs at lower reasoning effort.
Run a single self-contained task via GLM-5.
The task string must be complete and self-contained. Include:
Output: JSON to stdout with success and output fields.
fast_run_cli "Search Wellfound for founding engineer roles. Return JSON array: [{title, company, url, salary, remote}]. Limit 20."
fast_run_cli "Read ~/.zeroclaw/documents/LORE.md and extract the job boards list as a JSON array of strings."
fast_run_cli "Query state.db: SELECT url FROM job_applications WHERE status='new'. Return the URLs as a newline-separated list."