Convert markdown articles into XiaoHongShu (小红书) style portrait image cards (1080×1440 PNGs) for social distribution.
Skills in this repository
stevehuang0115/crewly - Page 2
SkillsMP has collected 161 skills from stevehuang0115/crewly. Open a skill to review its source and details.
stevehuang0115/crewlyShowing 40 of 161 collected skills.
Score a completed task's quality (0-100) for tracking per-agent quality metrics.
Cancel all active scheduled checks, optionally filtered by session or age (nuclear cleanup).
List all active scheduled checks (one-time and recurring), optionally filtered by session name.
Update a team member's properties — name, role, runtimeType, systemPrompt — via the team membership API.
Retrieve all tasks assigned to your current agent session for a specific project.
Read the full details of a task file by its absolute path.
Report progress on the current task with percentage, completed items, and next steps.
Generate a daily standup report from git commits, task status, and agent activity.
Get task progress and overview for the team.
Execute the team's verification pipeline against a completed task. Reads verificationPipeline configuration from the team template and runs each verification step sequentially.
Store a memory entry for future recall. Use this to persist important context, decisions, or findings.
Retrieve the live Request + WorkItem briefing for your session. Use this when the startup briefing is stale or truncated.
Retrieve stored memories relevant to a given context or query.
Send a direct message to another agent's terminal session.
Mark a stale memory entry as superseded by a newer one. Hides the old entry from default recall while keeping it in the audit log.
Materialize a confirmed team recommendation — writes the team config and flips the onboardingComplete flag. Onboarding-only.
Recommend a team configuration (template + agents) based on the user's business context. Onboarding-only.
Readiness-aware message delivery to an agent's terminal session via /terminal/{session}/deliver. Distinct from agent/core/send-message which uses /terminal/{session}/write.
On-demand snapshot of the Team-Health-Watchdog (THW) verdicts. Returns per-team health (🟢/🟡/🔴/🚨/🟪) plus the gates that fired, so an operator can investigate before the next 60s sweep.
Multi-action Gmail skill for agents — list/read/search/send messages, manage labels (add/remove/list), and toggle read/unread. Requires a google-oauth credential bound to the 'gmail' slot with gmail.modify scope.
List unread emails from a Google account's inbox. Requires a google-oauth credential bound to the 'gmail' slot with gmail.readonly scope.
Manage workspace credentials (Google OAuth accounts, service API keys) that skills use to call third-party services on the user's behalf. Primary flow for remote users over Slack: start-google-oauth returns a link the user clicks on their device; they sign in…
Self-contained macOS desktop control — screenshot, click, type, scroll, drag, focus, open-url, key combos, app listing, and visual element finding. All coordinates in screen points.
Retrieve your accumulated context including memories, learnings, and project knowledge.
Execute a measurement for a Key Result and submit the value. For KRs with skill_output measurement source, the runtime follows the measurementConfig instructions to collect the metric.
Execute an OKR review cycle — aggregate KR + task progress, reason about strategy effectiveness, and submit a review decision (continue, adjust, replan, or cancel).
Create a new team from a natural language description. The runtime analyzes the request, selects or designs the appropriate team structure (roles, hierarchy, ownership, service contract), and outputs a structured team config that the backend uses to create…
Generate an acceptance checklist for a delegated objective BEFORE execution begins. The checklist must be sent to and approved by the superior (Orchestrator/user) to ensure alignment. Once approved, it becomes the verification standard used by verify-output…
Break a Mission (OKR/objective) into concrete, executable tasks with dependencies. The runtime does the thinking — this skill provides context (Mission objective, team capabilities, success criteria) and collects the structured output. Supports progressive…
Decompose a V3 Request into specific, actionable WorkItems based on semantic understanding of the task.
Create a new Mission with objective, success criteria, and strategy.
Analyze a user request and get a list of proposed ProjectTasks via the V3 Request Plan API.
Generate platform-optimized social media DRAFTS for Twitter/X, LinkedIn, and Reddit. DRAFT ONLY — X/Twitter posts must be manually published by Steve (Tier B asset, unauthorized publishing = P0 incident).
Anti-detection browser automation using Patchright (Playwright fork) connected to a real Chrome instance via CDP. Bypasses navigator.webdriver checks, fingerprint anomalies, and headless detection used by platforms like 小红书, X/Twitter, and LinkedIn.
Compare two screenshots (e.g., iOS reference vs Web implementation) using Gemini Vision API. Returns a structured diff report with categorized issues, severity levels, and CSS fix suggestions. Use when verifying UI parity, checking design implementation…
Extract and transcribe 小宇宙 (Xiaoyuzhou FM) podcast episodes. Downloads audio from episode URL and uses Gemini Audio API for transcription with speaker identification and timestamps.
Permanently delete a cron task.
Create a recurring cron task that sends work to an agent on a schedule.
List all cron tasks, optionally filtered by agent or enabled status.