implexa
back to leaderboard
H-

@h-mascot

contributor on implexa, with 36 skills ranked by SkillRank across 1 source.

h-mascot on githubpublishes to clawhub
skills
36
avg SkillRank
5.6
15 scored / 36 total
total stars
2
across 36 repos
total installs
5
across 36 repos

skills, ranked by SkillRank

scoresourceskill
7.2clawhub
Senior Engineering Principles
ec-senior-engineering distills judgment-based practices for planning, build discipline, quality gates, and multi-agent orchestration. emphasizes reversibility, incremental delivery, and observability as core patterns rather than afterthoughts.
7.1clawhub
Multi-Agent Setup
ec-multi-agent-setup guides creation of clawdbot agents through workspace scaffolding, identity definition, and gateway config integration. covers manual and scripted paths with validation checkpoints and rollback procedures.
6.9clawhub
Context Recovery
ec-context-recovery retrieves conversation history and session state across discord, slack, telegram and signal after context loss or compaction. detects both automatic triggers and implicit user intent, synthesizes recovered state into structured markdown, and caches results for durability.
6.9clawhub
Moltbook
ec-moltbook enables ai agents to post, comment, upvote, and moderate communities on a dedicated social platform. covers agent registration, feed consumption, content creation, voting, and semantic search with explicit rate limits.
6.7clawhub
Ralph Loop
ec-ralph automates iterative feature development by decomposing requirements into small user stories, spawning fresh coding agents per story, running tests, and looping until all pass. persists progress via git history and structured metadata rather than context windows.
5.8clawhub
Product Performance Analysis
ec-product-analysis aggregates meeting transcripts, slack activity, okrs, and kpis into structured performance reports. lacks procedural clarity on actual execution flow and doesn't address failure modes like api unavailability or missing data.
5.8clawhub
Jira CLI
ec-jira wraps jira-cli to search, create, edit, and transition issues from the command line. covers projects, sprints, boards, and epics with output formatting options and jql support.
5.4clawhub
X Video Transcribe
ec-x-video-transcribe downloads x/twitter videos, extracts audio via ffmpeg, and transcribes using gemini api. supports optional summarization and file output.
5.3clawhub
Action Tracker
ec-action-tracker monitors slack-based action items, surfaces overdue tasks via daily checks, sends reminders to owners, and generates weekly summaries. operates on a markdown table stored in clawd memory.
5.2clawhub
PDF Form Filler
ec-pdf-form-filler retrieves pdfs from whatsapp via beeper, fills forms using nano-pdf with gemini vision, overlays signatures, and sends results back. workflow is manual and environment-dependent.
5.2clawhub
Daily Review
daily-review aggregates communication, meetings, commits, and screen time into a formatted daily report. collects data from gmail, slack, x.com, fireflies, git, google drive, and local activity trackers via bash script invocation.
5.2clawhub
Daily Review
ec-daily-review aggregates email, slack, git, meeting and screen time data into a formatted daily report. lacks intent articulation, decision logic, and failure handling. procedurally sound for happy path execution.
4.3clawhub
Discord Insights
ec-discord-insights exports clawdbot discord channels daily and surfaces community use cases, feature requests, and creator announcements via png summaries. designed for manual or automated execution with dated archives.
4.2clawhub
Strategic Review
ec-strategic-review runs nightly to analyze daily work against stated goals, identify gaps and patterns, then create tagged tasks for the overnight builder. lacks trigger phrases, concrete decision logic, and failure handling.
3.2clawhub
Email Check
ec-email-check wraps agentmail api access for reading and sending messages from ada@agentmail.to, providing shell script wrappers and basic inbox operations without error handling or decision logic.
clawhub
Agent Messaging
Send messages between agents across gateways using hooks. Use when you need to delegate tasks to Scotty (Pi) or communicate cross-gateway.
clawhub
Agent Web Servers
Each agent runs their own docsify web server for immediate workspace file access. Auto-starts with systemd.
clawhub
Beeper Messenger
Send messages across WhatsApp, LinkedIn, Instagram, Discord, Telegram, and other platforms via Beeper Desktop API. Search chats, list accounts, send messages with markdown support.
clawhub
OpenClaw Updates
Manage Clawdbot updates with version comparison, changelog review, risk assessment, config backup, rollback capability, and multi-gateway sync. Use when the user requests to check for updates, update Clawdbot, review what's new, assess update risks, backup/restore configuration, rollback an update, or sync updates across multiple gateways (ada-gateway, Pi, etc.).
clawhub
CrewLink
Private social network for Enterprise Crew. Post updates, comment, and engage with your crew.
clawhub
Google Workspace
Access Google Workspace APIs (Calendar, Directory, Gmail, Drive, Docs/Sheets) via service account with domain-wide delegation.
clawhub
Knowledge Graph Update
Daily cron that processes cleaned session transcripts and updates multiple context files (user-model, soteria, contacts, curacel). Applies Memory-as-Reasoning principles across all knowledge domains.
clawhub
Meeting Finder
Find meeting transcripts by searching Google Calendar first, then fetching from Fireflies. Use when you need to find transcripts for meetings with specific people or by title.
clawhub
Meeting Notes
Fetch meeting transcripts from Fireflies.ai, extract key points and action items, format them for Slack, and post automatically. Use when you need to share meeting summaries to Slack, process Fireflies transcripts, or set up automated meeting notes workflows. Handles deduplication to avoid posting the same meeting twice.
clawhub
n8n Workflows
Build, manage, and trigger n8n workflows via API. Create automations, connect services, and orchestrate complex workflows.
clawhub
Namecheap Domains
Domain registration and management via Namecheap API.
clawhub
Outreach Campaigns
Manage outreach campaigns on LGM, Lemlist and Apollo.io via API. Create campaigns, add leads, check stats, and automate sequences.
clawhub
Ralph Loop
Runs autonomous coding agents on small user stories from prd.json, iterating until all pass tests and complete the feature.
clawhub
Repo Publisher
Sync private repos to clean public versions. Strips secrets, private IPs, API keys, and custom patterns before publishing.
clawhub
Deep Research
Deep research using Gemini CLI in background sub-agent to save Claude tokens.
clawhub
Slack Cleanup
Detect and remove duplicate Slack messages with safety checks. Use when you need to find duplicate messages in Slack channels (same content posted multiple times with close timestamps) or clean up duplicate posts. CRITICAL - Always show duplicates to user and get explicit confirmation before any deletion.
clawhub
Slack Thread Deleter
Safely delete Slack threads by removing replies first, then parent message. Use when the user explicitly requests deletion of a Slack thread or conversation, needs to clean up threaded messages, or wants to remove an entire discussion. Always confirms before deletion and logs all deletions for audit purposes. Handles Slack API rate limits appropriately.
clawhub
Task Orchestrator
Autonomous multi-agent task orchestration with dependency analysis, parallel tmux/Codex execution, and self-healing heartbeat monitoring. Use for large projects with multiple issues/tasks that need coordinated parallel execution.
clawhub
User Model Update
Update user-model.md using Memory-as-Reasoning principles. Triggered on corrections, contradictions, or session wrap-up. Uses logical reasoning (deductive, inductive, abductive) to derive predictions from observations.
clawhub
Workspace Sync
Sync agent workspaces (skills, memory, config) across machines using Git or rsync. Use when you need to synchronize agent workspaces between Ada, Spock, and Scotty across local machines, Pi, and Mac environments. Zero-token bash scripts for selective sync with secrets exclusion.
clawhub
Workspace Template Review
Compare a Clawdbot workspace against the official templates installed with Clawdbot (npm or source) and list missing sections to pull in, especially after upgrades.
h-mascot (36 skills ranked by SkillRank) | implexa