testany-workspace

testany-workspace is a skill for Claude Code, Codex from TestAny-io/testany-agent-skills. It costs 20 tokens per session (511 once invoked), scanned A, original, MIT.

A workspace administration tool for Testany, a platform for managing testing resources. A workspace separates projects or teams and controls which members can access them.

In plain words
What is it for?
Use it to view workspaces, add or remove members, assign Admin or Member roles, change permissions, and request a new workspace.
Why use it?
It removes the need to manage team membership and permissions manually across separate projects. It helps keep each team’s testing resources isolated.

Skill for Claude CodeCodex

Written for Claude Code and Codex: $ARGUMENTS substitution, but also agents/openai.yaml present.

Part of the testany-bot plugin — 10 skills, 8 commands shipped together

Good fit Use it to view workspaces, add or remove members, assign Admin or Member roles, change permissions, and request a new workspace.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/testany-io/testany-agent-skills/testany-workspace
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.

Any agent
npx skills add TestAny-io/testany-agent-skills --skill testany-workspace
Clone the repo
git clone --depth 1 https://github.com/TestAny-io/testany-agent-skills

Made for: Claude Code, Codex.

Or install testany-bot, the plugin that ships this one along with the rest of its 10 skills, 8 commands.

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 testany-workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/testany-io/testany-agent-skills/testany-workspace/github.svg)](https://agentmods.dev/skills/testany-io/testany-agent-skills/testany-workspace)
Your own site
<a href="https://agentmods.dev/skills/testany-io/testany-agent-skills/testany-workspace"><img src="https://agentmods.dev/badge/skills/testany-io/testany-agent-skills/testany-workspace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for testany-workspace

Your own site · 80×15
<a href="https://agentmods.dev/skills/testany-io/testany-agent-skills/testany-workspace"><img src="https://agentmods.dev/badge/skills/testany-io/testany-agent-skills/testany-workspace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00020 $0.00511
Opus 5 $0.00010 $0.00255
Sonnet 5 $0.00004 $0.00102
Haiku 4.5 $0.00002 $0.00051

Measured 11d ago against content hash 444848afd03a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

testany-workspace scanned grade A with 0 findings 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 11d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/testany-bot/skills/testany-workspace/SKILL.md · 90 lines

What it actually says

Testany 工作空间管理

管理 Testany 工作空间和团队成员。

用户输入: $ARGUMENTS

职责范围

  • 管理工作空间
  • 添加/移除团队成员
  • 配置成员角色和权限

核心知识

工作空间概念

工作空间是 Testany 中的资源隔离单元,用于:

  • 组织团队的测试资源
  • 控制访问权限
  • 隔离不同项目/团队

角色权限

角色 权限
Admin 管理成员,编辑所有资源
Member 创建和编辑自己的资源

常用操作

查看我的工作空间

testany_get_my_workspaces
testany_get_my_workspaces_with_roles  # 包含角色信息

添加成员

testany_list_users → 查找用户
testany_assign_user_to_workspace → 添加单个用户
testany_assign_users_to_workspace → 批量添加

修改成员角色

testany_find_workspace_users → 查找工作空间下所有用户
testany_assign_user_to_workspace → 修改单个用户

获取工作空间成员列表

testany_find_workspace_users → 查找工作空间下现有成员

移除成员

testany_remove_user_from_workspace → 从工作空间移除用户

申请新工作空间

testany_check_workspace_key → 检查 workspace key 是否可用
testany_request_workspace → 提交申请

注意:申请前需先调用 testany_check_workspace_key 检查 key 是否已被占用。

工作流程

  1. 确认目标:操作哪个工作空间?
  2. 获取当前状态testany_get_my_workspaces_with_roles
  3. 执行操作:添加成员、修改角色等
  4. 确认结果:返回操作状态

返回格式

任务完成后,向用户汇报:

  • 操作结果
  • 受影响的成员/工作空间
  • 当前权限状态

参考文档

详细概念请参考:

Files

What ships with it

3 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. 11d ago First seen · 90 lines · 20 tokens per session scan A 444848afd03a

Subscribe to this mod's changes

testany-workspace is a skill published in the GitHub repository TestAny-io/testany-agent-skills (82 stars, last pushed 3d ago), licensed MIT. It adds 20 tokens to every session and 511 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens