workspace-api

workspace-api is a skill for Claude Code, Codex from friday-platform/friday-studio. It costs 103 tokens per session (8,938 once invoked), scanned A, original, no licence file.

A guide to managing workspaces through a web API. A workspace is a configured environment containing items such as projects, agents, jobs, signals, memory, and skills.

In plain words
What is it for?
Use it to turn a workspace configuration into a running workspace and to manage its projects, environments, triggers, agents, jobs, and related settings.
Why use it?
It provides the operations needed to create, inspect, change, remove, or clean up those workspace components.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/friday-platform/friday-studio/workspace-api
Any agent
npx skills add friday-platform/friday-studio --skill workspace-api
Clone the repo
git clone --depth 1 https://github.com/friday-platform/friday-studio

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workspace-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/friday-platform/friday-studio/workspace-api.svg)](https://agentmods.dev/skills/friday-platform/friday-studio/workspace-api)
Your own site
<a href="https://agentmods.dev/skills/friday-platform/friday-studio/workspace-api"><img src="https://agentmods.dev/badge/skills/friday-platform/friday-studio/workspace-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,938 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00103 $0.08938
Opus 5 $0.00051 $0.04469
Sonnet 5 $0.00021 $0.01788
Haiku 4.5 $0.00010 $0.00894

Measured 4d ago against content hash 5c59b4289a7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workspace-api scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (skill-content.test.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

### Daemon HTTP rules (load-bearing for every curl example below)
packages/system/skills/workspace-api/SKILL.md · 535 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 535 lines · 103 tokens per session scan A 5c59b4289a7b

Subscribe to this mod's changes

workspace-api is a skill published in the GitHub repository friday-platform/friday-studio (101 stars, last pushed 5d ago), with no licence file. It adds 103 tokens to every session and 8,938 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

run-agent

Configures and runs agents with different adapters including Claude, OpenAI, CrewAI, Lyzr, and GitHub Models. Supports local execution, remote git repos, and one-shot prompts. Use when the user wants to run an agent, switch LLM providers, configure adapter settings, or launch agents from git repositories.

open-gitagent/opengap · 68 tokens

opensource-guide-coach

Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.

calf-ai/calfkit-sdk · 60 tokens

discord

Discord messaging via messagesend (channel=discord). Use for outbound sends, replies, edits, reactions, deletes, and attachment sends on Discord.

understudy-ai/understudy · 33 tokens

audit-install-state

Read-only audit of a Claude Code INSTALLATION directory, the machine-scope /.claude tree plus /.claude.json. Inventorying every file, separating what the product's own retention sweep already manages from what nothing manages, resolving what each number in a filename actually means before any process-liveness check…

melodic-software/claude-code-plugins · 222 tokens