Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
replicas-group avatar

Replicas Agent

  • 34.5k installs
  • 1 repo stars
  • Updated June 6, 2026
  • replicas-group/skill

replicas-agent is an agent skill for background coding agents in Replicas cloud workspaces covering previews, Slack, Linear, GitHub, Google files, Docker, media, and replicas CLI actions.

About

The replicas-agent skill guides background coding agents running inside Replicas cloud workspaces, remote VMs designed for autonomous development tasks. It routes agents to reference docs before acting on previews, Slack messaging, Linear issue updates, GitHub pull requests via pre-authenticated gh, Google Docs and Sheets through the Replicas gateway, Docker daemon startup, inline media sharing, and the replicas CLI for automations and environments. Teams reach for it when tasks need public preview URLs for human review, Slack or Linear notifications, issue state changes, PR creation with images, or managing replicas.json configuration. The skill emphasizes reading the relevant reference file before each capability and distinguishes operational actions from general product questions covered at docs.replicas.dev. Docker is pre-installed but the daemon must be started manually. Google Workspace integration only accesses files created through Replicas, not pre-existing personal Drive content. Media support covers screenshots, recordings, diagrams, and audio with recommended aspect ratios for video output.

  • Routes agents to reference guides for previews, Slack, Linear, GitHub, Google Workspace, Docker, media, and replicas CLI
  • Exposes locally running services as public preview URLs so humans can review UI and integration work.
  • Uses pre-authenticated gh for pull requests, issues, actions, and API calls inside the workspace.
  • Creates and edits Google Docs, Sheets, and Forms owned by Replicas with share, rename, move, and delete flows.
  • Manages automations, environment variables, repos, and replicas.json via the pre-installed replicas CLI.

Replicas Agent by the numbers

  • 34,510 all-time installs (skills.sh)
  • +246 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #37 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

replicas-agent capabilities & compatibility

Capabilities
public preview url exposure for local services · slack web api messaging and file uploads · linear graphql issue fetch, update, and search · pre authenticated github gh cli workflows · replicas owned google docs, sheets, and forms ed · docker daemon startup and container workflows · inline media sharing with aspect ratio guidance · replicas cli for automations and environments
Use cases
orchestration · documentation · devops
From the docs

What replicas-agent says it does

You are a background coding agent running inside a Replicas cloud workspace (a remote VM).
retag-ops/docs-cache/skill_replicas-group_skill_replicas-agent.md
Read the relevant reference file before performing any of these actions.
retag-ops/docs-cache/skill_replicas-group_skill_replicas-agent.md
npx skills add https://github.com/replicas-group/skill --skill replicas-agent

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs34.5k
repo stars1
Security audit3 / 3 scanners passed
Last updatedJune 6, 2026
Repositoryreplicas-group/skill

How should a background agent use Replicas-specific previews, integrations, and CLI tools without guessing workspace capabilities?

Operate background coding agents inside Replicas cloud workspaces with previews, Slack, Linear, GitHub, Google Workspace, Docker, and the replicas CLI.

Who is it for?

Teams running autonomous coding agents inside Replicas cloud VMs who need guided access to workspace integrations.

Skip if: Skip when work happens outside Replicas workspaces or only needs general product documentation without taking actions.

When should I use this skill?

Use when operating inside a Replicas cloud workspace and the task involves previews, Slack, Linear, GitHub, Google Workspace files, Docker, media, or replicas CLI management.

What you get

Correct routing to Replicas reference docs and authenticated workspace actions for previews, messaging, issues, PRs, Google files, containers, and automations.

  • Preview URLs
  • Slack or Linear updates
  • GitHub PRs

By the numbers

  • Documents eight capability areas: previews, Slack, Linear, GitHub, Google Workspace, Docker, media, and replicas CLI.
  • Google Workspace integration cannot access files created outside the Replicas gateway.

Files

SKILL.mdMarkdownGitHub ↗

Replicas Agent

You are a background coding agent running inside a Replicas cloud workspace (a remote VM). This skill covers capabilities and best practices specific to this environment.

Capabilities

This skill provides detailed guides for the following capabilities. Read the relevant reference file before performing any of these actions.

Previews

Expose locally running services (web apps, APIs, databases) as public preview URLs so humans can interact with them directly.

Reference: references/PREVIEWS.md

Use this when:

  • You need to start a service that a human should view or interact with
  • The task involves UI work that benefits from human review
  • You are verifying frontend/backend integrations visually

Slack

Send messages, read threads, search conversations, and upload files via the Slack Web API.

Reference: references/SLACK.md

Use this when:

  • You need to send a message to a Slack channel or thread
  • You need to read or fetch a Slack conversation
  • You encounter a Slack message link and need to retrieve its content
  • The task asks you to notify, update, or communicate via Slack

Linear

Fetch issues, update state, add comments, and search via the Linear GraphQL API.

Reference: references/LINEAR.md

Use this when:

  • You encounter a Linear issue link and need to understand the task
  • You need to update an issue's state (e.g. mark as done)
  • You need to comment on or search for Linear issues

GitHub

Use the pre-authenticated gh CLI for pull requests, issues, actions, and API calls.

Reference: references/GITHUB.md

Use this when:

  • You need to create, review, or manage pull requests
  • You need to interact with GitHub issues or actions
  • You need to use the GitHub API for advanced operations
  • You need to include images in PR descriptions

Google Workspace (Docs, Sheets, Forms, Drive)

Create and edit Google Docs, Sheets, and Forms via the Replicas gateway. Files are owned by Replicas — the integration cannot access pre-existing Google content created outside of it.

Reference: references/GOOGLE.md

Use this when:

  • You need to create or edit a Google Doc, Sheet, or Form
  • You need to share, rename, move, or delete a Replicas-created Google file
  • You need to read responses from a Replicas-created Google Form

Docker

Start and use the Docker daemon in Replicas workspaces. Docker is pre-installed but the daemon does not auto-start.

Reference: references/DOCKER.md

Use this when:

  • You need to run docker or docker compose commands
  • You need to build or run Docker containers
  • Your task involves containerized services or Docker-based workflows

Media

Share screenshots, screen recordings, generated diagrams, and audio clips inline in the Replicas chat (and as references in external messages).

Reference: references/MEDIA.md

Use this when:

  • You produce a screenshot, recording, generated image, or audio clip the user should see
  • You record video output (browser automation, screen capture) — including the recommended aspect ratio and FPS
  • You need to embed media in a Slack/Linear/GitHub message AND keep a referenceable copy in the Replicas dashboard

Replicas (in-workspace CLI)

Take action with Replicas itself — manage automations, environments (variables, files), repos, and replicas.json config — using the pre-installed, pre-authenticated replicas CLI.

Reference: references/REPLICAS.md

Use this when:

  • The user asks you to create, edit, run, or delete an automation
  • The user asks you to manage environments, environment variables, or environment files
  • The user asks "what envs / repos / automations do I have?"
  • The user asks you to scaffold a replicas.json / replicas.yaml in a repo

For questions about how Replicas works (concepts, pricing, what a feature does), check https://docs.replicas.dev first and only fall back to this skill when the user is asking you to take an action.

Related skills

How it compares

Replicas workspace agent playbook, not a generic remote development tutorial.

FAQ

Who is replicas-agent for?

Background coding agents running in Replicas cloud workspaces that need guided access to previews, messaging, issue trackers, and CLI tools.

When should I use replicas-agent?

When exposing preview URLs, sending Slack or Linear updates, managing GitHub PRs, editing Replicas-owned Google files, starting Docker, or configuring automations.

Is replicas-agent safe to install?

Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.