Skip to content

Repository files navigation

Workday Everywhere — Claude Code plugin marketplace

This repository hosts the workday Claude Code plugin marketplace and the plugins it advertises.

Today that is one plugin, Workday Everywhere, which connects Claude to the Workday Agent Gateway over HTTP MCP. The gateway supplies every tool at runtime, so the plugin ships no skills, commands, or agents of its own.

Install

/plugin marketplace add Workday/everywhere
/plugin install everywhere@workday

There is nothing to configure — the connector points at the shared Workday Agent Gateway endpoint. Run /mcp, pick workday, and sign in; your sign-in determines which tenant's data you see.

Full configuration, connection, and troubleshooting docs live in plugins/everywhere/README.md.

Looking for the SDK?

The @workday/everywhere SDK and its everywhere CLI — for building Workday Everywhere plugins that run inside Workday — no longer live on main. They moved, with their full history, to the sdk branch:

git switch sdk

The published package on npm is unchanged; releases from that branch are currently paused.

Naming note: "plugin" means two different things across these branches. On main it is a Claude Code plugin. On sdk it is a Workday Everywhere plugin — a React app that runs inside Workday. They are unrelated formats.

Repository layout

Path Contents
.claude-plugin/ Marketplace manifest listing the published plugins
plugins/everywhere/ The Workday Everywhere connector plugin
tests/claude-plugin/ Manifest validation tests

Development

See CONTRIBUTING.md. In short:

just setup   # install dependencies
just check   # format check and typecheck
just test    # validate the manifests

License

Apache-2.0

About

SDK for building custom plugins with Workday Everywhere

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages