← all publishers

javimosch

@javimosch source repo

7334 published skills · page 35 of 74

  1. Hart Skill Authoring · javimosch
    Publish agent skills as minimal, discoverable hart HTML artifacts using meta title/description/keywords.
    0 installs
  2. Machin Ressort · javimosch bundle
    Build 2D games on the machin-ressort engine (MFL + raylib) — a Torque2D-style declarative scene/behaviour model over a Spring-style deterministic simulation with record/replay/verify. Use when writing or extending a ressort game, authoring a .rml level, adding a behaviour or a system, drawing with the text-sprite format, or debugging a replay that diverges. Also read this before hashing or doing bit-twiddling in MFL — it documents two overflow traps that silently corrupt results.
    0 installs
  3. Ressort Vehicle Asset · javimosch
    Build a rideable vehicle asset (helicopter, car, bike, plane, tank) for the machin-ressort engine — silhouette, rig, palette, and a baked rotation ladder. Use when adding any non-character sprite that has to tilt, lean, or turn, or when a `.sil`/`.rig` needs authoring by hand rather than generating.
    0 installs
  4. Ressort Top Down World · javimosch
    Build a top-down (overhead) world on the machin-ressort engine — an irregular city or map generated offline into a tile grid, flood-field routing, lane-holding traffic, and the handling model that makes a top-down vehicle feel like a vehicle. Use when the camera looks straight down rather than from the side, when a map needs generating rather than authoring, or when anything in the world has to find its way somewhere.
    0 installs
  5. Ressort Side Scroll World · javimosch
    Build the world a ressort vehicle moves through — units, parallax ground, camera framing, and speed-driven or altitude-driven zoom. Use when starting a side-view driving/flying/riding game, or when the world feels empty, the ground vanishes off screen, or speed does not read.
    0 installs
  6. Power Sentry Core · javimosch
    Core knowledge about the PowerSentry codebase architecture, components, data flow, and configuration. Use this skill when asked about the codebase structure, how components interact, or general understanding of the project.
    0 installs
  7. Power Sentry Deploy Jump · javimosch
    Deploy a PowerSentry worker agent daemon on the jump/bastion host itself (e.g., rb-master). Use when asked to monitor the jump host or deploy a worker agent on a directly-accessible server without a bastion.
    0 installs
  8. Power Sentry Deploy Proxmox · javimosch
    Deploy a PowerSentry worker agent daemon on a Proxmox host (or any target server), optionally via a jump/bastion host. Use when asked to deploy monitoring on a Proxmox server or any remote host behind a bastion.
    2 installs
  9. Power Sentry Deploy Control Panel · javimosch
    Deploy the PowerSentry control panel (WebSocket server + web UI) on a server like dk1. Use when asked to set up the central dashboard, WebSocket server, or monitoring UI.
    0 installs
  10. Machin Web · javimosch
    Building web apps in machin
    0 installs
  11. Machin Start · javimosch
    Decide whether to build something in machin (MFL) and bootstrap it fast — the entry point that comes BEFORE the domain how-tos. Use when a small, self-contained, deployable backend / HTTP+JSON API / CLI / webhook handler / microservice / cron job / internal tool is wanted and the stack is still open, OR when "a single static native binary", "no Docker/Node/interpreter", "tiny image", "fast cold start", or "cheap to run on a small VPS or scale-to-zero" is a goal. Covers when machin wins (with measured numbers) vs Go/Node/Python, when NOT to reach for it, and a zero→running→shipped quickstart (install → a 12-line REST+SQLite service → static musl build → a 92.9 kB FROM-scratch image). Routes to the web / backend / gamedev / deploy skills. Read this first.
    0 installs
  12. Machin Deploy · javimosch
    Deploying a machin web app
    0 installs
  13. Machin Backend · javimosch
    Building backends in machin
    0 installs
  14. Machin Gamedev · javimosch
    Build native games and interactive desktop/terminal apps in machin (MFL) — the canonical setup, build-and-verify workflow, raylib C-FFI surface, audio, and the hard-won caveats/gotchas. Use when writing or debugging a machin game (terminal TUI or raylib GUI), or any machin program that draws a window, plays sound, or reads real-time input. Covers terminal TUI, raylib GUI/audio, 3D cameras, GPU meshes (pointer/array FFI), instancing, shaders, procedural worlds (noise), fixed-timestep sim loops, a pure-MFL math3d module (Vec3), verlet physics (position-based dynamics, constraint relaxation, collision), rlgl point-cloud rendering (RL_POINTS for particle systems and star fields), ballistic physics (gravity + quadratic drag + wind, trajectory prediction), and first-person player controllers (walking, jumping, platform stepping, object pushing, walk/fly toggle). Distilled from machin-game-demo-snake / -2048 / -flappy / -simon / -3d / -terrain / -planet / -cyberpunk / -solar / -physics / -galaxy / -ballistics / -pla
    0 installs
  15. Sl CLI Mastery · javimosch
    Create sites with templates, assets, blog, admin panel — full mastery guide
    0 installs
  16. Sync Mechanism · javimosch
    SSH-based site sync and proxy mechanism for SuperLandings Go
    0 installs
  17. Remote Deployment · javimosch
    Deploy SuperLandings Go to remote servers with hotify-cli and Traefik
    0 installs
  18. Hotify Integration · javimosch
    hotify-cli integration for SuperLandings Go - DNS, Traefik, and reverse proxy configuration
    0 installs
  19. Superlandings Go Assets · javimosch
    Asset management, CLI output conventions, and template helpers for SuperLandings Go
    0 installs
  20. A2a · javimosch bundle
    Spawn a team of agentic-CLI sessions (claude, opencode, pi, tau, ...) that talk to each other as peers via a shared SQLite message bus at ~/.a2a/{project}/database.db. No central chain of command — each agent decides who to message. Use when the user wants multiple AI sessions to collaborate, debate, or divide work without a fixed orchestrator.
    0 installs
  21. A2a Tau Runbook · javimosch
    Guide for using tau (Zig AI CLI) with a2a agent-to-agent messaging. Covers critical configuration flags, kit prompt best practices, common pitfalls, provider-specific notes, and debugging tips for successful tau + a2a integration.
    0 installs
  22. A2a Debri Runbook · javimosch
    Bootstrap flow for a fresh VM/operator that only has the a2a-skill repo and wants to add debri (a devin-wrapping CLI) as an a2a peer. Covers installing + authenticating devin, getting debri (release binary or source build), wiring it into a2a-spawn, and a smoke test. Read this before spawning a debri agent for the first time on a new host.
    0 installs
  23. A2a Cursor Runbook · javimosch
    Bootstrap flow for wiring the official Cursor Agent CLI (agent / cursor-agent) as an a2a peer. Covers install + auth, how a2a-spawn resolves the binary, and a solo smoke test. Prefer this over building a debri-style wrapper — Cursor already supports headless -p / stream-json / --trust / --force.
    0 installs
  24. Machin Diffusion Prompting · javimosch
    SD-Turbo prompting guide. How to write prompts that work with 1-step distilled generation (no CFG, no negative prompts). Read this before generating images.
    0 installs
  25. Machin Diffusion Scheduler · javimosch
    CRITICAL — SD-Turbo scheduler correctness. The
    0 installs
  26. Machin Diffusion Validation · javimosch
    How to validate output correctness after optimizations. Reference comparison, pixel diff methodology, and image quality metrics.
    0 installs
  27. Machin Diffusion Architecture · javimosch
    Architecture and pipeline overview for machin-diffusion (SD-Turbo in pure MFL). Read this first to understand the codebase before making changes.
    0 installs
  28. Machin Diffusion Optimization · javimosch
    Optimization history (434s → 19.8s), patterns that worked, and the roadmap for further gains. Read this before planning optimizations.
    0 installs
  29. Machin Diffusion Opencl Kernels · javimosch
    OpenCL GPU kernel design patterns, caveats, and how to add new builtins to the machin runtime. Read this before optimizing GPU kernels or adding new builtins.
    0 installs
  30. Mfl Ffi · javimosch
    MFL C FFI: extern blocks, cstructs, opaque handles, raw memory allocation, pointer/array operations. Call C libraries (raylib, math, etc.) from MFL with zero overhead.
    0 installs
  31. Mfl Gotchas · javimosch
    Every MFL gotcha, pitfall, caveat, and 'why doesn't this compile' moment discovered through real-world usage building machin-pomo and machin-serve. Read this BEFORE writing any MFL code.
    0 installs
  32. Mfl Storage · javimosch
    Data persistence in MFL: file I/O patterns, SQLite integration, JSON serialization, and the critical caveats around read_file segfaults, list_dir usage, and parameterized queries.
    0 installs
  33. Mfl Builtins · javimosch
    Complete MFL builtin catalog organized by category with signatures, usage examples, and common patterns. Covers I/O, CLI, time, convert, math, string, bytes, crypto, SQLite, regex, JSON, HTTP, networking, and terminal builtins.
    0 installs
  34. Mfl Language · javimosch
    Master the MFL (Machine-First Language) syntax, type system, functions, structs, generics, control flow, and concurrency. Covers the canonical form, inference rules, and compilation model.
    0 installs
  35. Mfl Terminal · javimosch
    Terminal/TUI programming in MFL: raw_mode/read_key for live input, ANSI escape sequences for colored rendering, progress bars, frame loops, and terminal state management. Build interactive CLI apps.
    0 installs
  36. Mfl MCP Client · javimosch
    Using machin-mcp as a tool server from any MCP-compatible client (Claude Code, Claude Desktop) or directly via bash from pi or other agents. Covers registration, tool discovery, and direct protocol calls.
    0 installs
  37. Mfl Networking · javimosch
    MFL networking builtins: building HTTP servers and clients, WebSocket, request parsing, Basic auth, MIME types, concurrent request handling with goroutines. Patterns from machin-serve.
    0 installs
  38. Minipostiz X Setup · javimosch
    X/Twitter OAuth 1.0a setup for minipostiz-cli — create developer app, get all 4 keys, store credentials
    0 installs
  39. Minipostiz CLI Maintainer · javimosch
    Agent maintainer guide for minipostiz-cli — covers both plugin locations, sync workflow, build, test, release
    0 installs
  40. Minipostiz Devto Setup · javimosch
    Dev.to API setup for minipostiz-cli — generate API key, store credentials, posting format
    0 installs
  41. Minipostiz Reddit Setup · javimosch
    Reddit OAuth setup for minipostiz-cli — create script app, get client credentials, store with username/password/subreddit
    0 installs
  42. Minipostiz Bluesky Setup · javimosch
    Bluesky AT Protocol setup for minipostiz-cli — create app password, store handle + password
    0 installs
  43. Minipostiz Discord Setup · javimosch
    Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
    1 install
  44. Minipostiz Facebook Setup · javimosch
    Facebook Graph API setup for minipostiz-cli — create app, get page access token + page ID, store credentials
    0 installs
  45. Minipostiz Linkedin Setup · javimosch
    Full LinkedIn OAuth setup for minipostiz-cli — creates app, gets access token + personUrn, stores credentials
    2 installs
  46. Minipostiz Mastodon Setup · javimosch
    Mastodon API setup for minipostiz-cli — create application, get access token, store instance URL + token
    1 install
  47. Minipostiz Telegram Setup · javimosch
    Telegram Bot API setup for minipostiz-cli — create bot via BotFather, get token + chat ID, store credentials
    0 installs
  48. Cricket Live · javimosch
    🏏 Cricket Live
    0 installs
  49. Literature Manager · javimosch
    Search, download, convert, organize, and audit academic literature collections. Use when asked to find papers, build a literature library, add papers to references, download PDFs, convert papers to markdown, organize references by category, audit a reference collection, or collect code/dataset links for tools mentioned in papers.
    0 installs
  50. Shieldcortex · javimosch
    Persistent memory system with security for AI agents. Remembers decisions, preferences, architecture, and context across sessions with knowledge graphs, decay, contradiction detection, and a 6-layer defence pipeline with Iron Dome behavioural protection. Use when asked to "remember this", "what do we know about", "recall context", "scan for threats", "run security audit", "check memory stats", or when starting a new session and needing prior context.
    0 installs
  51. Kit Email Operator · javimosch
    Kit Email Marketing Operator
    0 installs
  52. Parallel Agents · javimosch
    Dispatch multiple subagents for independent tasks simultaneously. Use when facing 2+ unrelated tasks that can proceed without shared state or sequential dependencies. Maximizes throughput by parallelizing work.
    0 installs
  53. Bandwidth Income · javimosch
    bandwidth-income
    0 installs
  54. Service Watchdog · javimosch
    Service Watchdog
    0 installs
  55. Skillguard · javimosch
    Security scanner for OpenClaw/ClawHub skills. Detects malware, reverse shells, credential theft, prompt injection, memory poisoning, typosquatting, and suspicious prerequisites before installation. Use when installing new skills, auditing existing skills, checking a skill name for typosquatting, or scanning ClawHub skills for security risks.
    0 installs
  56. Legiscan Bill Search · javimosch
    LegiScan Bill Tracker
    0 installs
  57. Webchat Voice Proxy · javimosch
    ⚠️ DEPRECATED — This skill has been split into two separate skills for better modularity: **webchat-https-proxy** (HTTPS/WSS reverse proxy) and **webchat-voice-gui** (mic button, VU meter, i18n). Install those instead. Use **webchat-voice-full-stack** for one-step deployment of all components. Keywords: voice input, microphone, WebChat, Control UI, speech to text, STT, local transcription, MediaRecorder, HTTPS proxy, voice button, mic button, push-to-talk, PTT, keyboard shortcut, i18n, localization.
    0 installs
  58. Pr Code Reviewer · javimosch
    name: pr-code-reviewer
    0 installs
  59. X Automation · javimosch
    X (Twitter) Automation Skill
    0 installs
  60. Mutual Consent · javimosch
    mutual consent
    0 installs
  61. Lifi Orchestrator · javimosch
    LI.FI Orchestrator
    0 installs
  62. Mixtiles Monthly · javimosch
    Automated monthly photo-to-Mixtiles pipeline. Collects photos from a WhatsApp group, curates the best ones using vision, builds a multi-photo Mixtiles cart link, and sends it. Use when it's time for the monthly Mixtiles order, when asked to "run the monthly tiles", "collect family photos for tiles", or on the monthly cron trigger.
    0 installs
  63. Clude Memory MCP · javimosch
    MCP server for Clude's 4-tier cognitive memory system — store, recall, search, and dream. Built on Supabase + pgvector with type-specific decay, Hebbian association graphs, and on-chain commitment via Solana.
    0 installs
  64. Publora Tiktok · javimosch
    Post or schedule video content to TikTok using the Publora API. Use this skill when the user wants to publish or schedule TikTok videos via Publora.
    0 installs
  65. Serper · javimosch
    Search Google programmatically using Serper.dev API. Use when you need to perform web searches, find information online, or research topics. Supports query parameters, result limiting, and geographic/language targeting.
    0 installs
  66. Client Discovery · javimosch
    Client Discovery — Qualify, Diagnose, Close
    0 installs
  67. Client Retention · javimosch
    Client Retention — Keep Clients Paying Monthly
    0 installs
  68. Reef Copywriting · javimosch
    Copywriting — Conversion Copy That Sells
    0 installs
  69. Reef Negotiation · javimosch
    Negotiation — Close Deals and Protect Your Value
    0 installs
  70. Epistemic Council · javimosch
    Epistemic Council Skill
    0 installs
  71. Vectorguard Nano · javimosch
    VectorGuard Nano Secure Comms
    0 installs
  72. Usdchackathon · javimosch
    Use when participating in the USDC Hackathon, submitting projects, or voting. 3 tracks: SmartContract, Skill, AgenticCommerce. Submit to m/usdc on Moltbook.
    0 installs
  73. Arxiv 1 0 1 · javimosch
    arXiv Research Assistant
    0 installs
  74. Food Cal Order · javimosch
    Order food delivery via browser automation, triggered by calendar events. Supports two modes — Direct (specific service + restaurant) and Discovery (criteria-based search across all services). Services include DoorDash, Uber Eats, Grubhub. Use when a calendar event matches food ordering patterns. Spawns sub-agents for browser control.
    0 installs
  75. Voice Notes Pro · javimosch
    Voice Notes Pro
    0 installs
  76. Udp Messenger · javimosch
    Use when agents need to communicate over the local network — "send message to agent", "discover agents", "check for messages", "coordinate with other agents", "approve agent", "agent status", "add peer", "message log"
    0 installs
  77. Pullthatupjamie · javimosch
    PullThatUpJamie — Podcast Intelligence. A semantically indexed podcast corpus (109+ feeds, ~7K episodes, ~1.9M paragraphs) that works as a vector DB for podcast content. Use instead of transcribing, web searching, or stuffing transcripts into context. Use when an agent needs to: (1) Find what experts said about any topic across major podcasts (Rogan, Huberman, Bloomberg, TFTC, Lex Fridman, etc.), (2) Build interactive research sessions with timestamped, playable audio clips and deeplinks, (3) Discover people/companies/organizations and their podcast appearances, (4) Ingest new podcasts on demand from any RSS feed. Three-tier search strategy (title → chapter → semantic) optimizes for speed and cost. Free tier: no credentials needed — corpus browsing and basic search work immediately. Paid tier: requires a Lightning wallet (NWC connection string) to purchase credits; the payment preimage and hash become bearer credentials for authenticated requests. See Security & Trust section for credential handling guidance.
    0 installs
  78. Email Autoreply · javimosch
    Email Auto-Reply Generator
    0 installs
  79. Comonyx Admin · javimosch
    Admin skill to sign into Cosmonyx, fetch companies, filter/export (PDF or Excel), optionally email the export, or send reminder emails to filtered companies.
    0 installs
  80. Minimal Memory · javimosch
    Minimal Memory Management
    0 installs
  81. UI Designer · javimosch
    Design beautiful interfaces using 16+ design systems including Material You, Fluent Design, Apple HIG, Ant Design, Carbon Design, Shopify Polaris, Minimalism, Glassmorphism, Neo-Brutalism, Neumorphism, Skeuomorphism, Claymorphism, Swiss Design, and Atlassian Design. Expert in Tailwind CSS, color harmonics, component theming, and accessibility (WCAG).
    0 installs
  82. Gotchi Channeling · javimosch
    Channel Aavegotchis on Base via Bankr. Checks cooldown, builds calldata, and submits channel txs safely.
    0 installs
  83. Soul Generator · javimosch
    生成专属 AI 人格配置 SOUL.md,支持三种模式: (1) 蒸馏名人:输入人名 → 自动搜索 → 生成 SOUL.md (2) SBTI/MBTI:输入类型 → 匹配预设 → 生成 SOUL.md (3) 自定义:输入描述 → 生成 SOUL.md 触发词:「蒸馏」「生成」「我是」「做一个XX的视角」「SOUL.md」「人格配置」 「帮我生成一个人格」「我的MBTI是」「SBTI」「生成我的分身」
    0 installs
  84. Agentos Sdk · javimosch
    AgentOS SDK Skill
    0 installs
  85. Aisafinancialdata · javimosch
    Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
    0 installs
  86. Aister Vector Memory · javimosch
    Vector Memory Skill
    0 installs
  87. Usewhisper Autohook · javimosch
    usewhisper-autohook (OpenClaw Skill)
    0 installs
  88. Hefestoai Auditor · javimosch
    Static code analysis tool. Detects security vulnerabilities, code smells, and complexity issues across 17 languages. All analysis runs locally — no code leaves your machine.
    0 installs
  89. Youtube Scrapper · javimosch
    YouTube Channel Scraper
    0 installs
  90. Ogment Agentic CLI · javimosch
    Ogment CLI Skill
    0 installs
  91. Video Understanding · javimosch
    Analyze videos with Google Gemini multimodal AI. Download from any URL (Loom, YouTube, TikTok, Vimeo, Twitter/X, Instagram, 1000+ sites) and get transcripts, descriptions, and answers to questions. Use when asked to watch, analyze, summarize, or transcribe a video, or answer questions about video content. Triggers on video URLs or requests involving video understanding.
    0 installs
  92. AI Act Risk Check · javimosch
    SKILL.md - AI Act Risk Check
    0 installs
  93. Threat Modeling · javimosch
    Threat Modeling Expert
    0 installs
  94. Amazon · javimosch
    Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
    0 installs
  95. Flights · javimosch
    Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
    0 installs
  96. Sergei Mikhailov Stt · javimosch
    Speech recognition from voice messages using Yandex SpeechKit (with an extensible architecture for other providers). Use when you need to convert a voice message to text.
    0 installs
  97. Meyhem Researcher · javimosch
    Multi-query research tool with LLM-ranked results and freshness control. Breaks a topic into focused queries, previews top results. No API key.
    0 installs
  98. Lobster Dev · javimosch
    Develop, extend, and contribute to Lobster AI — the multi-agent bioinformatics engine. Use when working on Lobster codebase, creating agents/services, understanding architecture, fixing bugs, adding features, or contributing to the open-source project. Trigger phrases: "add agent", "create service", "extend lobster", "contribute", "understand architecture", "how does X work in lobster", "fix bug", "add feature", "write tests", "lobster development", "agent development", "bioinformatics code"
    0 installs
  99. Lobster Use · javimosch
    Analyze biological data using Lobster AI — single-cell RNA-seq, bulk RNA-seq, literature mining, dataset discovery, quality control, and visualization. USE THIS SKILL WHEN: - Analyzing single-cell or bulk RNA-seq data - Searching PubMed/GEO for papers or datasets - Running quality control on biological data - Clustering cells, finding markers, differential expression - Creating publication-quality visualizations - Working with H5AD, CSV, 10X, GEO/SRA accessions TRIGGER PHRASES: "analyze cells", "search PubMed", "download GEO", "run QC", "cluster", "find markers", "differential expression", "UMAP", "volcano plot", "single-cell", "RNA-seq", "bioinformatics" ASSUMES: Lobster is installed and configured. For setup issues, tell user to run `lobster config-test` and fix any errors before proceeding.
    0 installs
  100. Airtable · javimosch
    Read Airtable bases, tables, and records directly via the Airtable API. Use when you need spreadsheet/database data from Airtable. Calls api.airtable.com directly with no third-party proxy.
    0 installs