Open Source AI

13 GitHub Repos for PR, SEO, Finance, and AI Agents

What Matters in This Week's Repos

The interesting shift is from isolated prompts to reusable operating systems. NewsJack packages a PR process, OpenSEO pairs SEO data with an MCP server and agent skills, Paperclip coordinates agent teams, and Anthropic's finance and knowledge-work repositories encode repeatable professional workflows. The coding projects solve the next layer: common instructions, review quality, shared knowledge, parallel worktrees, and a usable interface for many agents.

No repo is a complete business or a substitute for expertise. The useful question is narrower: which expensive, repeated decision or handoff does this project make easier to inspect and repeat? Start with one workflow, one permission boundary, and one measurable output before installing a large pack or giving several agents broad access.

Fast selection guide: choose NewsJack for PR research, OpenSEO for an agent-accessible SEO stack, Paperclip for agent governance, Open Code Review for focused review, WeKnora for private knowledge, and Orca for parallel coding worktrees.

Watch the Original GitHub Roundup

Credit and disclosure: this guide analyzes Top Repos + Fame, Traffic & Agents, published by The Next New Thing on 25 September 2026. The supplied transcript and companion GitHub Show page shaped the order and demo list. Repository facts were checked against current READMEs. The episode is presented by Zapier and contains commercial segments for Zapier and Monid.

Three Repositories Getting Extra Attention

NewsJack: agent skills for a repeatable PR desk

NewsJack combines open Markdown skills with a small CLI. The pack covers story monitoring, angle generation, reporter research, fact checks, pitch drafting, coverage tracking, press clips, and PR calendars. It supports several agent environments, but saved monitoring, repeat suppression, local state, and scheduled workflows require a local agent rather than a one-shot chat.

The week's attention came from a creator demo that used Jev to screen news for client relevance. Elvis Sun reports 384 headlines evaluated in 24.9 seconds for $0.19, compared with only four completed by Opus 5 for $0.77 in that run. Those are creator-reported results, not an independent benchmark. The architectural idea is sound: use a fast decision model to filter a large queue, then reserve a generative model and human judgment for research and outreach.

OpenSEO: free software, paid data

OpenSEO is an MIT-licensed alternative to Semrush and Ahrefs with an MCP server and reusable SEO skills. It can run locally in Docker or through an internet-facing Cloudflare deployment. Self-hosting does not make the data free: users still need a DataForSEO key and pay that provider for requests. The hosted OpenSEO service adds convenience and a markup over the underlying data.

The YC announcement triggered criticism that OpenSEO is a wrapper around DataForSEO. That critique describes part of the stack but not the whole value proposition. A maintained UI, deployment path, data normalization, agent interface, and documented workflows can still save time. Evaluate it on the quality and cost of a real keyword, backlink, and audit workflow, not on whether the product includes a proprietary search index.

Paperclip: an org chart and control plane for agents

Paperclip is a Node.js server and React interface for assigning goals, organizing agents into roles, tracking work and costs, and reviewing results. Its README describes task gates, org charts, budgets, scoped secrets, permissions, skill evaluation, and cross-provider runtimes.

It is a management surface, not an automatic bridge to every consumer agent. Each integration still needs a working adapter and permission model. Begin with two agents in one sandbox project, cap their budgets, require approval for tool use, and verify output through diffs, screenshots, or tests.

NetworkChuck's sponsored Paperclip walkthrough connects a Claude Code CEO, Hermes agents, and Codex around an IT task. Treat the video as a product demonstration and reproduce the workflow with your own permission and cost limits.

The Top 10, in Episode Order

#RepositoryWhat it gives youBest first testVerify first
1Anthropic Financial ServicesFinance agents, skills, commands, and data connectorsReproduce one reviewed comps or earnings workflowProfessional sign-off, source entitlements, and data access
2Open Code ReviewDeterministic file coverage plus agent judgmentReview a seeded pull request and compare findingsFalse positives, missed defects, code sent to providers
3Claude CodeProject hub, releases, issues, plugins, and AGENTS.md supportUse one shared instruction file across agentsTelemetry behavior and absence of a standard OSS license
4ECCLarge pack of agents, skills, hooks, memory, and security checksInstall only the review or TDD slice you needPlatform parity, shell access, hooks, and context overhead
5WeKnoraRAG, reasoning agents, wiki, and knowledge graphOne permission-homogeneous document collectionCitations, deletion, stale data, and workspace isolation
6Agent SkillsProduction engineering workflows and quality gatesOne code-review or TDD skill on a known taskReference files, conflicts with local rules, and actual completion
7Knowledge Work PluginsEleven role-specific plugin starting pointsCustomize one plugin to company terminology and toolsConnector scopes and generated work before external use
8OrcaDesktop, mobile, remote, and parallel worktree agent interfaceTwo agents on isolated branches with one review gatePorts, secrets, runtime isolation, and merge quality
9OctopSelf-hosted multi-user, multi-agent assistantLocal read-only assistant with a test workspaceRemote desktop, shell, OAuth, PII, and channel permissions
10Claude Code TemplatesCLI and catalog for agents, commands, settings, hooks, and MCPsInspect and install one component explicitlyThird-party scripts, credentials, permissions, and version drift

