the-open-agent

75 mods across 2 repositories, 5.6k stars between them.

tmux

49

the-open-agent/openagent

Skill Claude CodeCodex

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

5.6k +8 11d ago A 22 tokens original Apache-2.0

trello

50

the-open-agent/openagent

Skill Claude CodeCodex

Manage Trello boards, lists, and cards via the Trello REST API.

5.6k +8 11d ago A 19 tokens copy · 81% Apache-2.0

video-frames

51

the-open-agent/openagent

Skill Claude CodeCodex

Extract frames or short clips from videos using ffmpeg.

5.6k +8 11d ago A 15 tokens original Apache-2.0

voice-call

52

the-open-agent/openagent

Skill Claude CodeCodex

Start voice calls via the OpenClaw voice-call plugin.

5.6k +8 11d ago A 15 tokens original Apache-2.0

wacli

53

the-open-agent/openagent

Skill Claude CodeCodex

Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI.

5.6k +8 11d ago A 25 tokens original Apache-2.0

weather

54

the-open-agent/openagent

Skill Claude CodeCodex

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

5.6k +8 11d ago A 55 tokens original Apache-2.0

xurl

55

the-open-agent/openagent

Skill Claude CodeCodex

A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.

5.6k +8 11d ago C 57 tokens original Apache-2.0

oss-skills

57

the-open-agent/oss-skills

Plugin Claude Code

18 skills for open-source development: bootstrapping repos, API design, testing, CI, releases, supply-chain security, docs, triage, contributor experience, launch, and governance.

5 24d ago A tokens not measured original Apache-2.0

api-design

58

the-open-agent/oss-skills

Skill Claude CodeCodex

Design public interfaces for libraries and tools that other people depend on. Use when designing or reviewing a public API surface, deciding what to export, naming functions and CLI flags, adding configuration options, planning deprecations, or when the user asks "is this a good API" or "how do I change this without…

5 24d ago A 107 tokens original Apache-2.0

ci-pipelines

59

the-open-agent/oss-skills

Skill Claude CodeCodex

Design continuous integration for an open-source repository. Use when setting up GitHub Actions from scratch, when CI is slow or flaky, when adding a build matrix across OS and language versions, when configuring caching, or when handling PRs from forks that need secrets. Covers workflow structure, concurrency and…

5 24d ago B 104 tokens original Apache-2.0

code-review

60

the-open-agent/oss-skills

Skill Claude CodeCodex

Review a pull request the way a good open-source maintainer does. Use when reviewing an incoming PR, when the user asks "review this PR" or "is this ready to merge", when triaging a stale PR queue, or when writing review feedback to an external contributor. Covers what to check and in what order, severity levels…

5 24d ago A 118 tokens original Apache-2.0

the-open-agent/oss-skills

Skill Claude CodeCodex

Turn users into contributors and make their first PR succeed. Use when a project gets stars but no contributions, when first-time PRs stall or get abandoned, when writing or improving CONTRIBUTING.md, when setting up a dev environment that works on the first try, or when the user asks "how do I get contributors" or…

5 24d ago A 101 tokens original Apache-2.0

dependency-hygiene

62

the-open-agent/oss-skills

Skill Claude CodeCodex

Manage a project's dependencies so they stay small, current, and safe. Use when deciding whether to add a dependency, auditing an existing dependency tree, configuring Dependabot or Renovate, dealing with upgrade churn or a flood of bot PRs, resolving version conflicts, choosing between dependency ranges and pinning…

5 24d ago A 101 tokens original Apache-2.0

docs-architecture

63

the-open-agent/oss-skills

Skill Claude CodeCodex

Structure and write project documentation beyond the README. Use when docs have sprawled into an unnavigable pile, when users keep asking questions the docs already answer, when choosing a docs site generator (Docusaurus, MkDocs, VitePress, mdBook, Sphinx), or when planning a docs information architecture. Covers the…

5 24d ago A 116 tokens original Apache-2.0

the-open-agent/oss-skills

Skill Claude CodeCodex

Keep a project and its maintainers alive over years. Use when deciding how decisions get made, writing GOVERNANCE.md or a code of conduct enforcement process, adding or removing maintainers, handling burnout or stepping away, setting up funding (GitHub Sponsors, Open Collective, a foundation), handling a fork or a…

5 24d ago A 95 tokens original Apache-2.0

issue-triage

65

the-open-agent/oss-skills

Skill Claude CodeCodex

Build and run a system for handling incoming issues. Use when an issue backlog has become unmanageable, when setting up issue templates or a label taxonomy, when deciding what to close, when configuring stale bots or automation, or when the user asks "how do I deal with all these issues". Covers issue forms, a minimal…

5 24d ago A 102 tokens original Apache-2.0

launch-and-growth

66

the-open-agent/oss-skills

Skill Claude CodeCodex

Get an open-source project in front of the people who need it, and keep them. Use when preparing to announce a project, writing a Hacker News or Reddit or Product Hunt post, planning a launch, writing a blog post about a release, improving GitHub discoverability (topics, About, social preview), or when the user asks…

5 24d ago A 108 tokens original Apache-2.0

license-and-legal

67

the-open-agent/oss-skills

Skill Claude CodeCodex

Choose and apply an open-source license, and handle contribution and compliance mechanics. Use for picking between MIT/Apache-2.0/GPL/MPL/AGPL/BSL, adding SPDX headers, relicensing an existing project, setting up DCO or a CLA, vendoring third-party code, checking dependency license compatibility, or questions about…

5 24d ago A 103 tokens original Apache-2.0

the-open-agent/oss-skills

Skill Claude CodeCodex

Entry point and router for open-source work. Use when the user states an open-source goal without naming a specific task — "I want to open source this", "how do I grow this project", "make this repo look professional", "get more contributors", "prepare for v1.0" — or when a request touches several OSS concerns at…

5 24d ago A 131 tokens original Apache-2.0

the-open-agent/oss-skills

Skill Claude CodeCodex

Build credible benchmarks and make defensible performance claims. Use when a project claims to be fast, when adding a benchmark suite, when comparing against competing projects, when setting up performance regression detection in CI, or when the user wants to put a speed number in the README. Covers measurement…

5 24d ago A 92 tokens original Apache-2.0

the-open-agent/oss-skills

Skill Claude CodeCodex

Write or rewrite a README that turns a visitor into a user. Use when creating a README, when a project's README is a wall of text or a stub, when the user says "nobody understands what my project does", or when preparing a repo for launch. Covers the 30-second rule, section ordering, badge discipline, install and…

5 24d ago A 117 tokens original Apache-2.0

refactor-safely

71

the-open-agent/oss-skills

Skill Claude CodeCodex

Restructure code that other people depend on without breaking them. Use when planning a large refactor or rewrite, splitting a monolith into packages, renaming or moving public symbols, changing internal architecture behind a stable API, or when the user says "I want to rewrite this" or "this code needs to be cleaned…

5 24d ago A 109 tokens original Apache-2.0

release-engineering

72

the-open-agent/oss-skills

Skill Claude CodeCodex

Version, changelog, tag, and publish a release. Use when cutting a release, setting up automated publishing to npm/PyPI/crates.io/Maven/Homebrew, deciding whether a change is major/minor/patch, writing release notes, adopting conventional commits or changesets, planning a 1.0, or handling a bad release that needs to…

5 24d ago A 108 tokens original Apache-2.0