sapiom
01Plugin Claude Code
Plugin marketplace listing 1 plugin: sapiom.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sapiom.
Skill Claude CodeCodex
Use at the START of authoring a Sapiom template or agent in sapiom-js — a new template, a change to an existing one, or a vague "build an agent that does X" ask — before you write code. Establishes what you're building from (a spec? a sibling template? a clear outcome, user, and copy?), searches for it, and asks only…
Skill Claude CodeCodex
Use at the START of any Agent Studio / harness UI change in sapiom-js (packages/harness, packages/harness-desktop, packages/agent-studio) — a new component or screen, a restyle, or a vague "make it better / redesign" request — before you implement. Establishes what you're building from (a design? clear intent?)…
Skill Claude CodeCodex
How to open (or fix) a pull request in this repo so the deterministic PR labeler accepts it — the body MUST follow .github/pullrequesttemplate.md exactly or the PR is flagged contribution: incomplete. Use whenever asked to "open/make/create a PR", "push and PR", "fix the incomplete-contribution label", or when a PR…
Skill Claude CodeCodex
How to cut a Sapiom Studio desktop release (@sapiom/harness-desktop) in this repo. The release is TRIGGERED BY PUSHING A GIT TAG on main — vX.Y.Z — after versions are bumped via changesets. Use whenever asked to "release", "cut/make a release", "ship a new version", "publish/tag the desktop app", "do a release", or…
Skill Claude CodeCodex
Build, test, and deploy a Sapiom agent — a controlled, multi-step, deployable automation defined in TypeScript. Use when the user wants to automate a multi-step, scheduled, recurring, or deployable task ("build an agent that checks competitor prices every morning", "automate our weekly report", "make a bot that…
Skill Claude CodeCodex
Deploy a web app from the current project to a live Sapiom URL — either a throwaway sandbox preview or a durable App Link. Use when the user wants to preview, host, deploy, or share a web app, dashboard, dev server, API, or static site ("preview this app", "give me a live link", "host this server"), and especially…
Plugin Claude Code
Build, test, and deploy Sapiom agents — controlled, multi-step, deployable automations. Registers the sapiom-dev MCP server (npx -y @sapiom/mcp) and ships the sapiom-agent-authoring skill.
MCP server Claude CodeCodexCursor +2
Local Sapiom developer MCP server (sapiom-dev) — the unmetered surface for building and operating on Sapiom; today it scaffolds, tests, deploys, and inspects orchestrations. Not the remote Sapiom capability MCP. Runs locally from the @sapiom/mcp npm package.
MCP server Claude CodeCodexCursor +2
Sapiom MCP server — authentication, verification, and API tools. Runs locally from the @sapiom/mcp npm package.
Skill Claude CodeCodex
Build and deploy autonomous agents — scripts that run on a schedule, call LLMs, scrape the web, store data, and act without user intervention. Use when user says "build me an agent", "create a bot", "automate X on a schedule", "monitor this page", "summarize X every day", "alert me when Y changes", or wants to deploy…
Skill Claude CodeCodex
Deploy and run code on Sapiom — scheduled jobs, batch execution, sandboxes. Use when user says "deploy this", "ship it", "run this on a schedule", "put this on a cron", "run these tasks in parallel", "spin up a server", "I need a dev environment", or already has a script and wants it running in the cloud.
Skill Claude CodeCodex
Access 97 cloud-service tools via Sapiom MCP server — scrape websites, run code in sandboxes, store data (Redis/Vector/Postgres), search the web, call LLMs, generate images and audio, send messages, and manage agent governance. Use when user says "use sapiom", "scrape this page", "search the web", "run this code in…