r/AIAGENTSNEWS

skillhub - a package manager for AI agent skills (Claude Code, Cursor, Codex)
▲ 14 r/AIAGENTSNEWS+9 crossposts

skillhub - a package manager for AI agent skills (Claude Code, Cursor, Codex)

I kept copying the same rule files into every Cursor project. Built a package manager to fix it

debug-agent.md, code-reviewer.md - same files, every time, manually.

So I built something to fix that.

pip install skillhub-ai

skillhub install debug-agent

What I found after using it for a few weeks: the value isn't just

convenience. It's consistency. When I install a skill, my Claude

agent follows the same methodology on every project - same debug

discipline, same review axes, same output format. No drift.

The thing I didn't expect to build but ended up loving: compose.

skillhub compose python-patterns security-review api-design -o fastapi-expert

It merges multiple skills into one with conflict detection. Now I

have a single /fastapi-expert command that covers Python conventions,

OWASP checks, and REST design together.

22 skills in the registry. New in v0.1.2: skillhub init my-skill

to scaffold your own. It also writes .claude/skills.json on install

so your agent can route intent without loading every skill file.

It also happens to support Cursor, Codex, and Gemini - same install

command drops the file in the right place for each. But I built it

primarily for Claude Code so that's where it's most tested.

GitHub: github.com/chandrudp29/skillhub

Docs + cookbook: github.com/chandrudp29/skillhub/blob/main/docs/cookbook.md

Happy to answer questions. What skill would be most useful to you?

u/Fault_Representative — 4 days ago
▲ 19 r/AIAGENTSNEWS+3 crossposts

Meet WebBrain: An Open-Source, Local-First AI Browser Agent That Reads Pages and Automates Tasks in Chrome and Firefox

WebBrain lives inside your browser and can run entirely on your own local model — no cloud, no account, no data leaving your machine.

Most "AI browser agents" are a chat box that pastes your page into someone else's server. That's not an agent that lives where you browse — and WebBrain draws a very clear line between the two.

It's an open-source (MIT), local-first browser agent for Chrome and Firefox. It runs inside your existing authenticated session, on a model you pick — so with llama.cpp or Ollama, nothing leaves your machine.

Here's what's actually interesting:

→ Two modes, cleanly separated. Ask reads the page (read-only, content scripts). Act clicks and types through the Chrome DevTools Protocol (chrome.debugger) — trusted input events that modern sites honor, reaching cross-origin iframes and shadow DOM.

→ UI-first by design. For anything that submits, sends, or buys, it drives the visible UI and refuses to hit REST/GraphQL endpoints directly. It starts read-only and asks before consequential actions.

→ Bring any model. llama.cpp, Ollama, LM Studio, vLLM — or OpenAI, Claude, Gemini, DeepSeek, Groq, OpenRouter. Recommended local: Qwen 3.6 35B (Qwen3.6-35B-A3B), which beat Gemma 4 on the project's screenshot benchmark.

→ Tuned for cost and privacy. Token-conscious screenshots, oldest-first context trimming, a dedicated vision model, 40+ tools (~20 in Compact mode). No telemetry. No accounts.

Full analysis: https://www.marktechpost.com/2026/07/02/meet-webbrain-an-open-source-local-first-ai-browser-agent-that-reads-pages-and-automates-tasks-in-chrome-and-firefox/

GitHub Repo: https://pxllnk.co/wdva98c

Chrome Extension: https://pxllnk.co/p4mn8

Firefox Add-on: https://pxllnk.co/m6k7c5w9

Portal: https://pxllnk.co/rlifl7h

u/ai-lover — 4 days ago
▲ 20 r/AIAGENTSNEWS+1 crossposts

Claude Cowork + Claude for Chrome: This Is the Best Way to Automate Your Workflow

Anthropic's Claude Cowork is one of the best AI agents you can use to get things done on your computer. Claude Cowork is an AI agent for non-technical professionals who want to automate their tasks and get polished deliverables. Claude Cowork is a very capable AI agent that can connect to a folder and have it complete tasks on your computer efficiently. However, what if you need to extract information and complete research? That is where you can use Claude for Chrome.

Claude for Chrome is the underrated Claude AI agent that not many people talk about. Claude for Chrome can navigate, click, fill forms, and complete web research in your browser. Now, you might have a question. How to use Claude Cowork with Claude for Chrome? Basically, you can trigger Claude for Chrome from Cowork, let it perform web research, and then pass the information to Claude Cowork, which can then turn it into a document, Excel, or PowerPoint file.

↗️ Full read: https://aitoolsclub.com/claude-cowork-claude-for-chrome-this-is-the-best-way-to-automate-your-workflow/

u/ai_tech_simp — 8 days ago
▲ 7 r/AIAGENTSNEWS+3 crossposts

My Multi-Agent AI Portfolio

I had to analyze requests manually, so I made a workflow with n8n, Telegram, and Groq agents. Now it's all automated and logged to Google Sheets.

More automations: Join our community: https://go.phonezait.de/

u/Boring-Shop-9424 — 9 days ago
▲ 12 r/AIAGENTSNEWS+2 crossposts

Anton: an AI dev team that runs inside Claude Code (planner, architect, engineers, QA, security, DevOps all in parallel)

u/LawFamiliar3588 — 11 days ago
▲ 2 r/AIAGENTSNEWS+1 crossposts

Help: Need API key for trying my Ai agent is working or not

If any can offer me any api key for testing my ai agent. I'm very grateful for them

reddit.com
u/Noob-editor12 — 11 days ago
▲ 6 r/AIAGENTSNEWS+1 crossposts

"Built an AI email triage agent for insurance adjusters using n8n + Gemini — here's what I learned"

I'm not a developer. I don't own a laptop. I built this entirely on my phone.

The idea was simple: independent insurance adjusters get buried in claim emails every day — Urgent ones, Missing Documents, Status Inquiries — all mixed together. I wanted to build something that reads each new email automatically and sorts it into the right label in Gmail without anyone touching it.

Here's the stack I landed on:

n8n Cloud (free trial to build and test)

Gmail Trigger — polls every 10 minutes for unread emails

Google Gemini 2.5 Flash — classifies each email into one of 4 categories

Switch node — routes by category

Gmail Label nodes — applies the right label automatically

The hardest bug I hit: Gemini wraps its JSON response in markdown code fences (```json ... ```), which breaks standard JSON.parse() completely. Took me a while to figure out the fix was stripping those fences before parsing. Small thing, cost me hours.

Total cost to run it: $0. Gemini's free tier handles 1,500 requests a day which is way more than any inbox needs.

It's live and labeling emails automatically now. Whole thing took about a week building in spare time on mobile.

Happy to share the workflow breakdown or the exact prompt I used if anyone's curious.

reddit.com
u/Deep-Mode9967 — 12 days ago