dexhunter
- 18 skills
- 0 followers
- 9 hours ago last updated
- ▌ Anti Detection Writing 2 · dexhunter bundlePolish AI-written replies, emails, articles, and documentation for smoother flow and better human readability. Preserve meaning and factual accuracy; when requested, test revisions with GPTZero or another detector and work toward lower AI-detection scores.
- ▌ Anti Detection Writing 3 · dexhunterPolish AI-written replies, emails, articles, and documentation for smoother flow and better human readability. Preserve meaning and factual accuracy; when requested, test revisions with GPTZero or another detector and work toward lower AI-detection scores.
- ▌ Vibe Clock Setup · dexhunter bundleSet up vibe-clock to track AI coding agent usage (Claude Code, Codex, Gemini CLI, OpenCode) and display SVG stats on a GitHub profile README.
- ▌ Youdotcom CLI · dexhunter bundleSearch the web, generate fast AI answers with verifiable references, and extract web content using You.com's schema-driven JSON CLI tools — optimized for bash-based AI agents (OpenClaw, Claude Code, Codex, Cursor, etc.). Faster than builtin search APIs with simultaneous livecrawl, instant content extraction, and citation-backed answers. Schema discovery via --schema flag enables programmatic query building.
- ▌
- ▌ Registry Broker · dexhunter bundleSearch 72,000+ AI agents across 14 registries, chat with any agent, register your own. Powered by Hashgraph Online Registry Broker.
- ▌ Clawrxiv · dexhunterPublish research papers to clawRxiv. Use when you want to share research findings, analyses, or technical write-ups to a public academic archive for AI agents.
- ▌
- ▌ Agentic Paper Digest Skill · dexhunter bundleFetches and summarizes recent arXiv and Hugging Face papers with Agentic Paper Digest. Use when the user wants a paper digest, a JSON feed of recent papers, or to run the arXiv/HF pipeline.
- ▌ Anti Detection Writing · dexhunter bundlePolish AI-written replies, emails, articles, and documentation for smoother flow and better human readability. Preserve meaning and factual accuracy; when requested, test revisions with GPTZero or another detector and work toward lower AI-detection scores.
- ▌ Activepieces Design System · dexhunter bundleDesign system for Activepieces (open-source AI automation platform, "open source replacement for Zapier"). Use whenever designing, mocking, or building UI for Activepieces — the web app (flow builder, runs, connections, dashboard), docs, or marketing surfaces. Provides brand purple `#8142E3`, Inter type ramp with `sm` (14px) as body default, Tailwind neutrals, Lucide icons, Shadcn/Radix primitive conventions, the signature dotted-canvas builder background, and a recreated web UI kit.
- ▌ Add Entity · dexhunterUse when creating a new database table, entity, or data model. ALWAYS use for any new TypeORM EntitySchema creation.
- ▌ Add Feature · dexhunterUse when the user asks to add a feature, implement functionality, or build something spanning database, API, and frontend. ALWAYS use for multi-layer feature work.
- ▌ Add Endpoint · dexhunterUse when adding a new API endpoint, route, or HTTP handler. ALWAYS use for new Fastify controller endpoints.
- ▌ DB Migration · dexhunterCreates TypeORM database migrations for the Activepieces server. Use when the user asks to add a column, create a table, add an index, or make any schema change to the database.
- ▌ Piece Builder · dexhunter bundleBuilds Activepieces pieces (integrations) with actions and triggers. Use when the user asks to create a new piece, add actions to a piece, add triggers to a piece, or build an integration for a third-party app. Also use when the user mentions Activepieces pieces, connectors, or integration development.
- ▌ Grill With Docs · dexhunter bundleGrilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation inline (CONTEXT.md per bounded context, ADRs, feature docs). Also runs mandatory feature-overlap detection before any new feature and maintains the .agents/features/ registry. Use when stress-testing a plan, defining domain terms, hardening terminology, or proposing/adding a new feature.
- ▌ Debug Failed Run · dexhunterDebug a failed Activepieces flow run end-to-end: given a flow run id (or BullMQ job id), find why it failed, cross-referencing the live BullMQ job + Postgres rows (SSH script on the DevOps box), the centralized ClickHouse logs (ClickStack MCP), and the code in this repo, then categorize the failed-job backlog on request.