1-2. Finance Agents and Deterministic Code Review

Claude for Financial Services contains reference agents for pitch work, meeting preparation, research, financial models, valuation review, reconciliation, month-end close, statements, and KYC screening. The same source can be installed as Cowork plugins or deployed through Anthropic's Managed Agents API. Its Apache-2.0 repository also centralizes MCP connectors to commercial data providers.

The safety boundary is explicit: outputs are drafts for qualified review. The agents do not make recommendations, execute trades, bind risk, approve onboarding, or post directly to ledgers. A professional can customize firm terminology, templates, approval rules, and data sources; a novice should not interpret polished output as regulated advice.

A finance educator installs the repository and builds a one-pager, research report, comps table, and pitch deck for Chipotle, then discusses the limits.

Alibaba Open Code Review divides work between deterministic engineering and an LLM agent. Code determines changed files, bundles related changes, controls coverage, and places line-level comments; the agent retrieves context and judges potential problems. The project reports higher precision and F1 with lower token use than a general-purpose agent on its own evaluation, while acknowledging lower recall.

That trade-off is sensible for review: fewer noisy comments can be valuable, but a clean report is not proof that the code is safe. Seed known defects, compare against human review and existing static analysis, and keep security scans and tests in the merge gate.

3-6. Shared Instructions, ECC, and Agent Skills

Claude Code's support for AGENTS.md matters because teams can maintain shared project instructions across coding agents instead of duplicating guidance in several vendor-specific files. The companion research page also records a caveat reported at launch: the new support was implemented through Claude Code's mod system and had a telemetry-related failure mode. Verify current behavior in your installation rather than assuming the file loaded.

This release walkthrough shows the AGENTS.md mod alongside Claude Code's other public mods. The repository is a public project hub, not a standard open-source distribution of Claude Code.

ECC is a broad harness system with planning, testing, review, memory, hooks, rules, and AgentShield security scanning. Its README now lists dozens of agents and hundreds of skills, but also warns that support differs across Claude Code, Codex, Cursor, OpenCode, Gemini, and other environments. More capability is not automatically better: install the smallest relevant slice and inspect any skill, hook, or agent that can run shell commands.

An independent tour explains what ECC changes and raises two useful review questions: which agents receive shell access, and whether documentation matches the installed version.

Addy Osmani's Agent Skills takes a smaller lifecycle-oriented approach. Its skills cover requirements, architecture, APIs, TDD, frontend work, debugging, review, security, performance, documentation, and release. The open skills CLI supports many agents, but the README notes a portability gap when installing individual skills without repository-level references.

This longer build is useful because it includes failure and repair, not only the final result. Skills improve process consistency; they do not remove the need to run and inspect the product.

5 and 7. Knowledge Systems and Role-Specific Plugins

Tencent WeKnora combines retrieval, multi-step agents, and a maintained wiki over the same knowledge bases. It supports self-hosting, swappable models and storage, role-based access, audit logs, sandboxed skills, MCP tools, messaging channels, and optional knowledge-graph infrastructure.

The first test should be deliberately boring: one approved document set, five questions with known answers, and a deletion exercise. Check whether citations point to the right passage, whether stale files are excluded, whether one workspace can see another, and whether derived indexes disappear when source records are removed.

Anthropic's Knowledge Work Plugins offers eleven starting points for roles such as sales, marketing, legal, data, finance, product, project management, customer support, and people operations. Each plugin can bundle skills, commands, sub-agents, and MCP connectors.

A small-business creator installs seven official plugins and tests support, marketing, planning, sales, and legal workflows. Treat every externally facing output as a draft until an accountable person reviews it.

8-10. Interfaces for Parallel Agents and Self-Hosted Assistants

