alcove-workspace

alcove-workspace is a skill for Claude Code, Codex from OctopusGarage/alcove. It costs 28 tokens per session (813 once invoked), scanned A, original, MIT.

A skill for working inside an Alcove business workspace, a scoped place for storing and reusing notes, tasks, ideas, and prompts. It uses the workspace’s configured knowledge and tags before searching more broadly.

In plain words
What is it for?
Use it to find or save workspace notes, manage pins, tasks, and ideas, and recommend or compose reusable prompts.
Why use it?
It keeps searches and saved information tied to the right workspace instead of mixing them with unrelated personal or business material.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is alcove workspace okf import-file <workspace-id> ./documents/file.md --topic <domain/topic> --json.

Good fit Use it to find or save workspace notes, manage pins, tasks, and ideas, and recommend or compose reusable prompts.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/OctopusGarage/alcove
agentmods
npx agentmods add skills/octopusgarage/alcove/alcove-workspace

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/octopusgarage/alcove/alcove-workspace/github.svg)](https://agentmods.dev/skills/octopusgarage/alcove/alcove-workspace)
Your own site
<a href="https://agentmods.dev/skills/octopusgarage/alcove/alcove-workspace"><img src="https://agentmods.dev/badge/skills/octopusgarage/alcove/alcove-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 alcove-workspace

Your own site · 80×15
<a href="https://agentmods.dev/skills/octopusgarage/alcove/alcove-workspace"><img src="https://agentmods.dev/badge/skills/octopusgarage/alcove/alcove-workspace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 813 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.
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.00028 $0.00813
Opus 5 $0.00014 $0.00407
Sonnet 5 $0.00006 $0.00163
Haiku 4.5 $0.00003 $0.00081

Measured 12d ago against content hash 031b5dcbd8bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

alcove-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 12d 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.

src/alcove/profile_templates/workspace/skills/alcove-workspace/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alcove Business Workspace

This is a lightweight business-scoped Alcove workspace. Read .alcove-workspace.yml first to learn the workspace id, default KB, tags, modules, and purpose.

Operating Model

  • Start searches inside this workspace's configured scope: preferred KBs, tags, and modules.
  • For workspace-local documents, notes, and recall, use alcove workspace okf ... before falling back to Home-wide search.
  • If scoped search is too narrow, say that you are expanding to Home-wide search and then inspect evidence before answering.
  • For durable writes, use Alcove CLI/MCP commands and preserve the workspace tag or context from .alcove-workspace.yml.
  • Use workspace okf add-note/import-file/search for scene-local knowledge; use pin, task, idea, and prompt recommend/compose for global reusable memory and planning.
  • If the workspace OKF is not initialized, run alcove workspace okf init <workspace-id> --json before saving scene-local knowledge.
  • Prompt saves must still use the governed propose/save flow; do not turn raw notes or chat fragments into prompts.
  • Do not perform Hub-only administration from here by default. Installing entries, editing global MCP, changing services, export/backup, connector/mount administration, radar definitions, publisher configuration, and health fixes belong in the Hub unless the user explicitly authorizes the command.

Workspace Memory Protocol

At the end of a relevant user turn, decide whether the conversation introduced durable workspace memory. Use a mixed policy:

  • Auto-save low-risk, explicit, stable facts that belong to this workspace: household or business routines, object locations, care procedures, maintenance notes, recipes, preferences, and long-running non-sensitive todos.
  • Ask before saving sensitive, private, ambiguous, or unstable information: medical or veterinary diagnosis and treatment changes, finance and debt, bank cards, identity documents, secrets, other people's private data, unconfirmed plans, and information likely to expire.
  • Do not save internal reasoning, transient chat, raw prompts, or speculative conclusions.
  • Search workspace OKF first when updating an existing subject. Prefer maintaining a human-readable source file in documents/ and then importing it with workspace okf import-file --no-copy; use workspace okf add-note for small synthesized notes.
  • Use task for actionable follow-ups and routines that should be tracked, pin only for tiny durable references, and prompt only for reviewed reusable instructions.
  • After saving, return a compact receipt with the title, storage path, classification, tags, and the verification query or command.

Read the full file on GitHub · 52 lines

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. 12d ago First seen · 52 lines · 28 tokens per session scan A 031b5dcbd8bc

Subscribe to this mod's changes

alcove-workspace is a skill published in the GitHub repository OctopusGarage/alcove (0 stars, last pushed 2d ago), licensed MIT. It adds 28 tokens to every session and 813 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-31.

Related

Other skills, from other repositories

any-mcp

Use when an agent needs to read, search, create, edit, organize, upload, or chat with Anytype through the bounded any-mcp server. Covers safe tool selection, exact identifier chaining, optional toolsets, common PKM workflows, and the narrow anyr fallbacks for chat subscriptions and rich chat blocks.

stevelr/anytype · 68 tokens

wiki-switch

Switch between multiple Obsidian wiki vault profiles. Use this skill when the user says "/wiki-switch NAME", "switch to my work wiki", "switch vault", "change wiki", "which wiki am I on", "list my wikis", "show my vaults", "create a new vault config", or "add a new wiki profile". The skill manages named config files…

Ar9av/obsidian-wiki · 104 tokens

knowledge-base-management

A lifecycle system for managing an Obsidian knowledge base, which is a folder of linked notes. It organizes raw material, AI-maintained wiki pages, and generated views into separate layers.

chubbyguan/chubbyskills · 49 tokens

reflect

Use Recall Reflect to review AI coding workflow history as a conversation-first timeline and discuss observed patterns before changing behavior. Trigger when the user asks to reflect on a project, review AI coding workflow, inspect workflow friction, discuss repeated corrections, review handoffs, or explore possible…

samzong/Recall · 57 tokens

my-wiki

A skill for managing a local Markdown knowledge vault that stores captured webpages, PDFs, Office files, notes, images, folders, and ZIP files. It links preserved source material, called References, to durable topic pages, called Concepts.

NimaChu/my-wiki · 51 tokens

anyr

Use when reading, searching, creating, or updating Anytype documents (objects, spaces, types, properties, files, chats) from the command line with the configured anyr CLI, including JSON output patterns for scripting.

stevelr/anytype · 46 tokens