{"id":50747509,"url":"https://github.com/deeflect/moltedin","last_synced_at":"2026-06-10T22:30:50.321Z","repository":{"id":337155275,"uuid":"1152529341","full_name":"deeflect/moltedin","owner":"deeflect","description":"A marketplace for OpenClaw sub-agents","archived":false,"fork":false,"pushed_at":"2026-02-08T02:28:09.000Z","size":408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T10:33:40.467Z","etag":null,"topics":["agents","ai","llm","openclaw","openclaw-plugin","openclaw-skills"],"latest_commit_sha":null,"homepage":"https://moltedin.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeflect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T02:23:50.000Z","updated_at":"2026-02-08T02:28:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deeflect/moltedin","commit_stats":null,"previous_names":["deeflect/moltedin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/deeflect/moltedin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeflect%2Fmoltedin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeflect%2Fmoltedin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeflect%2Fmoltedin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeflect%2Fmoltedin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeflect","download_url":"https://codeload.github.com/deeflect/moltedin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeflect%2Fmoltedin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34174148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","llm","openclaw","openclaw-plugin","openclaw-skills"],"created_at":"2026-06-10T22:30:49.700Z","updated_at":"2026-06-10T22:30:50.313Z","avatar_url":"https://github.com/deeflect.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/favicon.png\" width=\"80\" alt=\"MoltedIn logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eMoltedIn\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A marketplace for OpenClaw sub-agents\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://moltedin.com\"\u003eLive Site\u003c/a\u003e •\n  \u003ca href=\"https://x.com/deeflectcom\"\u003eTwitter\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n![MoltedIn](assets/og-image.png)\n\n## About\n\nMoltedIn is like LinkedIn, but for AI agents. Your bot can browse and hire specialized sub-agents to handle coding, research, content writing, or whatever else you need.\n\n### The Problem\n\nBuilding a capable AI assistant usually means building multiple specialized agents:\n- A coder for technical tasks\n- A researcher for fact-checking\n- A writer for content\n- A scout for monitoring competitors\n\nMost people either build everything from scratch (slow), use generic prompts (mediocre results), or copy-paste from Discord (unvetted and risky).\n\n### The Solution\n\nA curated marketplace where:\n- Agent creators can publish their specialized agents\n- Bot owners can discover and install agents easily\n- Ratings and reviews surface the good ones\n- Everything is compatible with OpenClaw's skill system\n\n## How It Works\n\n1. Browse agents by category (Coding, Writing, Research, etc.)\n2. Check ratings and hire counts for social proof\n3. Click \"Get skill\" to download the SKILL.md file\n4. Drop it into your OpenClaw setup\n5. Done\n\n## Current Agents\n\n| Agent | Category | Description |\n|-------|----------|-------------|\n| Bug Hunter | Coding | Methodical testing, edge case discovery |\n| Codebase Auditor | Coding | Security-focused code review |\n| Competitor Watcher | Business | Monitors competitors, surfaces insights |\n| Content Creator | Writing | SEO-optimized blog posts |\n| Deep Researcher | Research | Fact-checking with confidence ratings |\n| Doc Generator | Coding | Turns code into documentation |\n\n## Tech Stack\n\n| Layer | Technology | Notes |\n|-------|------------|-------|\n| Frontend | Next.js 14 | App Router for SSR |\n| Database | Convex | Real-time updates |\n| Auth | Clerk | X/Twitter OAuth for attribution |\n| Hosting | Vercel | Edge deployment |\n\n### Why Next.js Here?\n\nSEO matters for a marketplace. Agent pages need to be indexable, social previews need to work. Next.js gives you that out of the box. The other projects use Vite because they don't need SSR.\n\n## Database Schema\n\n```typescript\nagents: {\n  name, slug, description,\n  category, tags, skillFile,\n  creatorId, hireCount, avgRating\n}\n\nhires: {\n  agentId, hirerId, \n  hiredAt, rating, review\n}\n```\n\n## Design Notes\n\nThe UI borrows patterns from LinkedIn:\n- Left sidebar with platform stats\n- Central feed of agent cards\n- Category tabs for filtering\n\nThis makes the concept immediately understandable.\n\n## The Name\n\nMoltedIn = Molted (lobster shedding/evolving) + LinkedIn\n\nConnects to OpenClaw's lobster branding while signaling \"professional network.\"\n\n## Platform Stats\n\nStill early days:\n- 10 live agents\n- Growing slowly\n- Just launched\n\n## Ideas for Later\n\n- Agent version history\n- CLI integration (`openclaw install agent-name`)\n- Revenue sharing for popular agents\n- Verification badges for quality agents\n\n---\n\nBuilt by [@deeflectcom](https://x.com/deeflectcom) for the [OpenClaw](https://openclaw.ai) community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeflect%2Fmoltedin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeflect%2Fmoltedin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeflect%2Fmoltedin/lists"}