Orca is an agent development environment rather than another model. It can run CLI agents in parallel Git worktrees, compare results, review diffs, connect to remote runtimes, and let users monitor or steer work from mobile. Worktrees isolate files and branches, but teams still need separate ports, databases, caches, test credentials, and service state.

This hands-on build shows two agents working in parallel and, usefully, leaves visible interface and mobile rough edges in the demonstration.

Tencent Cloud Octop is a self-hosted, multi-user assistant with web, CLI, chat channels, cron, memory, RAG, skills, OAuth and MCP connectors, and remote desktop. Local hosting improves control but does not automatically create privacy: administrators still own model endpoints, logs, connector scopes, backups, exposed ports, and command permissions.

Claude Code Templates provides a CLI and browser catalog for agents, commands, settings, hooks, skills, MCP integrations, and complete stacks. Convenience increases supply-chain risk. Inspect the exact component and version before installation, review scripts and hooks, and grant credentials only after understanding where data goes.

Two Workflow Ideas From Andrew and Adam

Andrew's passion detector

Andrew describes a system that scans calls and Slack for moments where he becomes unusually animated, then turns those moments into candidate content. The useful pattern is not emotion surveillance. It is a personal editorial queue: detect intensity, preserve the source timestamp, propose a topic, and let the speaker approve the interpretation before publishing.

Use explicit participant consent, keep private conversations out, and store only the minimum transcript and metadata needed. Measure whether approved candidates actually reduce research time rather than rewarding drama.

Adam's custom call recorder

Adam wants a recorder combining Granola's note-taking experience with Fireflies-style automation. A sensible first version records only consented calls, produces a transcript and structured notes, links every claim to a timestamp, and routes action items to review. Calendar joins, CRM writes, Slack posts, and external follow-ups should remain approval-gated until the team measures errors.

A Repository Evaluation Checklist

  1. Read the license: a public GitHub repository is not automatically open source.
  2. Inventory execution: identify hooks, shell access, browser control, remote desktop, and background schedules.
  3. Map data flow: list documents, code, transcripts, credentials, model providers, logs, and external APIs.
  4. Install minimally: use one skill, one connector, or one agent before importing a full pack.
  5. Build a known-answer test: seed expected results and failure cases rather than judging one polished demo.
  6. Require evidence: ask for diffs, tests, screenshots, citations, or numbers appropriate to the task.
  7. Keep an exit path: document configuration, pin versions, export state, and know how to revoke credentials.
Sponsored tools: the episode presents Zapier MCP and Zapier SDK for app integrations, plus Monid for consolidated model access and billing. Verify current pricing, supported actions, credentials, retention, and provider routing before adoption.

Ordered Repositories, X Threads, and Demo Videos

Video Chapters

TimeTopicTimeTopic
00:00Top repos this week14:06Agent skills and MCPs
00:15NewsJack and Jev15:06Zapier MCP and SDK
01:33Fast, cheap decisions16:26ECC engineering skills
02:50OpenSEO18:37WeKnora
05:32Paperclip22:37Knowledge Work Plugins
07:26Financial Services25:03Orca
09:52Open Code Review28:08Octop
12:14Claude Code and AGENTS.md29:45Claude Code Templates
32:20Andrew's content workflow33:20Custom call recorder

Sources

Repository features, licenses, dependencies, compatibility, prices, and security posture can change. Verify the current source and release before installation.

Common questions

Are all 13 repositories open source?
Most publish recognized open-source licenses, but verify the current LICENSE file before reuse. The Claude Code repository is public without a standard open-source license in GitHub metadata, so a public repository should not automatically be treated as open source.
Which repository is the easiest first test?
A single skill from Agent Skills or one read-only Open Code Review run has the smallest operational surface. NewsJack and OpenSEO become useful after source and data setup. Paperclip, WeKnora, Octop, and Orca require a broader runtime and permission review.
Does Paperclip connect every AI agent automatically?
No. Paperclip provides a management and governance layer for agents that can connect to its runtime. Compatibility still depends on adapters, credentials, permissions, and whether an agent exposes the required control surface.
Can Anthropic financial agents make investment decisions?
The repository explicitly says its agents draft analyst work for qualified human review. They do not make investment recommendations, execute transactions, approve onboarding, bind risk, or post directly to a ledger.
Share
X LinkedIn Reddit
Build Yours

Want a system
like this one?

Book a free 30-minute call. We map your situation, identify the highest-impact automation, and figure out if we are a fit.

Book Free 30-min Call